Home
last modified time | relevance | path

Searched refs:fast_scan (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android_ext.h30 int wl_ext_drv_scan(struct net_device *dev, uint band, bool fast_scan);
H A Dwl_android_ext.c3427 wl_ext_drv_scan(struct net_device *dev, uint32 band, bool fast_scan) in wl_ext_drv_scan() argument
3475 fast_scan = FALSE; in wl_ext_drv_scan()
3477 if (fast_scan) in wl_ext_drv_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android_ext.h30 int wl_ext_drv_scan(struct net_device *dev, uint band, bool fast_scan);
H A Dwl_android_ext.c3425 wl_ext_drv_scan(struct net_device *dev, uint32 band, bool fast_scan) in wl_ext_drv_scan() argument
3466 fast_scan = FALSE; in wl_ext_drv_scan()
3468 if (fast_scan) in wl_ext_drv_scan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Datmel.c537 int fast_scan; member
2315 priv->fast_scan = 0; in atmel_set_scan()
2741 if (priv->fast_scan) { in atmel_scan()
3488 int fast_scan; in atmel_command_irq() local
3506 fast_scan = priv->fast_scan; in atmel_command_irq()
3507 priv->fast_scan = 0; in atmel_command_irq()
3520 priv->fast_scan = !fast_scan; in atmel_command_irq()
3534 priv->fast_scan = 0; in atmel_command_irq()