Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c1196 struct extn_ie_header *extn_ie) in util_scan_parse_t2lm_ie() argument
1200 if (extn_ie->ie_extn_id == WLAN_EXTN_ELEMID_T2LM) in util_scan_parse_t2lm_ie()
1204 (uint8_t *)extn_ie; in util_scan_parse_t2lm_ie()
1214 struct extn_ie_header *extn_ie) in util_scan_parse_ml_ie() argument
1221 if (extn_ie->ie_extn_id != WLAN_EXTN_ELEMID_MULTI_LINK) in util_scan_parse_ml_ie()
1224 ml_ie = (uint8_t *)extn_ie; in util_scan_parse_ml_ie()
1237 scan_params->ie_list.multi_link_bv = (uint8_t *)extn_ie; in util_scan_parse_ml_ie()
1240 scan_params->ie_list.multi_link_rv = (uint8_t *)extn_ie; in util_scan_parse_ml_ie()
1248 struct extn_ie_header *extn_ie) in util_scan_parse_ml_ie() argument
1253 struct extn_ie_header *extn_ie) in util_scan_parse_eht_ie() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
H A Diot_sim_utils.c47 struct extn_ie_header *extn_ie = NULL; in iot_sim_update_beacon_template_struct() local
108 extn_ie = (struct extn_ie_header *)ie; in iot_sim_update_beacon_template_struct()
109 switch (extn_ie->ie_extn_id) { in iot_sim_update_beacon_template_struct()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c4975 struct extn_ie_header *extn_ie; in util_parse_pamlie_perstaprofile_stactrl() local
5082 extn_ie = (struct extn_ie_header *)ie; in util_parse_pamlie_perstaprofile_stactrl()
5083 switch (extn_ie->ie_extn_id) { in util_parse_pamlie_perstaprofile_stactrl()
5085 if (extn_ie->ie_len == WLAN_MAX_MUEDCA_IE_LEN) { in util_parse_pamlie_perstaprofile_stactrl()
5099 extn_ie->ie_extn_id); in util_parse_pamlie_perstaprofile_stactrl()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c1221 struct extn_ie_header *extn_ie; in wma_parse_ch_switch_wrapper_ie() local
1242 extn_ie = (struct extn_ie_header *)ele; in wma_parse_ch_switch_wrapper_ie()
1243 if (extn_ie->ie_extn_id == ie_extn_id) in wma_parse_ch_switch_wrapper_ie()