Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/hostapd/
HDhostapd.conf204 fragm_threshold=2346
HDconfig_file.c2654 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()
2655 if (conf->fragm_threshold < 256 || in hostapd_config_fill()
2656 conf->fragm_threshold > 2346) { in hostapd_config_fill()
2659 line, conf->fragm_threshold); in hostapd_config_fill()
/NextBSD/contrib/wpa/src/ap/
HDap_config.h572 int fragm_threshold; member
HDap_config.c156 conf->fragm_threshold = -1; /* user driver default: 2346 */ in hostapd_config_defaults()
HDhostapd.c1615 if (hapd->iconf->fragm_threshold > -1 && in hostapd_setup_interface_complete()
1616 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) { in hostapd_setup_interface_complete()