Home
last modified time | relevance | path

Searched refs:assoc_req_ie (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_uap_cmdevent.c939 t_u8 *assoc_req_ie = MNULL; local
970 assoc_req_ie = (t_u8 *)tlv + sizeof(MrvlIETypes_MgmtFrameSet_t) + assoc_ie_len;
971 …pht_cap = (IEEEtypes_HTCap_t *)wlan_get_specific_ie(priv, assoc_req_ie, ie_len, HT_CAPABILITY…
Dmlan_glue.c4865 t_u8 *assoc_req_ie = MNULL; in wrapper_wlan_check_sta_capability() local
4910 assoc_req_ie = (t_u8 *)tlv + sizeof(MrvlIETypes_MgmtFrameSet_t) + assoc_ie_len; in wrapper_wlan_check_sta_capability()
4912 … (IEEEtypes_HTCap_t *)(void *)wlan_get_specific_ie(priv, assoc_req_ie, ie_len, HT_CAPABILITY, 0); in wrapper_wlan_check_sta_capability()
4935 … (IEEEtypes_VHTCap_t *)(void *)wlan_get_specific_ie(priv, assoc_req_ie, ie_len, VHT_CAPABILITY, 0); in wrapper_wlan_check_sta_capability()
4960 …(IEEEtypes_Extension_t *)wlan_get_specific_ie(priv, assoc_req_ie, ie_len, EXTENSION, HE_CAPABILITY… in wrapper_wlan_check_sta_capability()