Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_scan.c574 t_u8 *pcurrent_ptr = MNULL; in wlan_add_probe_request_ie() local
595 pcurrent_ptr = ies; in wlan_add_probe_request_ie()
599 pieee_hdr = (IEEEtypes_Header_t *)pcurrent_ptr; in wlan_add_probe_request_ie()
610 …(void)__memcpy(pmpriv->adapter, *pptlv_out, pcurrent_ptr + sizeof(IEEEtypes_Header_t), pieee_hdr->… in wlan_add_probe_request_ie()
614 pcurrent_ptr += pieee_hdr->len + sizeof(IEEEtypes_Header_t); in wlan_add_probe_request_ie()
1445 t_u8 *pcurrent_ptr; in wlan_interpret_bss_desc_with_ie() local
1506 pcurrent_ptr = *pbeacon_info; in wlan_interpret_bss_desc_with_ie()
1521 (void)__memcpy(pmadapter, pbss_entry->mac_address, pcurrent_ptr, MLAN_MAC_ADDR_LENGTH); in wlan_interpret_bss_desc_with_ie()
1526 pcurrent_ptr += MLAN_MAC_ADDR_LENGTH; in wlan_interpret_bss_desc_with_ie()
1538 pbss_entry->rssi = (t_s32)(*pcurrent_ptr); in wlan_interpret_bss_desc_with_ie()
[all …]
Dwifi-uap.c2240 const t_u8 *pcurrent_ptr = ie; in wifi_find_wpa_ies() local
2251 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_find_wpa_ies()
2252 element_len = *((t_u8 *)pcurrent_ptr + 1); in wifi_find_wpa_ies()
2263 wpa2 = wifi_check_rsn_ie((IEEEtypes_Rsn_t *)pcurrent_ptr, sys_config); in wifi_find_wpa_ies()
2266 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in wifi_find_wpa_ies()
2270 wpa = wifi_check_wpa_ie((IEEEtypes_Wpa_t *)pcurrent_ptr, sys_config); in wifi_find_wpa_ies()
2276 pcurrent_ptr += element_len + 2; in wifi_find_wpa_ies()
2310 const t_u8 *pcurrent_ptr = ie; in wifi_set_wmm_ies() local
2319 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_set_wmm_ies()
2320 element_len = *((t_u8 *)pcurrent_ptr + 1); in wifi_set_wmm_ies()
[all …]
Dmlan_glue.c2232 t_u8 *pcurrent_ptr = ie; in wifi_set_ies_cfg() local
2255 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_set_ies_cfg()
2256 element_len = *((t_u8 *)pcurrent_ptr + 1); in wifi_set_ies_cfg()
2267 if (MLAN_STATUS_SUCCESS != wlan_set_gen_ie_helper(priv, pcurrent_ptr, total_ie_len)) in wifi_set_ies_cfg()
2277 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in wifi_set_ies_cfg()
2321 if (MLAN_STATUS_SUCCESS != wlan_set_gen_ie_helper(priv, pcurrent_ptr, total_ie_len)) in wifi_set_ies_cfg()
2334 (void)memcpy((void *)priv->md_ie, (const void *)pcurrent_ptr, (size_t)total_ie_len); in wifi_set_ies_cfg()
2339 if (MLAN_STATUS_SUCCESS != wlan_set_gen_ie_helper(priv, pcurrent_ptr, total_ie_len)) in wifi_set_ies_cfg()
2351 if (MLAN_STATUS_SUCCESS != wlan_set_gen_ie_helper(priv, pcurrent_ptr, total_ie_len)) in wifi_set_ies_cfg()
2363 if (MLAN_STATUS_SUCCESS != wlan_set_gen_ie_helper(priv, pcurrent_ptr, total_ie_len)) in wifi_set_ies_cfg()
[all …]
Dwifi.c5067 t_u8* pcurrent_ptr = (t_u8 *)data; in wifi_remove_he_ies() local
5074 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_remove_he_ies()
5075 element_len = *((t_u8 *)pcurrent_ptr + 1); in wifi_remove_he_ies()
5087 IEEEtypes_Extension_t *pext_tlv = (IEEEtypes_Extension_t *)pcurrent_ptr; in wifi_remove_he_ies()
5107 memmove((void *)pcurrent_ptr, in wifi_remove_he_ies()
5108 (const void *)((t_u8 *)pcurrent_ptr + element_len + 2U), in wifi_remove_he_ies()
5114 pcurrent_ptr += (element_len + 2U); in wifi_remove_he_ies()