/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 331 * @IWL_MVM_LMAC_SCAN_FLAG_EXTENDED_DWELL: use extended dwell time on channels 368 * @active_dwell: dwell time for active channels 369 * @passive_dwell: dwell time for passive channels 370 * @fragmented_dwell: dwell time for fragmented passive scan 371 * @extended_dwell: dwell time for channels 1, 6 and 11 (in certain cases) 535 * @active: default dwell time for active scan 536 * @passive: default dwell time for passive scan 537 * @fragmented: default dwell time for fragmented scan 538 * @extended: default dwell time for channels 1, 6 and 11 555 * @dwell 569 struct iwl_scan_dwell dwell; global() member 587 struct iwl_scan_dwell dwell; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | lmac.h | 332 __le16 dwell; member 534 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell);
|
H A D | fwio.c | 391 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell) in p54_scan() argument 415 head->dwell = cpu_to_le16(dwell); in p54_scan()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
H A D | lmac.h | 332 __le16 dwell; member 534 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell);
|
H A D | fwio.c | 389 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 296 * @IWL_MVM_LMAC_SCAN_FLAG_EXTENDED_DWELL: use extended dwell time on channels 333 * @active_dwell: dwell time for active channels 334 * @passive_dwell: dwell time for passive channels 335 * @fragmented_dwell: dwell time for fragmented passive scan 336 * @extended_dwell: dwell time for channels 1, 6 and 11 (in certain cases) 505 * @active: default dwell time for active scan 506 * @passive: default dwell time for passive scan 507 * @fragmented: default dwell time for fragmented scan 508 * @extended: default dwell time for channels 1, 6 and 11 525 * @dwell 539 struct iwl_scan_dwell dwell; global() member 572 struct iwl_scan_dwell dwell; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 82 /* adaptive dwell max budget time [TU] for full scan */ 84 /* adaptive dwell max budget time [TU] for directed scan */ 86 /* adaptive dwell default high band APs number */ 88 /* adaptive dwell default low band APs number */ 90 /* adaptive dwell default APs number in social channels (1, 6, 11) */ 94 /* adaptive dwell number of APs override mask for p2p friendly GO */ 96 /* adaptive dwell number of APs override mask for social channels */ 98 /* adaptive dwell number of APs override for p2p friendly GO channels */ 100 /* adaptive dwell number of APs override for social channels */ 1094 struct iwl_scan_dwell *dwell) in iwl_mvm_fill_scan_dwell() 1093 iwl_mvm_fill_scan_dwell(struct iwl_mvm *mvm, struct iwl_scan_dwell *dwell) iwl_mvm_fill_scan_dwell() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | p80211mgmt.h | 246 u16 dwell; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 24 /* adaptive dwell max budget time [TU] for full scan */ 26 /* adaptive dwell max budget time [TU] for directed scan */ 28 /* adaptive dwell default high band APs number */ 30 /* adaptive dwell default low band APs number */ 32 /* adaptive dwell default APs number in social channels (1, 6, 11) */ 36 /* adaptive dwell number of APs override mask for p2p friendly GO */ 38 /* adaptive dwell number of APs override mask for social channels */ 40 /* adaptive dwell number of APs override for p2p friendly GO channels */ 42 /* adaptive dwell number of APs override for social channels */ 1046 struct iwl_scan_dwell *dwell) in iwl_mvm_fill_scan_dwell() 1045 iwl_mvm_fill_scan_dwell(struct iwl_mvm *mvm, struct iwl_scan_dwell *dwell) iwl_mvm_fill_scan_dwell() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 2222 int dwell, i; in hw_scan_work() local 2248 dwell = 120; in hw_scan_work() 2250 dwell = 30; in hw_scan_work() 2290 msecs_to_jiffies(dwell)); in hw_scan_work() 2294 jiffies + msecs_to_jiffies(dwell); in hw_scan_work()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 2834 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | p2p.c | 98 /* 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() 1633 /* increase dwell time to wait for RESP frame */ in brcmf_p2p_pub_af_tx() 1638 /* increase dwell time to wait for CONF frame */ in brcmf_p2p_pub_af_tx() 1647 /* minimize dwell time */ in brcmf_p2p_pub_af_tx() 1654 /* increase dwell tim in brcmf_p2p_pub_af_tx() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | p2p.c | 98 /* 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() 1633 /* increase dwell time to wait for RESP frame */ in brcmf_p2p_pub_af_tx() 1638 /* increase dwell time to wait for CONF frame */ in brcmf_p2p_pub_af_tx() 1647 /* minimize dwell time */ in brcmf_p2p_pub_af_tx() 1654 /* increase dwell tim in brcmf_p2p_pub_af_tx() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 793 __le16 dwell; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 792 __le16 dwell; member
|