Lines Matching refs:rts
252 struct iw_param *rts, char *extra)259 if (rts->disabled || !rts->fixed)261 else if (rts->value < 0)264 wdev->wiphy->rts_threshold = rts->value;276 struct iw_param *rts, char *extra)280 rts->value = wdev->wiphy->rts_threshold;281 rts->disabled = rts->value == (u32) -1;282 rts->fixed = 1;