Home
last modified time | relevance | path

Searched refs:rate_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3489 enum beacon_rate_type rate_type; in hostapd_config_fill() local
3500 rate_type = BEACON_RATE_HT; in hostapd_config_fill()
3509 rate_type = BEACON_RATE_VHT; in hostapd_config_fill()
3518 rate_type = BEACON_RATE_HE; in hostapd_config_fill()
3527 rate_type = BEACON_RATE_LEGACY; in hostapd_config_fill()
3530 bss->rate_type = rate_type; in hostapd_config_fill()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h298 enum beacon_rate_type rate_type; member
H A Dbeacon.c2614 params->rate_type = hapd->conf->rate_type; in ieee802_11_build_ap_params()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h1606 enum beacon_rate_type rate_type; member
H A Ddriver_nl80211.c5243 params->rate_type == BEACON_RATE_LEGACY)) in nl80211_put_beacon_rate()
5274 switch (params->rate_type) { in nl80211_put_beacon_rate()
5798 wpa_printf(MSG_DEBUG, "nl80211: rate_type=%d", params->rate_type); in wpa_driver_nl80211_set_ap()