Home
last modified time | relevance | path

Searched refs:pext_tlv (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_uap_cmdevent.c1052 MrvlIEtypes_Extension_t *pext_tlv = MNULL; local
1164 pext_tlv = (MrvlIEtypes_Extension_t *)tlv;
1165 if (pext_tlv->ext_id == HE_CAPABILITY)
1171 else if (pext_tlv->ext_id == HE_6G_CAPABILITY)
1185 pext_tlv = MNULL;
1205 if (pext_tlv == MNULL)
Dmlan_scan.c1478 IEEEtypes_Extension_t *pext_tlv; in wlan_interpret_bss_desc_with_ie() local
2036 pext_tlv = (IEEEtypes_Extension_t *)pcurrent_ptr; in wlan_interpret_bss_desc_with_ie()
2037 switch (pext_tlv->ext_id) in wlan_interpret_bss_desc_with_ie()
Dwifi.c5087 IEEEtypes_Extension_t *pext_tlv = (IEEEtypes_Extension_t *)pcurrent_ptr; in wifi_remove_he_ies() local
5088 switch (pext_tlv->ext_id) in wifi_remove_he_ies()
Dmlan_glue.c5003 MrvlIEtypes_He_cap_t *pext_tlv = MNULL; in wrapper_wlan_check_uap_capability() local
5040 pext_tlv = (MrvlIEtypes_He_cap_t *)tlv; in wrapper_wlan_check_uap_capability()
5041 if (pext_tlv->ext_id == HE_CAPABILITY) in wrapper_wlan_check_uap_capability()