Home
last modified time | relevance | path

Searched refs:prate (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_scan.c1446 t_u8 *prate; in wlan_interpret_bss_desc_with_ie() local
1756 prate = (t_u8 *)pbss_entry->data_rates; in wlan_interpret_bss_desc_with_ie()
1757 prate += rate_size; in wlan_interpret_bss_desc_with_ie()
1758 (void)__memcpy(pmadapter, prate, pcurrent_ptr + 2, bytes_to_copy); in wlan_interpret_bss_desc_with_ie()
1760 prate = (t_u8 *)pbss_entry->supported_rates; in wlan_interpret_bss_desc_with_ie()
1761 prate += rate_size; in wlan_interpret_bss_desc_with_ie()
1762 (void)__memcpy(pmadapter, prate, pcurrent_ptr + 2, bytes_to_copy); in wlan_interpret_bss_desc_with_ie()
Dmlan_api.c5710 t_u8 *prate = (t_u8 *)&(pbss_desc->supported_rates); in wlan_send_mgmt_auth_request() local
5715 if (prate[j] >= 0x82) in wlan_send_mgmt_auth_request()
5719 if (prate[j] == baserates[k] && k < rateIndex) in wlan_send_mgmt_auth_request()