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

/freebsd-10-stable/contrib/wpa/hostapd/
H A Dhostapd.conf143 fragm_threshold=2346
H A Dconfig_file.c2371 } else if (os_strcmp(buf, "fragm_threshold") == 0) {
2372 conf->fragm_threshold = atoi(pos);
2373 if (conf->fragm_threshold < 256 ||
2374 conf->fragm_threshold > 2346) {
2376 "fragm_threshold %d",
2377 line, conf->fragm_threshold);
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_config.h470 int fragm_threshold; member in struct:hostapd_config
H A Dap_config.c146 conf->fragm_threshold = -1; /* user driver default: 2346 */
H A Dhostapd.c922 if (hapd->iconf->fragm_threshold > -1 &&
923 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {

Completed in 61 milliseconds