Searched refs:rts_threshold (Results 1 – 5 of 5) sorted by relevance
200 rts_threshold=-1
2704 conf->rts_threshold = atoi(pos); in hostapd_config_fill()2705 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()2708 line, conf->rts_threshold); in hostapd_config_fill()
598 int rts_threshold; member
158 conf->rts_threshold = -1; /* use driver default: 2347 */ in hostapd_config_defaults()
1616 if (hapd->iconf->rts_threshold > -1 && in hostapd_setup_interface_complete_sync()1617 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) { in hostapd_setup_interface_complete_sync()