Home
last modified time | relevance | path

Searched refs:SCAN_TYPE_SEARCH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Dscan.c51 cmd->scan_type = SCAN_TYPE_SEARCH; in wl18xx_scan_send()
78 SCAN_TYPE_SEARCH); in wl18xx_scan_send()
336 return __wl18xx_scan_stop(wl, wlvif, SCAN_TYPE_SEARCH); in wl18xx_scan_stop()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dscan.h146 SCAN_TYPE_SEARCH = 0, enumerator
H A Dscan.c141 if (scan_type == SCAN_TYPE_SEARCH) { in wlcore_scan_get_channels()