Searched refs:prate (Results 1 – 2 of 2) sorted by relevance
1446 t_u8 *prate; in wlan_interpret_bss_desc_with_ie() local1756 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()
5710 t_u8 *prate = (t_u8 *)&(pbss_desc->supported_rates); in wlan_send_mgmt_auth_request() local5715 if (prate[j] >= 0x82) in wlan_send_mgmt_auth_request()5719 if (prate[j] == baserates[k] && k < rateIndex) in wlan_send_mgmt_auth_request()