Searched refs:rts_threshold (Results 1 – 6 of 6) sorted by relevance
224 rts_threshold=-1
3193 conf->rts_threshold = atoi(pos); in hostapd_config_fill()3194 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()3197 line, conf->rts_threshold); in hostapd_config_fill()
73 * modified rts_threshold and fragm_threshold configuration parameters
741 int rts_threshold; member
1887 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()1888 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()1889 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
203 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()