Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Duap_event.c55 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()
Dwmm.c967 wmm_param_ie->vend_hdr.len = (u8) tlv_len; in mwifiex_ret_wmm_get_status()
968 wmm_param_ie->vend_hdr.element_id = in mwifiex_ret_wmm_get_status()
976 if (wmm_param_ie->vend_hdr.len + 2 > in mwifiex_ret_wmm_get_status()
982 wmm_param_ie->vend_hdr.len + 2); in mwifiex_ret_wmm_get_status()
1028 wmm_ie->vend_hdr.element_id); in mwifiex_wmm_process_association_req()
1033 wmm_ie->vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) { in mwifiex_wmm_process_association_req()
Dscan.c76 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()
1356 if (element_len < sizeof(vendor_ie->vend_hdr.oui.oui)) in mwifiex_update_bss_desc_with_ie()
1363 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in mwifiex_update_bss_desc_with_ie()
1370 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in mwifiex_update_bss_desc_with_ie()
Dfw.h1774 struct ieee_types_vendor_header vend_hdr; member
1794 struct ieee_types_vendor_header vend_hdr; member
Djoin.c713 if (bss_desc->wmm_ie.vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) in mwifiex_ret_802_11_associate()
Dmain.h350 struct ieee_types_vendor_header vend_hdr; member