Searched refs:bcn_wpa_ie (Results 1 – 2 of 2) sorted by relevance
75 bss_desc->bcn_wpa_ie ? in _dbg_security_flags()76 bss_desc->bcn_wpa_ie->vend_hdr.element_id : 0, in _dbg_security_flags()171 if (has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC)) { in mwifiex_is_wpa_oui_present()172 iebody = (struct ie_body *)((u8 *)bss_desc->bcn_wpa_ie->data + in mwifiex_is_wpa_oui_present()206 !has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_is_bss_no_sec()239 has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) in mwifiex_is_bss_wpa()282 !has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_is_bss_adhoc_aes()300 !has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_is_bss_dynamic_wep()1348 bss_entry->bcn_wpa_ie = in mwifiex_update_bss_desc_with_ie()2916 if (curr_bss->bcn_wpa_ie) in mwifiex_save_curr_bcn()[all …]
423 struct ieee_types_vendor_specific *bcn_wpa_ie; member