OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrqu
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c
154
union iwreq_data *
wrqu
= (union iwreq_data *)cmdObj->buffer1;
local
173
int freq =
wrqu
->freq.m;
179
int div = WEXT_FREQ_KHZ_CONVERT -
wrqu
->freq.e;
227
wrqu
->freq.m = pParam->content.siteMgrCurrentChannel;
228
wrqu
->freq.e = 3;
229
wrqu
->freq.i = 0;
240
switch (
wrqu
->mode)
278
wrqu
->mode = IW_MODE_AUTO;
281
wrqu
->mode = IW_MODE_ADHOC;
284
wrqu
->mode = IW_MODE_INFRA
1569
union iwreq_data
wrqu
;
local
[
all
...]
Completed in 297 milliseconds