Lines Matching refs:supported_rates
1066 for (i = 0; i < sizeof(sta->supported_rates); i++) in prism2_sta_proc_show()
1067 if (sta->supported_rates[i] != 0) in prism2_sta_proc_show()
1069 (sta->supported_rates[i] & 0x7f) / 2, in prism2_sta_proc_show()
1070 sta->supported_rates[i] & 1 ? ".5" : ""); in prism2_sta_proc_show()
1225 for (i = 0; i < sizeof(sta->supported_rates); i++) { in prism2_check_tx_rates()
1226 if ((sta->supported_rates[i] & 0x7f) == 2) in prism2_check_tx_rates()
1228 if ((sta->supported_rates[i] & 0x7f) == 4) in prism2_check_tx_rates()
1230 if ((sta->supported_rates[i] & 0x7f) == 11) in prism2_check_tx_rates()
1232 if ((sta->supported_rates[i] & 0x7f) == 22) in prism2_check_tx_rates()
1644 memset(sta->supported_rates, 0, in handle_assoc()
1645 sizeof(sta->supported_rates)); in handle_assoc()
1646 memcpy(sta->supported_rates, u, ileft); in handle_assoc()
2189 memset(sta->supported_rates, 0, sizeof(sta->supported_rates)); in handle_beacon()
2190 memcpy(sta->supported_rates, supp_rates, supp_rates_len); in handle_beacon()
2570 sta->supported_rates[0] = 2; in prism2_hostapd_add_sta()
2572 sta->supported_rates[1] = 4; in prism2_hostapd_add_sta()
2574 sta->supported_rates[2] = 11; in prism2_hostapd_add_sta()
2576 sta->supported_rates[3] = 22; in prism2_hostapd_add_sta()
3207 memset(sta->supported_rates, 0, sizeof(sta->supported_rates)); in hostap_add_sta()
3211 sta->supported_rates[0] = 0x82; in hostap_add_sta()
3212 sta->supported_rates[1] = 0x84; in hostap_add_sta()
3213 sta->supported_rates[2] = 0x0b; in hostap_add_sta()
3214 sta->supported_rates[3] = 0x16; in hostap_add_sta()