Searched defs:prism2_scan_apinfo (Results 1 – 1 of 1) sorted by relevance
261 struct prism2_scan_apinfo { struct262 __le16 channel; /* Channel where the AP sits */263 __le16 noise; /* Noise level */264 __le16 level; /* Signal level */265 u8 bssid[ETH_ALEN]; /* MAC address of the Access Point */266 __le16 beacon_interv; /* Beacon interval */267 __le16 capabilities; /* Capabilities */268 __le16 essid_len; /* ESSID length */269 u8 essid[32]; /* ESSID of the network */270 u8 rates[10]; /* Bit rate supported */[all …]