Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.conf249 rts_threshold=-1
Dap_config_file.c3266 conf->rts_threshold = atoi(pos); in hostapd_config_fill()
3267 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()
3270 line, conf->rts_threshold); in hostapd_config_fill()
DChangeLog195 * modified rts_threshold and fragm_threshold configuration parameters
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.conf224 rts_threshold=-1
Dap_config_file.c3214 conf->rts_threshold = atoi(pos);
3215 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) {
3218 line, conf->rts_threshold);
DChangeLog152 * modified rts_threshold and fragm_threshold configuration parameters
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h872 int rts_threshold; member
Dhostapd.c1955 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()
1956 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()
1957 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
Dap_config.c211 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h947 int rts_threshold; member
Dhostapd.c2093 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2094 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()
2095 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
Dap_config.c233 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()