Lines Matching refs:fwrq
5834 struct iw_freq *fwrq = &wrqu->freq;
5839 if (fwrq->e == 1) {
5840 int f = fwrq->m / 100000;
5843 fwrq->e = 0;
5844 fwrq->m = ieee80211_frequency_to_channel(f);
5847 if (fwrq->m < 0 || fwrq->m > 1000 || fwrq->e > 0)
5850 int channel = fwrq->m;
5855 fwrq->m);
5876 struct iw_freq *fwrq = &wrqu->freq;
5889 fwrq->m = 100000 *
5891 fwrq->e = 1;
5893 fwrq->m = ch;
5894 fwrq->e = 0;