Lines Matching defs:prism2_scan_apinfo
262 struct prism2_scan_apinfo { struct
263 __le16 channel; /* Channel where the AP sits */
264 __le16 noise; /* Noise level */
265 __le16 level; /* Signal level */
266 u8 bssid[ETH_ALEN]; /* MAC address of the Access Point */
267 __le16 beacon_interv; /* Beacon interval */
268 __le16 capabilities; /* Capabilities */
269 __le16 essid_len; /* ESSID length */
270 u8 essid[32]; /* ESSID of the network */
271 u8 rates[10]; /* Bit rate supported */
272 __le16 proberesp_rate; /* Data rate of the response frame */
273 __le16 atim; /* ATIM window time, Kus (hostscan only) */