Searched refs:fragm_threshold (Results 1 – 5 of 5) sorted by relevance
204 fragm_threshold=2346
2640 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()2641 if (conf->fragm_threshold < 256 || in hostapd_config_fill()2642 conf->fragm_threshold > 2346) { in hostapd_config_fill()2645 line, conf->fragm_threshold); in hostapd_config_fill()
566 int fragm_threshold; member
156 conf->fragm_threshold = -1; /* user driver default: 2346 */ in hostapd_config_defaults()
1470 if (hapd->iconf->fragm_threshold > -1 && in hostapd_setup_interface_complete()1471 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) { in hostapd_setup_interface_complete()