Searched defs:bss_info (Results 1 – 4 of 4) sorted by relevance
1726 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf()2056 u8 *bss_info; in mwifiex_ret_802_11_scan() local2306 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
1993 struct mwifiex_bss_info bss_info; in mwifiex_cfg80211_inform_ibss_bss() local
539 struct bss_info { struct540 int channel;541 int SSIDsize;542 int RSSI;543 int UsingWEP;544 int preamble;545 int beacon_period;546 int BSStype;547 u8 BSSID[6];548 u8 SSID[MAX_SSID_LENGTH];
382 struct wl_cfg80211_bss_info *bss_info; member