Home
last modified time | relevance | path

Searched refs:vend_hdr (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Duap_event.c67 wmm_param_ie->vend_hdr.len = (u8)tlv_len; in mwifiex_check_uap_capabilities()
68 wmm_param_ie->vend_hdr.element_id = in mwifiex_check_uap_capabilities()
Dwmm.c979 wmm_param_ie->vend_hdr.len = (u8) tlv_len; in mwifiex_ret_wmm_get_status()
980 wmm_param_ie->vend_hdr.element_id = in mwifiex_ret_wmm_get_status()
988 if (wmm_param_ie->vend_hdr.len + 2 > in mwifiex_ret_wmm_get_status()
994 wmm_param_ie->vend_hdr.len + 2); in mwifiex_ret_wmm_get_status()
1040 wmm_ie->vend_hdr.element_id); in mwifiex_wmm_process_association_req()
1045 wmm_ie->vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) { in mwifiex_wmm_process_association_req()
Dscan.c88 bss_desc->bcn_wpa_ie->vend_hdr.element_id : 0, in _dbg_security_flags()
109 return (ie && ie->vend_hdr.element_id == key); in has_vendor_hdr()
1368 if (element_len < sizeof(vendor_ie->vend_hdr.oui.oui)) in mwifiex_update_bss_desc_with_ie()
1375 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in mwifiex_update_bss_desc_with_ie()
1382 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in mwifiex_update_bss_desc_with_ie()
Dfw.h1786 struct ieee_types_vendor_header vend_hdr; member
1806 struct ieee_types_vendor_header vend_hdr; member
Djoin.c725 if (bss_desc->wmm_ie.vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) in mwifiex_ret_802_11_associate()
Dmain.h361 struct ieee_types_vendor_header vend_hdr; member