Searched refs:vend_hdr (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | uap_event.c | 67 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()
|
H A D | wmm.c | 979 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()
|
H A D | scan.c | 88 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() 1369 if (element_len < sizeof(vendor_ie->vend_hdr.oui.oui)) in mwifiex_update_bss_desc_with_ie() 1376 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in mwifiex_update_bss_desc_with_ie() 1383 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in mwifiex_update_bss_desc_with_ie()
|
H A D | fw.h | 1782 struct ieee_types_vendor_header vend_hdr; member 1802 struct ieee_types_vendor_header vend_hdr; member
|
H A D | join.c | 725 if (bss_desc->wmm_ie.vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) in mwifiex_ret_802_11_associate()
|
H A D | main.h | 361 struct ieee_types_vendor_header vend_hdr; member
|
/kernel/linux/linux-6.6/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 | 967 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()
|
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() 1351 if (element_len < sizeof(vendor_ie->vend_hdr.oui.oui)) in mwifiex_update_bss_desc_with_ie() 1358 if (!memcmp(&vendor_ie->vend_hdr.oui, wpa_oui, in mwifiex_update_bss_desc_with_ie() 1365 } else if (!memcmp(&vendor_ie->vend_hdr.oui, wmm_oui, in mwifiex_update_bss_desc_with_ie()
|
H A D | fw.h | 1776 struct ieee_types_vendor_header vend_hdr; member 1796 struct ieee_types_vendor_header vend_hdr; member
|
H A D | join.c | 713 if (bss_desc->wmm_ie.vend_hdr.element_id == WLAN_EID_VENDOR_SPECIFIC) in mwifiex_ret_802_11_associate()
|
H A D | main.h | 351 struct ieee_types_vendor_header vend_hdr; member
|
Completed in 35 milliseconds