Home
last modified time | relevance | path

Searched refs:element_id (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ieee.h187 IEEEtypes_ElementId_e element_id;
196 IEEEtypes_ElementId_e element_id;
451 t_u8 element_id;
463 IEEEtypes_ElementId_e element_id;
480 IEEEtypes_ElementId_e element_id;
500 IEEEtypes_ElementId_e element_id;
517 IEEEtypes_ElementId_e element_id;
528 IEEEtypes_ElementId_e element_id;
554 IEEEtypes_ElementId_e element_id;
685 IEEEtypes_ElementId_e element_id;
[all …]
Dmlan_api.h236 …nline mlan_status wifi_check_bss_entry_wpa2_entp_only(BSSDescriptor_t *pbss_entry, t_u8 element_id) in wifi_check_bss_entry_wpa2_entp_only() argument
238 if (element_id == RSN_IE) in wifi_check_bss_entry_wpa2_entp_only()
252 else if (element_id == VENDOR_SPECIFIC_221) in wifi_check_bss_entry_wpa2_entp_only()
257 else if (!element_id) in wifi_check_bss_entry_wpa2_entp_only()
268 IEEEtypes_ElementId_e element_id) in wifi_check_bss_entry_wpa2_entp_only() argument
270 if (element_id == RSN_IE) in wifi_check_bss_entry_wpa2_entp_only()
Dmlan_fw.h1947 IEEEtypes_ElementId_e element_id;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_scan.c208 if (((pbss_desc->prsn_ie != MNULL) && ((*(pbss_desc->prsn_ie)).ieee_hdr.element_id == RSN_IE))) in is_rsn_oui_present()
238 if (((pbss_desc->pwpa_ie != MNULL) && ((*(pbss_desc->pwpa_ie)).vend_hdr.element_id == WPA_IE))) in is_wpa_oui_present()
601 if (pieee_hdr->element_id == EXT_CAPABILITY) in wlan_add_probe_request_ie()
607 tlv->type = wlan_cpu_to_le16(pieee_hdr->element_id); in wlan_add_probe_request_ie()
1437 IEEEtypes_ElementId_e element_id; in wlan_interpret_bss_desc_with_ie() local
1619 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wlan_interpret_bss_desc_with_ie()
1632 switch (element_id) in wlan_interpret_bss_desc_with_ie()
2321 … if (((pbss_desc->pwpa_ie != MNULL) && ((*(pbss_desc->pwpa_ie)).vend_hdr.element_id == WPA_IE)) || in wlan_is_network_compatible()
2322 … ((pbss_desc->prsn_ie != MNULL) && ((*(pbss_desc->prsn_ie)).ieee_hdr.element_id == RSN_IE))) in wlan_is_network_compatible()
2354 … ((pbss_desc->pwapi_ie != MNULL) && ((*(pbss_desc->pwapi_ie)).ieee_hdr.element_id == WAPI_IE))) in wlan_is_network_compatible()
[all …]
Dmlan_11ac.c862 pvht_cap->ieee_hdr.element_id = VHT_CAPABILITY;
904 if(pbss_desc->vht_cap.ieee_hdr.element_id != VHT_CAPABILITY)
907 if(vht_oprat && (vht_oprat->ieee_hdr.element_id == VHT_OPERATION)) {
951 if(sta_ptr->ExtCap.ieee_hdr.element_id != EXT_CAPABILITY){
968 vht_oprat->ieee_hdr.element_id = VHT_OPERATION;
Dmlan_glue.c2134 if (pvendor_ie->element_id == EXT_CAPABILITY) in wlan_set_gen_ie_helper()
2144 if (((pvendor_ie->element_id == WPA_IE) && in wlan_set_gen_ie_helper()
2147 (pvendor_ie->element_id == RSN_IE)) in wlan_set_gen_ie_helper()
2157 if (pvendor_ie->element_id == WAPI_IE) in wlan_set_gen_ie_helper()
2165 if ((pvendor_ie->element_id == VENDOR_SPECIFIC_221) && in wlan_set_gen_ie_helper()
2175 if (pvendor_ie->element_id == VENDOR_SPECIFIC_221 && in wlan_set_gen_ie_helper()
2211 if ((pvendor_ie->element_id == WPS_IE) && in wlan_set_gen_ie_helper()
2224 if ((pvendor_ie->element_id == WPS_IE) && in wlan_set_gen_ie_helper()
2261 IEEEtypes_ElementId_e element_id; in wifi_set_ies_cfg() local
2280 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_set_ies_cfg()
[all …]
Dmlan_11h.c113 pquiet->element_id = QUIET; in wlan_11h_init()
Dwifi-uap.c2203 IEEEtypes_ElementId_e element_id; in wifi_find_wpa_ies() local
2208 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_find_wpa_ies()
2217 switch (element_id) in wifi_find_wpa_ies()
2271 IEEEtypes_ElementId_e element_id; in wifi_set_wmm_ies() local
2276 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_set_wmm_ies()
2285 switch (element_id) in wifi_set_wmm_ies()
2637 hecap_ie->ieee_hdr.element_id = he_cfg.he_cap.id; in wifi_filter_beacon_ies()
3318 he_cfg.he_cap.id = hecap_ie->ieee_hdr.element_id; in wifi_uap_set_11ax_status2()
Dmlan_wmm.c382 PRINTM(MINFO, "WMM: process assoc req: bss->wmmIe=0x%x\n", pWmmIE->vend_hdr.element_id); in wlan_wmm_process_association_req()
384 … if ((priv->wmm_required || ((pHTCap != MNULL) && (pHTCap->ieee_hdr.element_id == HT_CAPABILITY) && in wlan_wmm_process_association_req()
386 pWmmIE->vend_hdr.element_id == WMM_IE) in wlan_wmm_process_association_req()
Dmlan_api.c3606 ptlv_header->element_id = (IEEEtypes_ElementId_e)index; in wifi_config_mgmt_ie()
4477 rrmCap.element_id = (t_u8)MGMT_RRM_ENABLED_CAP; in wifi_host_11k_cfg()
4537 mboie.vend_hdr.element_id = (IEEEtypes_ElementId_e)MGMT_MBO_IE; in wifi_host_mbo_cfg()
4574 mboie.vend_hdr.element_id = (IEEEtypes_ElementId_e)MGMT_MBO_IE; in wifi_mbo_preferch_cfg()
5351 chan_switch->element_id = CHANNEL_SWITCH_ANN; in wifi_set_ecsa_cfg()
5397 ext_chan_switch->element_id = EXTEND_CHANNEL_SWITCH_ANN; in wifi_set_ecsa_cfg()
5413 pChanSwWrap_ie->element_id = EXT_POWER_CONSTR; in wifi_set_ecsa_cfg()
5417 pbwchansw_ie->ieee_hdr.element_id = BW_CHANNEL_SWITCH; in wifi_set_ecsa_cfg()
5444 pvhttpcEnv_ie->ieee_hdr.element_id = VHT_TX_POWER_ENV; in wifi_set_ecsa_cfg()
Dmlan_uap_cmdevent.c500 ecsa_ie->element_id = EXTEND_CHANNEL_SWITCH_ANN; in wlan_uap_cmd_sys_configure()
514 csa_ie->element_id = CHANNEL_SWITCH_ANN; in wlan_uap_cmd_sys_configure()
1133 if (sta_ptr->HTcap.ieee_hdr.element_id == HT_CAPABILITY)
Dmlan_join.c1365 if (pbss_desc->wmm_ie.vend_hdr.element_id == WMM_IE)
1375 … ((pbss_desc->pht_cap != MNULL) && (pbss_desc->pht_cap->ieee_hdr.element_id == HT_CAPABILITY))) &&
Dmlan_11k.c882 report.tpc_report.element_id = TPC_REPORT; in wlan_process_link_measurement_request()