Searched refs:rts_threshold (Results 1 – 12 of 12) sorted by relevance
249 rts_threshold=-1
3266 conf->rts_threshold = atoi(pos); in hostapd_config_fill()3267 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()3270 line, conf->rts_threshold); in hostapd_config_fill()
195 * modified rts_threshold and fragm_threshold configuration parameters
224 rts_threshold=-1
3214 conf->rts_threshold = atoi(pos);3215 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) {3218 line, conf->rts_threshold);
152 * modified rts_threshold and fragm_threshold configuration parameters
872 int rts_threshold; member
1955 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()1956 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()1957 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
211 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()
947 int rts_threshold; member
2093 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()2094 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()2095 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
233 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()