Searched refs:fragm_threshold (Results 1 – 12 of 12) sorted by relevance
255 fragm_threshold=-1
3274 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()3275 if (conf->fragm_threshold == -1) { in hostapd_config_fill()3277 } else if (conf->fragm_threshold < 256 || in hostapd_config_fill()3278 conf->fragm_threshold > 2346) { in hostapd_config_fill()3281 line, conf->fragm_threshold); in hostapd_config_fill()
195 * modified rts_threshold and fragm_threshold configuration parameters
230 fragm_threshold=-1
3222 conf->fragm_threshold = atoi(pos);3223 if (conf->fragm_threshold == -1) {3225 } else if (conf->fragm_threshold < 256 ||3226 conf->fragm_threshold > 2346) {3229 line, conf->fragm_threshold);
152 * modified rts_threshold and fragm_threshold configuration parameters
873 int fragm_threshold; member
1963 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()1964 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()1965 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
212 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()
948 int fragm_threshold; member
2101 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()2102 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()2103 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
234 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()