Home | History | Annotate | Download | only in hostapd

Lines Matching refs:rts_threshold

2373 		} else if (os_strcmp(buf, "rts_threshold") == 0) {
2374 conf->rts_threshold = atoi(pos);
2375 if (conf->rts_threshold < 0 ||
2376 conf->rts_threshold > 2347) {
2378 "rts_threshold %d",
2379 line, conf->rts_threshold);