Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c963 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 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()
H A 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()
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 Dfw.h1816 struct ieee_types_vendor_header vend_hdr; member
1836 struct ieee_types_vendor_header vend_hdr; member
H A Djoin.c760 if (bss_desc->wmm_ie.vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) in mwifiex_ret_802_11_associate()
H A Dmain.h349 struct ieee_types_vendor_header vend_hdr; member