Searched refs:vend_hdr (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_event.c | 55 wmm_param_ie->vend_hdr.len = (u8)tlv_len; in mwifiex_check_uap_capabilities() 56 wmm_param_ie->vend_hdr.element_id = in mwifiex_check_uap_capabilities()
|
| H A D | wmm.c | 963 wmm_param_ie->vend_hdr.len = (u8) tlv_len; in mwifiex_ret_wmm_get_status() 964 wmm_param_ie->vend_hdr.element_id = in mwifiex_ret_wmm_get_status() 972 if (wmm_param_ie->vend_hdr.len + 2 > in mwifiex_ret_wmm_get_status() 978 wmm_param_ie->vend_hdr.len + 2); in mwifiex_ret_wmm_get_status() 1024 wmm_ie->vend_hdr.element_id); in mwifiex_wmm_process_association_req() 1029 wmm_ie->vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) { in mwifiex_wmm_process_association_req()
|
| H A D | scan.c | 76 bss_desc->bcn_wpa_ie->vend_hdr.element_id : 0, in _dbg_security_flags() 97 return (ie && ie->vend_hdr.element_id == key); in has_vendor_hdr() 1339 if (element_len < sizeof(vendor_ie->vend_hdr.oui.oui)) in mwifiex_update_bss_desc_with_ie() 1346 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in mwifiex_update_bss_desc_with_ie() 1353 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in mwifiex_update_bss_desc_with_ie()
|
| H A D | fw.h | 1821 struct ieee_types_vendor_header vend_hdr; member 1841 struct ieee_types_vendor_header vend_hdr; member
|
| H A D | join.c | 758 if (bss_desc->wmm_ie.vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) in mwifiex_ret_802_11_associate()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | scan.c | 67 bss_desc->bcn_wpa_ie->vend_hdr.element_id : 0, in _dbg_security_flags() 1169 if (element_len < sizeof(vendor_ie->vend_hdr.oui)) in nxpwifi_update_bss_desc_with_ie() 1176 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in nxpwifi_update_bss_desc_with_ie() 1184 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in nxpwifi_update_bss_desc_with_ie()
|
| H A D | main.h | 328 struct ieee80211_vendor_ie vend_hdr; member
|
| H A D | fw.h | 1824 struct ieee80211_vendor_ie vend_hdr; member
|