Home | History | Annotate | Download | only in hostapd

Lines Matching refs:rts_threshold

1825 		} else if (os_strcmp(buf, "rts_threshold") == 0) {
1826 conf->rts_threshold = atoi(pos);
1827 if (conf->rts_threshold < 0 ||
1828 conf->rts_threshold > 2347) {
1830 "rts_threshold %d",
1831 line, conf->rts_threshold);