Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf224 rts_threshold=-1
Dconfig_file.c3193 conf->rts_threshold = atoi(pos); in hostapd_config_fill()
3194 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()
3197 line, conf->rts_threshold); in hostapd_config_fill()
DChangeLog73 * modified rts_threshold and fragm_threshold configuration parameters
/external/wpa_supplicant_8/src/ap/
Dap_config.h741 int rts_threshold; member
Dhostapd.c1887 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()
1888 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()
1889 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
Dap_config.c203 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()