Lines Matching defs:ieee80211_scan_entry
260 struct ieee80211_scan_entry { struct
261 uint8_t se_macaddr[IEEE80211_ADDR_LEN];
262 uint8_t se_bssid[IEEE80211_ADDR_LEN];
264 uint8_t se_ssid[2+IEEE80211_NWID_LEN];
265 uint8_t se_rates[2+IEEE80211_RATE_MAXSIZE];
266 uint8_t se_xrates[2+IEEE80211_RATE_MAXSIZE];
267 union {
270 } se_tstamp; /* from last rcv'd beacon */
271 uint16_t se_intval; /* beacon interval (host byte order) */
272 uint16_t se_capinfo; /* capabilities (host byte order) */
273 struct ieee80211_channel *se_chan;/* channel where sta found */
274 uint16_t se_timoff; /* byte offset to TIM ie */
275 uint16_t se_fhdwell; /* FH only (host byte order) */
276 uint8_t se_fhindex; /* FH only */
277 uint8_t se_dtimperiod; /* DTIM period */
278 uint16_t se_erp; /* ERP from beacon/probe resp */
279 int8_t se_rssi; /* avg'd recv ssi */
280 int8_t se_noise; /* noise floor */
281 uint8_t se_cc[2]; /* captured country code */
282 uint8_t se_meshid[2+IEEE80211_MESHID_LEN];
283 struct ieee80211_ies se_ies; /* captured ie's */
284 u_int se_age; /* age of entry (0 on create) */