Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intersil/p54/
H A Dlmac.h332 __le16 dwell; member
534 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell);
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h545 struct iwl_scan_dwell dwell; member
578 struct iwl_scan_dwell dwell; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1056 struct iwl_scan_dwell *dwell) in iwl_mvm_fill_scan_dwell() argument
1058 dwell->active = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_fill_scan_dwell()
1059 dwell->passive = IWL_SCAN_DWELL_PASSIVE; in iwl_mvm_fill_scan_dwell()
1060 dwell->fragmented = IWL_SCAN_DWELL_FRAGMENTED; in iwl_mvm_fill_scan_dwell()
1061 dwell->extended = IWL_SCAN_DWELL_EXTENDED; in iwl_mvm_fill_scan_dwell()
1092 iwl_mvm_fill_scan_dwell(mvm, &cfg->dwell); in iwl_mvm_fill_scan_config_v1()
1143 iwl_mvm_fill_scan_dwell(mvm, &cfg->dwell); in iwl_mvm_fill_scan_config_v2()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c98 /* Mask for retry counter of custom dwell time */
105 * @dwell: dwell time in ms for %WL_P2P_DISC_ST_LISTEN state.
110 __le16 dwell; member
204 * @extra_listen: keep the dwell time to get af response frame.
547 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()
1628 /* increase dwell time to wait for RESP frame */ in brcmf_p2p_pub_af_tx()
1633 /* increase dwell time to wait for CONF frame */ in brcmf_p2p_pub_af_tx()
1642 /* minimize dwell time */ in brcmf_p2p_pub_af_tx()
1649 /* increase dwell tim in brcmf_p2p_pub_af_tx()
[all...]
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c