Home | History | Annotate | Download | only in hostapd

Lines Matching refs:fragm_threshold

2497 	} 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);