Searched refs:scantype (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dscan.h79 u8 scantype; //!< Scan type: Active = 0, Passive = 1 member in struct:wlan_ioctl_user_scan_chan
H A Dscan.c245 u8 scantype; local
253 scantype = adapter->scantype;
278 scantype =
293 if (scantype == cmd_scan_type_passive) {
369 int scantype; local
486 scantype = puserscanin->chanlist[chanidx].scantype;
488 if (scantype == cmd_scan_type_passive) {
500 if (scantype
[all...]
H A Ddev.h271 u8 scantype; member in struct:_wlan_adapter
H A Dfw.c175 adapter->scantype = cmd_scan_type_active;
H A Ddebugfs.c221 scan_cfg->chanlist[i].scantype = passive ? 1 : 0;

Completed in 110 milliseconds