Searched refs:rts_threshold (Results 1 – 5 of 5) sorted by relevance
198 rts_threshold=2347
2632 conf->rts_threshold = atoi(pos); in hostapd_config_fill()2633 if (conf->rts_threshold < 0 || conf->rts_threshold > 2347) { in hostapd_config_fill()2636 line, conf->rts_threshold); in hostapd_config_fill()
565 int rts_threshold; member
155 conf->rts_threshold = -1; /* use driver default: 2347 */ in hostapd_config_defaults()
1463 if (hapd->iconf->rts_threshold > -1 && in hostapd_setup_interface_complete()1464 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) { in hostapd_setup_interface_complete()