Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.conf255 fragm_threshold=-1
Dap_config_file.c3274 conf->fragm_threshold = atoi(pos); in hostapd_config_fill()
3275 if (conf->fragm_threshold == -1) { in hostapd_config_fill()
3277 } else if (conf->fragm_threshold < 256 || in hostapd_config_fill()
3278 conf->fragm_threshold > 2346) { in hostapd_config_fill()
3281 line, conf->fragm_threshold); in hostapd_config_fill()
DChangeLog195 * modified rts_threshold and fragm_threshold configuration parameters
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.conf230 fragm_threshold=-1
Dap_config_file.c3222 conf->fragm_threshold = atoi(pos);
3223 if (conf->fragm_threshold == -1) {
3225 } else if (conf->fragm_threshold < 256 ||
3226 conf->fragm_threshold > 2346) {
3229 line, conf->fragm_threshold);
DChangeLog152 * modified rts_threshold and fragm_threshold configuration parameters
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h873 int fragm_threshold; member
Dhostapd.c1963 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()
1964 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()
1965 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
Dap_config.c212 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h948 int fragm_threshold; member
Dhostapd.c2101 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2102 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()
2103 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
Dap_config.c234 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()