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

/external/wpa_supplicant_8/hostapd/
H A Dhostapd.conf188 fragm_threshold=2346
H A Dconfig_file.c2497 } else if (os_strcmp(buf, "fragm_threshold") == 0) {
2498 conf->fragm_threshold = atoi(pos);
2499 if (conf->fragm_threshold < 256 ||
2500 conf->fragm_threshold > 2346) {
2502 "Line %d: invalid fragm_threshold %d",
2503 line, conf->fragm_threshold);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h529 int fragm_threshold; member in struct:hostapd_config
H A Dap_config.c156 conf->fragm_threshold = -1; /* user driver default: 2346 */
H A Dhostapd.c1226 if (hapd->iconf->fragm_threshold > -1 &&
1227 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h529 int fragm_threshold; member in struct:hostapd_config
H A Dap_config.c156 conf->fragm_threshold = -1; /* user driver default: 2346 */
H A Dhostapd.c1226 if (hapd->iconf->fragm_threshold > -1 &&
1227 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h529 int fragm_threshold; member in struct:hostapd_config
H A Dap_config.c156 conf->fragm_threshold = -1; /* user driver default: 2346 */
H A Dhostapd.c1226 if (hapd->iconf->fragm_threshold > -1 &&
1227 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {

Completed in 183 milliseconds