Home
last modified time | relevance | path

Searched refs:bcn_wpa_ie (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/marvell/mwifiex/
Dscan.c87 bss_desc->bcn_wpa_ie ? in _dbg_security_flags()
88 bss_desc->bcn_wpa_ie->vend_hdr.element_id : 0, in _dbg_security_flags()
183 if (has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC)) { in mwifiex_is_wpa_oui_present()
184 iebody = (struct ie_body *)((u8 *)bss_desc->bcn_wpa_ie->data + in mwifiex_is_wpa_oui_present()
229 !has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_is_bss_no_sec()
262 has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) in mwifiex_is_bss_wpa()
305 !has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_is_bss_adhoc_aes()
323 !has_vendor_hdr(bss_desc->bcn_wpa_ie, WLAN_EID_VENDOR_SPECIFIC) && in mwifiex_is_bss_dynamic_wep()
1377 bss_entry->bcn_wpa_ie = in mwifiex_update_bss_desc_with_ie()
2943 if (curr_bss->bcn_wpa_ie) in mwifiex_save_curr_bcn()
[all …]
Dmain.h435 struct ieee_types_vendor_specific *bcn_wpa_ie; member