Searched defs:bss_info (Results 1 – 4 of 4) sorted by relevance
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];
1755 mwifiex_parse_single_response_buf(struct mwifiex_private *priv, u8 **bss_info, in mwifiex_parse_single_response_buf()2124 u8 *bss_info; in mwifiex_ret_802_11_scan() local2625 u8 *bss_info; in mwifiex_handle_event_ext_scan_report() local
2131 struct mwifiex_bss_info bss_info; in mwifiex_cfg80211_inform_ibss_bss() local
300 struct wl_cfg80211_bss_info *bss_info; member