Searched refs:rts_threshold (Results 1 – 6 of 6) sorted by relevance
259 rts_threshold=-1
3535 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()
232 * modified rts_threshold and fragm_threshold configuration parameters
1060 int rts_threshold; member
2569 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()
243 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()