Searched refs:scan_mode (Results 1 – 10 of 10) sorted by relevance
67 static int scan_mode = 1;/*active, passive*/ variable148 registry_par->scan_mode = (u8)scan_mode; in loadparam()
98 u8 scan_mode;/*active, passive*/ member
2087 if ((ha->scan_mode & 0x0f) == 0) { in gdth_next()2089 ha->scan_mode |= 1; in gdth_next()2090 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()2092 } else if ((ha->scan_mode & 0x0f) == 1) { in gdth_next()2096 nscp_cmndinfo->phase = ((ha->scan_mode & 0x10 ? 1:0) << 8) in gdth_next()2098 ha->scan_mode = 0x12; in gdth_next()2100 ha->scan_mode)); in gdth_next()2102 ha->scan_mode &= 0x10; in gdth_next()2103 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()2105 } else if (ha->scan_mode == 0x12) { in gdth_next()[all …]
874 u8 scan_mode; /* current scan mode */ member
418 int scan_mode; /* SCAN_TYPE_ACTIVE, SCAN_TYPE_PASSIVE */ member
1394 priv->scan_mode == SCAN_TYPE_ACTIVE ? "active" : "passive"); in at76_startup_device()2279 priv->scan_mode = SCAN_TYPE_ACTIVE; in at76_init_new_device()
206 adapter->scan_mode = HostCmd_BSS_MODE_ANY; in mwifiex_init_adapter()
772 bss_mode : (u8) adapter->scan_mode); in mwifiex_config_scan()842 scan_cfg_out->bss_mode = (u8) adapter->scan_mode; in mwifiex_config_scan()
606 u32 scan_mode; member
264 enum scan_mode { enum856 static enum scan_mode labpc_ai_scan_mode(const struct comedi_cmd *cmd) in labpc_ai_scan_mode()