Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dhostapd.conf265 fragm_threshold=-1
Dconfig_file.c3543 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()
3544 if (conf->fragm_threshold == -1) { in hostapd_config_fill()
3546 } else if (conf->fragm_threshold < 256 || in hostapd_config_fill()
3547 conf->fragm_threshold > 2346) { in hostapd_config_fill()
3550 line, conf->fragm_threshold); in hostapd_config_fill()
DChangeLog232 * modified rts_threshold and fragm_threshold configuration parameters
/hostap-latest/src/ap/
Dap_config.h1061 int fragm_threshold; member
Dhostapd.c2577 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2578 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()
2579 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
Dap_config.c244 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()