Home
last modified time | relevance | path

Searched refs:fragm_threshold (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/hostapd/
H A Dhostapd.conf265 fragm_threshold=-1
H A Dconfig_file.c3478 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()
3479 if (conf->fragm_threshold == -1) { in hostapd_config_fill()
3481 } else if (conf->fragm_threshold < 256 || in hostapd_config_fill()
3482 conf->fragm_threshold > 2346) { in hostapd_config_fill()
3485 line, conf->fragm_threshold); in hostapd_config_fill()
H A DChangeLog232 * modified rts_threshold and fragm_threshold configuration parameters
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1040 int fragm_threshold; member
H A Dhostapd.c2589 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2590 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()
2591 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
H A Dap_config.c241 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()