Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf198 rts_threshold=2347
Dconfig_file.c2632 conf->rts_threshold = atoi(pos); in hostapd_config_fill()
2633 if (conf->rts_threshold < 0 || conf->rts_threshold > 2347) { in hostapd_config_fill()
2636 line, conf->rts_threshold); in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dap_config.h565 int rts_threshold; member
Dap_config.c155 conf->rts_threshold = -1; /* use driver default: 2347 */ in hostapd_config_defaults()
Dhostapd.c1463 if (hapd->iconf->rts_threshold > -1 && in hostapd_setup_interface_complete()
1464 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) { in hostapd_setup_interface_complete()