Lines Matching refs:fwrq
2263 struct iw_freq *fwrq = &wrqu->freq;
2268 if (fwrq->e == 1) {
2269 int f = fwrq->m / 100000;
2272 fwrq->e = 0;
2273 fwrq->m = ieee80211_frequency_to_channel(f);
2276 if (fwrq->m < 0 || fwrq->m > 1000 || fwrq->e > 0)
2279 int channel = fwrq->m;
2294 struct iw_freq *fwrq = &wrqu->freq;
2297 fwrq->m = priv->channel;
2298 fwrq->e = 0;