Searched refs:rts_threshold (Results 1 – 5 of 5) sorted by relevance
128 rts_threshold=2347
1763 conf->rts_threshold = atoi(pos); in hostapd_config_read()1764 if (conf->rts_threshold < 0 || in hostapd_config_read()1765 conf->rts_threshold > 2347) { in hostapd_config_read()1768 line, conf->rts_threshold); in hostapd_config_read()
348 int rts_threshold; member
759 if (hapd->iconf->rts_threshold > -1 && in hostapd_setup_interface_complete()760 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) { in hostapd_setup_interface_complete()
149 conf->rts_threshold = -1; /* use driver default: 2347 */ in hostapd_config_defaults()