Searched refs:beacon_rate (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_config.h886 unsigned int beacon_rate; member in struct:hostapd_config
H A Dbeacon.c1302 params->beacon_rate = hapd->iconf->beacon_rate;
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h1216 * beacon_rate: Beacon frame data rate
1221 * beacon_rate == 0 and rate_type == 0 (BEACON_RATE_LEGACY), the default
1224 unsigned int beacon_rate; member in struct:wpa_driver_ap_params
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3252 } else if (os_strcmp(buf, "beacon_rate") == 0) {
3259 "Line %d: invalid beacon_rate HT-MCS %d",
3264 conf->beacon_rate = val;
3269 "Line %d: invalid beacon_rate VHT-MCS %d",
3274 conf->beacon_rate = val;
3279 "Line %d: invalid legacy beacon_rate %d",
3284 conf->beacon_rate = val;

Completed in 133 milliseconds