Lines Matching full:rts_threshold
2703 } else if (os_strcmp(buf, "rts_threshold") == 0) {2704 conf->rts_threshold = atoi(pos);2705 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) {2707 "Line %d: invalid rts_threshold %d",2708 line, conf->rts_threshold);