Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_scan.c1729 t_u8 *pcurrent_ptr; in wlan_interpret_bss_desc_with_ie() local
1773 pcurrent_ptr = *pbeacon_info; in wlan_interpret_bss_desc_with_ie()
1789 memcpy_ext(pmadapter, pbss_entry->mac_address, pcurrent_ptr, in wlan_interpret_bss_desc_with_ie()
1794 pcurrent_ptr += MLAN_MAC_ADDR_LENGTH; in wlan_interpret_bss_desc_with_ie()
1803 pbss_entry->rssi = (t_s32)(*pcurrent_ptr); in wlan_interpret_bss_desc_with_ie()
1804 PRINTM(MINFO, "InterpretIE: RSSI=%02X\n", *pcurrent_ptr); in wlan_interpret_bss_desc_with_ie()
1805 pcurrent_ptr += 1; in wlan_interpret_bss_desc_with_ie()
1814 pbss_entry->pbeacon_buf = pcurrent_ptr; in wlan_interpret_bss_desc_with_ie()
1818 memcpy_ext(pmadapter, fixed_ie.time_stamp, pcurrent_ptr, 8, in wlan_interpret_bss_desc_with_ie()
1820 memcpy_ext(pmadapter, pbss_entry->time_stamp, pcurrent_ptr, 8, in wlan_interpret_bss_desc_with_ie()
[all …]
H A Dmlan_misc.c3742 t_u8 *pcurrent_ptr = pbuf; in wlan_is_wmm_ie_present() local
3753 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wlan_is_wmm_ie_present()
3754 element_len = *((t_u8 *)pcurrent_ptr + 1); in wlan_is_wmm_ie_present()
3765 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in wlan_is_wmm_ie_present()
3775 pcurrent_ptr += element_len + 2; in wlan_is_wmm_ie_present()
3802 t_u8 *pcurrent_ptr = ie_buf; in wlan_get_specific_ie() local
3813 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wlan_get_specific_ie()
3814 element_len = *((t_u8 *)pcurrent_ptr + 1); in wlan_get_specific_ie()
3815 element_eid = *((t_u8 *)pcurrent_ptr + 2); in wlan_get_specific_ie()
3826 DBG_HEXDUMP(MCMD_D, "IE", pcurrent_ptr, total_ie_len); in wlan_get_specific_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_scan.c1511 t_u8 *pcurrent_ptr; in wlan_interpret_bss_desc_with_ie() local
1553 pcurrent_ptr = *pbeacon_info; in wlan_interpret_bss_desc_with_ie()
1569 memcpy(pmadapter, pbss_entry->mac_address, pcurrent_ptr, in wlan_interpret_bss_desc_with_ie()
1574 pcurrent_ptr += MLAN_MAC_ADDR_LENGTH; in wlan_interpret_bss_desc_with_ie()
1583 pbss_entry->rssi = (t_s32)(*pcurrent_ptr); in wlan_interpret_bss_desc_with_ie()
1584 PRINTM(MINFO, "InterpretIE: RSSI=%02X\n", *pcurrent_ptr); in wlan_interpret_bss_desc_with_ie()
1585 pcurrent_ptr += 1; in wlan_interpret_bss_desc_with_ie()
1594 pbss_entry->pbeacon_buf = pcurrent_ptr; in wlan_interpret_bss_desc_with_ie()
1598 memcpy(pmadapter, fixed_ie.time_stamp, pcurrent_ptr, 8); in wlan_interpret_bss_desc_with_ie()
1599 memcpy(pmadapter, pbss_entry->time_stamp, pcurrent_ptr, 8); in wlan_interpret_bss_desc_with_ie()
[all …]
H A Dmlan_misc.c3218 t_u8 *pcurrent_ptr = pbuf; in wlan_is_wmm_ie_present() local
3229 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wlan_is_wmm_ie_present()
3230 element_len = *((t_u8 *)pcurrent_ptr + 1); in wlan_is_wmm_ie_present()
3241 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in wlan_is_wmm_ie_present()
3252 pcurrent_ptr += element_len + 2; in wlan_is_wmm_ie_present()
3279 t_u8 *pcurrent_ptr = ie_buf; in wlan_get_specific_ie() local
3289 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wlan_get_specific_ie()
3290 element_len = *((t_u8 *)pcurrent_ptr + 1); in wlan_get_specific_ie()
3299 DBG_HEXDUMP(MCMND, "IE", pcurrent_ptr, total_ie_len); in wlan_get_specific_ie()
3300 ie_ptr = pcurrent_ptr; in wlan_get_specific_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_uap_cfg80211.c304 const t_u8 *pcurrent_ptr = ie; in woal_find_wpa_ies() local
315 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in woal_find_wpa_ies()
316 element_len = *((t_u8 *)pcurrent_ptr + 1); in woal_find_wpa_ies()
327 pcurrent_ptr, sys_config); in woal_find_wpa_ies()
330 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in woal_find_wpa_ies()
336 pcurrent_ptr, in woal_find_wpa_ies()
343 pcurrent_ptr += element_len + 2; in woal_find_wpa_ies()
372 const t_u8 *pcurrent_ptr = ie; in woal_set_wmm_ies() local
381 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in woal_set_wmm_ies()
382 element_len = *((t_u8 *)pcurrent_ptr + 1); in woal_set_wmm_ies()
[all …]
H A Dmoal_sta_cfg80211.c904 t_u8 *pcurrent_ptr = ie; in woal_cfg80211_assoc_ies_cfg() local
913 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in woal_cfg80211_assoc_ies_cfg()
914 element_len = *((t_u8 *)pcurrent_ptr + 1); in woal_cfg80211_assoc_ies_cfg()
926 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
935 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in woal_cfg80211_assoc_ies_cfg()
945 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
964 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
977 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
991 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
1003 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_uap_cfg80211.c370 const t_u8 *pcurrent_ptr = ie; in woal_find_wpa_ies() local
381 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in woal_find_wpa_ies()
382 element_len = *((t_u8 *)pcurrent_ptr + 1); in woal_find_wpa_ies()
393 (IEEEtypes_Rsn_t *)pcurrent_ptr, sys_config); in woal_find_wpa_ies()
396 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in woal_find_wpa_ies()
401 (IEEEtypes_Wpa_t *)pcurrent_ptr, in woal_find_wpa_ies()
408 pcurrent_ptr += element_len + 2; in woal_find_wpa_ies()
438 const t_u8 *pcurrent_ptr = ie; in woal_set_wmm_ies() local
446 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in woal_set_wmm_ies()
447 element_len = *((t_u8 *)pcurrent_ptr + 1); in woal_set_wmm_ies()
[all …]
H A Dmoal_sta_cfg80211.c896 t_u8 *pcurrent_ptr = ie; in woal_cfg80211_assoc_ies_cfg() local
906 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in woal_cfg80211_assoc_ies_cfg()
907 element_len = *((t_u8 *)pcurrent_ptr + 1); in woal_cfg80211_assoc_ies_cfg()
919 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
928 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in woal_cfg80211_assoc_ies_cfg()
959 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
978 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
990 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
1004 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
1017 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
[all …]