Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dhostapd.conf259 rts_threshold=-1
Dconfig_file.c3535 conf->rts_threshold = atoi(pos); in hostapd_config_fill()
3536 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()
3539 line, conf->rts_threshold); in hostapd_config_fill()
DChangeLog232 * modified rts_threshold and fragm_threshold configuration parameters
/hostap-latest/src/ap/
Dap_config.h1060 int rts_threshold; member
Dhostapd.c2569 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2570 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()
2571 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
Dap_config.c243 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()