Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf200 rts_threshold=-1
Dconfig_file.c2704 conf->rts_threshold = atoi(pos); in hostapd_config_fill()
2705 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()
2708 line, conf->rts_threshold); in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dap_config.h598 int rts_threshold; member
Dap_config.c158 conf->rts_threshold = -1; /* use driver default: 2347 */ in hostapd_config_defaults()
Dhostapd.c1616 if (hapd->iconf->rts_threshold > -1 && in hostapd_setup_interface_complete_sync()
1617 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) { in hostapd_setup_interface_complete_sync()