Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dscan.c86 } dwell[IEEE80211_NUM_BANDS]; member
267 params->dwell[band].fragmented = frag_passive_dwell; in iwl_mvm_scan_calc_params()
269 params->dwell[band].passive = iwl_mvm_get_passive_dwell(mvm, in iwl_mvm_scan_calc_params()
271 params->dwell[band].active = iwl_mvm_get_active_dwell(mvm, band, in iwl_mvm_scan_calc_params()
767 cmd->active_dwell = params->dwell[IEEE80211_BAND_2GHZ].active; in iwl_mvm_build_generic_unified_scan_cmd()
768 cmd->passive_dwell = params->dwell[IEEE80211_BAND_2GHZ].passive; in iwl_mvm_build_generic_unified_scan_cmd()
771 params->dwell[IEEE80211_BAND_2GHZ].fragmented; in iwl_mvm_build_generic_unified_scan_cmd()
1227 cmd->active_dwell = params->dwell[IEEE80211_BAND_2GHZ].active; in iwl_mvm_build_generic_umac_scan_cmd()
1228 cmd->passive_dwell = params->dwell[IEEE80211_BAND_2GHZ].passive; in iwl_mvm_build_generic_umac_scan_cmd()
1231 params->dwell[IEEE80211_BAND_2GHZ].fragmented; in iwl_mvm_build_generic_umac_scan_cmd()
/linux-4.1.27/Documentation/networking/
Dray_cs.txt75 of hop dwell
91 hop_dwell integer hop dwell time in Kilo-microseconds
/linux-4.1.27/drivers/net/wireless/p54/
Dlmac.h335 __le16 dwell; member
537 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell);
Dfwio.c395 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell) in p54_scan() argument
419 head->dwell = cpu_to_le16(dwell); in p54_scan()
/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211mgmt.h245 u16 dwell; member
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c1859 int dwell, i; in hw_scan_work() local
1878 dwell = 120; in hw_scan_work()
1880 dwell = 30; in hw_scan_work()
1904 msecs_to_jiffies(dwell)); in hw_scan_work()
Dairo.c787 __le16 dwell; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c114 __le16 dwell; member
534 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()