Home
last modified time | relevance | path

Searched refs:supported_rates (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
HDap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
HDap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5; in ap_list_beacon_olbc()
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX, in ap_list_process_beacon()
HDhw_features.c199 if (iface->conf->supported_rates && in hostapd_prepare_rates()
200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
HDsta_info.h76 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
HDap_config.h884 int *supported_rates; member
HDieee802_11.c2330 sta->supported_rates, in handle_auth()
2591 sizeof(sta->supported_rates)) { in copy_supp_rates()
2601 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
3428 sta->supported_rates, sta->supported_rates_len, in add_associated_sta()
4104 if ((sta->supported_rates[i] & 0x7f) > 22) { in handle_assoc()
HDctrl_iface_ap.c236 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib()
HDap_config.c885 os_free(conf->supported_rates); in hostapd_config_free()
HDieee802_1x.c323 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate()
324 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
HDsta_info.c704 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5; in ap_sta_add()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDmesh_mpm.c132 sizeof(sta->supported_rates)) { in copy_supp_rates()
141 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
766 params.supp_rates = sta->supported_rates; in mesh_mpm_add_peer()
HDap.c341 conf->supported_rates = list; in wpa_supplicant_conf_ap()
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c3241 if (hostapd_parse_intlist(&conf->supported_rates, pos)) {