Home | History | Annotate | Download | only in hostapd

Lines Matching refs:rts_threshold

2781 	} else if (os_strcmp(buf, "rts_threshold") == 0) {
2782 conf->rts_threshold = atoi(pos);
2783 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) {
2785 "Line %d: invalid rts_threshold %d",
2786 line, conf->rts_threshold);