Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h124 u16 active_scan_time; member
Dhost_interface.c669 u16 active_scan_time = param->active_scan_time; in handle_cfg_param() local
671 if (active_scan_time > 0) { in handle_cfg_param()
673 wid_list[i].val = (s8 *)&param->active_scan_time; in handle_cfg_param()
676 hif_drv->cfg_values.active_scan_time = active_scan_time; in handle_cfg_param()
3488 hif_drv->cfg_values.active_scan_time = ACTIVE_SCAN_TIME; in wilc_init()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dinit.c246 adapter->active_scan_time = MWIFIEX_ACTIVE_SCAN_CHAN_TIME; in mwifiex_init_adapter()
Dscan.c491 cpu_to_le16(adapter->active_scan_time); in mwifiex_scan_create_channel_list()
1103 scan_dur = adapter->active_scan_time; in mwifiex_config_scan()
Dmain.h958 u16 active_scan_time; member