Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_config.h1084 enum beacon_rate_type rate_type; member
Dbeacon.c2530 params->rate_type = hapd->iconf->rate_type; in ieee802_11_build_ap_params()
/hostap-latest/hostapd/
Dconfig_file.c3584 conf->rate_type = BEACON_RATE_HT; in hostapd_config_fill()
3594 conf->rate_type = BEACON_RATE_VHT; in hostapd_config_fill()
3604 conf->rate_type = BEACON_RATE_HE; in hostapd_config_fill()
3614 conf->rate_type = BEACON_RATE_LEGACY; in hostapd_config_fill()
/hostap-latest/src/drivers/
Ddriver.h1471 enum beacon_rate_type rate_type; member
Ddriver_zephyr.c2122 wpa_printf(MSG_EXCESSIVE, "rate_type=%d", params->rate_type); in wpa_drv_zep_set_ap()
Ddriver_nl80211.c4572 params->rate_type == BEACON_RATE_LEGACY)) in nl80211_put_beacon_rate()
4603 switch (params->rate_type) { in nl80211_put_beacon_rate()
5095 wpa_printf(MSG_DEBUG, "nl80211: rate_type=%d", params->rate_type); in wpa_driver_nl80211_set_ap()