Home
last modified time | relevance | path

Searched refs:dwell (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intersil/p54/
Dlmac.h332 __le16 dwell; member
534 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell);
Dfwio.c389 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell) in p54_scan() argument
413 head->dwell = cpu_to_le16(dwell); in p54_scan()
/Linux-v6.6/Documentation/networking/device_drivers/wifi/
Dray_cs.rst86 of hop dwell
104 hop_dwell integer hop dwell time in Kilo-microseconds
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dscan.h539 struct iwl_scan_dwell dwell; member
572 struct iwl_scan_dwell dwell; member
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c1046 struct iwl_scan_dwell *dwell) in iwl_mvm_fill_scan_dwell() argument
1048 dwell->active = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_fill_scan_dwell()
1049 dwell->passive = IWL_SCAN_DWELL_PASSIVE; in iwl_mvm_fill_scan_dwell()
1050 dwell->fragmented = IWL_SCAN_DWELL_FRAGMENTED; in iwl_mvm_fill_scan_dwell()
1051 dwell->extended = IWL_SCAN_DWELL_EXTENDED; in iwl_mvm_fill_scan_dwell()
1082 iwl_mvm_fill_scan_dwell(mvm, &cfg->dwell); in iwl_mvm_fill_scan_config_v1()
1133 iwl_mvm_fill_scan_dwell(mvm, &cfg->dwell); in iwl_mvm_fill_scan_config_v2()
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c110 __le16 dwell; member
547 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()
/Linux-v6.6/drivers/net/wireless/virtual/
Dmac80211_hwsim.c2834 int dwell, i; in hw_scan_work() local
2860 dwell = 120; in hw_scan_work()
2862 dwell = 30; in hw_scan_work()
2902 msecs_to_jiffies(dwell)); in hw_scan_work()
2906 jiffies + msecs_to_jiffies(dwell); in hw_scan_work()
/Linux-v6.6/drivers/net/wireless/cisco/
Dairo.c792 __le16 dwell; member