Searched refs:fragm_threshold (Results 1 – 6 of 6) sorted by relevance
230 fragm_threshold=-1
3201 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()3202 if (conf->fragm_threshold == -1) { in hostapd_config_fill()3204 } else if (conf->fragm_threshold < 256 || in hostapd_config_fill()3205 conf->fragm_threshold > 2346) { in hostapd_config_fill()3208 line, conf->fragm_threshold); in hostapd_config_fill()
73 * modified rts_threshold and fragm_threshold configuration parameters
742 int fragm_threshold; member
1895 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()1896 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()1897 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
204 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()