Lines Matching refs:supported_rates

1018 	for (i = 0; i < sizeof(sta->supported_rates); i++)  in prism2_sta_proc_show()
1019 if (sta->supported_rates[i] != 0) in prism2_sta_proc_show()
1021 (sta->supported_rates[i] & 0x7f) / 2, in prism2_sta_proc_show()
1022 sta->supported_rates[i] & 1 ? ".5" : ""); in prism2_sta_proc_show()
1164 for (i = 0; i < sizeof(sta->supported_rates); i++) { in prism2_check_tx_rates()
1165 if ((sta->supported_rates[i] & 0x7f) == 2) in prism2_check_tx_rates()
1167 if ((sta->supported_rates[i] & 0x7f) == 4) in prism2_check_tx_rates()
1169 if ((sta->supported_rates[i] & 0x7f) == 11) in prism2_check_tx_rates()
1171 if ((sta->supported_rates[i] & 0x7f) == 22) in prism2_check_tx_rates()
1582 memset(sta->supported_rates, 0, in handle_assoc()
1583 sizeof(sta->supported_rates)); in handle_assoc()
1584 memcpy(sta->supported_rates, u, ileft); in handle_assoc()
2127 memset(sta->supported_rates, 0, sizeof(sta->supported_rates)); in handle_beacon()
2128 memcpy(sta->supported_rates, supp_rates, supp_rates_len); in handle_beacon()
2508 sta->supported_rates[0] = 2; in prism2_hostapd_add_sta()
2510 sta->supported_rates[1] = 4; in prism2_hostapd_add_sta()
2512 sta->supported_rates[2] = 11; in prism2_hostapd_add_sta()
2514 sta->supported_rates[3] = 22; in prism2_hostapd_add_sta()
3145 memset(sta->supported_rates, 0, sizeof(sta->supported_rates)); in hostap_add_sta()
3149 sta->supported_rates[0] = 0x82; in hostap_add_sta()
3150 sta->supported_rates[1] = 0x84; in hostap_add_sta()
3151 sta->supported_rates[2] = 0x0b; in hostap_add_sta()
3152 sta->supported_rates[3] = 0x16; in hostap_add_sta()