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

/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd.conf230 fragm_threshold=-1
H A Dconfig_file.c3221 } else if (os_strcmp(buf, "fragm_threshold") == 0) {
3222 conf->fragm_threshold = atoi(pos);
3223 if (conf->fragm_threshold == -1) {
3225 } else if (conf->fragm_threshold < 256 ||
3226 conf->fragm_threshold > 2346) {
3228 "Line %d: invalid fragm_threshold %d",
3229 line, conf->fragm_threshold);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h873 int fragm_threshold; member in struct:hostapd_config
H A Dap_config.c212 conf->fragm_threshold = -2; /* user driver default: 2346 */
H A Dhostapd.c1963 if (hapd->iconf->fragm_threshold >= -1 &&
1964 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) &&
1965 hapd->iconf->fragm_threshold != -1) {

Completed in 163 milliseconds