Searched refs:supported_rates (Results 1 - 25 of 27) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
H A Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX,
H A Dsta_info.h49 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
H A Dhw_features.c156 if (iface->conf->supported_rates &&
157 !hostapd_rate_found(iface->conf->supported_rates,
H A Dap_config.h488 int *supported_rates; member in struct:hostapd_config
H A Dieee802_11.c844 sizeof(sta->supported_rates)) {
854 sta->supported_rates, sizeof(sta->supported_rates),
1339 if ((sta->supported_rates[i] & 0x7f) > 22) {
1937 sta->supported_rates, sta->supported_rates_len,
H A Dap_config.c545 os_free(conf->supported_rates);
H A Dieee802_1x.c267 if ((sta->supported_rates[i] & 0x7f) > rate)
268 rate = sta->supported_rates[i] & 0x7f;
/external/wpa_supplicant_8/src/ap/
H A Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
H A Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX,
H A Dsta_info.h49 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
H A Dhw_features.c156 if (iface->conf->supported_rates &&
157 !hostapd_rate_found(iface->conf->supported_rates,
H A Dap_config.h488 int *supported_rates; member in struct:hostapd_config
H A Dieee802_11.c844 sizeof(sta->supported_rates)) {
854 sta->supported_rates, sizeof(sta->supported_rates),
1339 if ((sta->supported_rates[i] & 0x7f) > 22) {
1937 sta->supported_rates, sta->supported_rates_len,
H A Dap_config.c545 os_free(conf->supported_rates);
H A Dieee802_1x.c267 if ((sta->supported_rates[i] & 0x7f) > rate)
268 rate = sta->supported_rates[i] & 0x7f;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
H A Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX,
H A Dsta_info.h49 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
H A Dhw_features.c156 if (iface->conf->supported_rates &&
157 !hostapd_rate_found(iface->conf->supported_rates,
H A Dap_config.h488 int *supported_rates; member in struct:hostapd_config
H A Dieee802_11.c844 sizeof(sta->supported_rates)) {
854 sta->supported_rates, sizeof(sta->supported_rates),
1339 if ((sta->supported_rates[i] & 0x7f) > 22) {
1937 sta->supported_rates, sta->supported_rates_len,
H A Dap_config.c545 os_free(conf->supported_rates);
H A Dieee802_1x.c267 if ((sta->supported_rates[i] & 0x7f) > rate)
268 rate = sta->supported_rates[i] & 0x7f;
/external/wpa_supplicant_8/hostapd/
H A Ddump_state.c132 fprintf(f, " supported_rates=");
134 fprintf(f, "%02x ", sta->supported_rates[i]);

Completed in 193 milliseconds

12