Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c466 cpu_to_le16(adapter->passive_scan_time); in mwifiex_scan_create_channel_list()
531 cpu_to_le16(adapter->passive_scan_time); in mwifiex_bgscan_create_channel_list()
1071 scan_dur = adapter->passive_scan_time; in mwifiex_config_scan()
2399 priv->adapter->passive_scan_time : in mwifiex_cmd_802_11_bg_scan_config()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dscan.c358 cpu_to_le16(adapter->passive_scan_time); in nxpwifi_scan_create_channel_list()
423 cpu_to_le16(adapter->passive_scan_time); in nxpwifi_bgscan_create_channel_list()
991 scan_dur = adapter->passive_scan_time; in nxpwifi_config_scan()
2207 priv->adapter->passive_scan_time : in nxpwifi_cmd_802_11_bg_scan_config()
H A Dinit.c199 adapter->passive_scan_time = NXPWIFI_PASSIVE_SCAN_CHAN_TIME; in nxpwifi_init_adapter()
H A Dmain.h868 u16 passive_scan_time; member