Searched refs:ext_id (Results 1 – 12 of 12) sorted by relevance
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | mlan_11ax.c | 432 if (he_cfg->he_cap.len && (he_cfg->he_cap.ext_id == HE_CAPABILITY)) in wlan_cmd_11ax_cfg() 437 (void)__memcpy(pmpriv->adapter, &tlv->ext_id, &he_cfg->he_cap.ext_id, he_cfg->he_cap.len); in wlan_cmd_11ax_cfg() 483 switch (tlv->ext_id) in wlan_ret_11ax_cfg() 488 … (void)__memcpy(pmpriv->adapter, (t_u8 *)&hecap->ext_id, (t_u8 *)&tlv->ext_id, tlv_len); in wlan_ret_11ax_cfg()
|
D | wifi-uap.c | 256 if (he_cfg.he_cap.len && (he_cfg.he_cap.ext_id == HE_CAPABILITY)) in wifi_uap_set_11ax_status() 2550 t_u8 ext_id = 0; in wifi_filter_beacon_ies() local 2615 ext_id = *(pos + 2); in wifi_filter_beacon_ies() 2618 if (ext_id == HE_CAPABILITY) in wifi_filter_beacon_ies() 3081 const t_u8 *wifi_parse_ext_ie_tlv(const t_u8 *ie, int len, t_u8 ext_id) in wifi_parse_ext_ie_tlv() argument 3098 if (*(pos + 2) == ext_id) in wifi_parse_ext_ie_tlv() 3320 memcpy(&he_cfg.he_cap.ext_id, &hecap_ie->ext_id, he_cfg.he_cap.len); in wifi_uap_set_11ax_status2() 3329 if (he_cfg.he_cap.len && (he_cfg.he_cap.ext_id == HE_CAPABILITY)) in wifi_uap_set_11ax_status2() 4524 ext_tlv->header.ext_id = HE_CAPABILITY; in wifi_nxp_sta_add()
|
D | mlan_uap_cmdevent.c | 1164 if (pext_tlv->ext_id == HE_CAPABILITY) 1170 else if (pext_tlv->ext_id == HE_6G_CAPABILITY) 1212 (void)__memcpy(NULL, pos, (t_u8 *)&sta_ptr->he_cap.ext_id, tlv->len);
|
D | mlan_glue.c | 4801 …t_specific_ie(pmlan_private priv, t_u8 *ie_buf, t_u8 ie_len, IEEEtypes_ElementId_e id, t_u8 ext_id) in wlan_get_specific_ie() argument 4832 (ext_id == 0U) && in wlan_get_specific_ie() 4836 || (id == EXTENSION && element_id == id && ext_id == element_eid) in wlan_get_specific_ie() 4841 PRINTM(MCMND, "Find IE: id=%d ext_id=%d\n", id, ext_id); in wlan_get_specific_ie() 5049 if (pext_tlv->ext_id == HE_CAPABILITY) in wrapper_wlan_check_uap_capability()
|
D | mlan_cmdevt.c | 1266 if (ext_tlv->ext_id == HE_CAPABILITY) in wlan_ret_get_hw_spec()
|
D | mlan_scan.c | 2037 switch (pext_tlv->ext_id) in wlan_interpret_bss_desc_with_ie()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
D | mlan_ieee.h | 2018 t_u8 ext_id; 2036 t_u8 ext_id; 2144 t_u8 ext_id;
|
D | mlan_decl.h | 333 t_u8 ext_id;
|
D | mlan_ioctl.h | 2984 t_u8 ext_id;
|
D | mlan_fw.h | 938 t_u8 ext_id; 960 t_u8 ext_id;
|
D | mlan_main.h | 2880 …_specific_ie(pmlan_private priv, t_u8 *ie_buf, t_u8 ie_len, IEEEtypes_ElementId_e id, t_u8 ext_id);
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
D | wifi-decl.h | 1127 t_u8 ext_id;
|