Home | History | Annotate | Download | only in hostapd

Lines Matching full:rts_threshold

2489 	} else if (os_strcmp(buf, "rts_threshold") == 0) {
2490 conf->rts_threshold = atoi(pos);
2491 if (conf->rts_threshold < 0 || conf->rts_threshold > 2347) {
2493 "Line %d: invalid rts_threshold %d",
2494 line, conf->rts_threshold);