Home
last modified time | relevance | path

Searched refs:scan_options (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ti/wl12xx/
H A Dscan.c88 u16 scan_options = 0; in wl1271_scan_send() local
102 scan_options |= WL1271_SCAN_OPT_SPLIT_SCAN; in wl1271_scan_send()
105 scan_options |= WL1271_SCAN_OPT_PASSIVE; in wl1271_scan_send()
118 cmd->params.scan_options = cpu_to_le16(scan_options); in wl1271_scan_send()
H A Dscan.h19 __le16 scan_options; member
/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.c432 cmd->params.scan_options = 0; in wl1251_cmd_scan()
439 cmd->params.scan_options |= cpu_to_le16(WL1251_SCAN_OPT_PRIORITY_HIGH); in wl1251_cmd_scan()
H A Dcmd.h177 __le16 scan_options; member