Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf206 fragm_threshold=-1
Dconfig_file.c2712 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()
2713 if (conf->fragm_threshold == -1) { in hostapd_config_fill()
2715 } else if (conf->fragm_threshold < 256 || in hostapd_config_fill()
2716 conf->fragm_threshold > 2346) { in hostapd_config_fill()
2719 line, conf->fragm_threshold); in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dap_config.h599 int fragm_threshold; member
Dap_config.c159 conf->fragm_threshold = -1; /* user driver default: 2346 */ in hostapd_config_defaults()
Dhostapd.c1623 if (hapd->iconf->fragm_threshold > -1 && in hostapd_setup_interface_complete_sync()
1624 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) { in hostapd_setup_interface_complete_sync()