/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 351 enum nl80211_band band, u8 n_probes) in iwl_get_active_dwell_time() 355 IWL_ACTIVE_DWELL_FACTOR_52GHZ * (n_probes + 1); in iwl_get_active_dwell_time() 358 IWL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); in iwl_get_active_dwell_time() 495 u8 is_active, u8 n_probes, in iwl_get_channels_for_scan() 509 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); in iwl_get_channels_for_scan() 529 if (n_probes) in iwl_get_channels_for_scan() 530 scan_ch->type |= IWL_SCAN_PROBE_MASK(n_probes); in iwl_get_channels_for_scan() 625 u8 n_probes = 0; in iwlagn_request_scan() local 724 n_probes++; in iwlagn_request_scan() 876 is_active, n_probes, in iwlagn_request_scan() 350 iwl_get_active_dwell_time(struct iwl_priv *priv, enum nl80211_band band, u8 n_probes) iwl_get_active_dwell_time() argument 492 iwl_get_channels_for_scan(struct iwl_priv *priv, struct ieee80211_vif *vif, enum nl80211_band band, u8 is_active, u8 n_probes, struct iwl_scan_channel *scan_ch) iwl_get_channels_for_scan() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 347 enum nl80211_band band, u8 n_probes) in iwl_get_active_dwell_time() 351 IWL_ACTIVE_DWELL_FACTOR_52GHZ * (n_probes + 1); in iwl_get_active_dwell_time() 354 IWL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); in iwl_get_active_dwell_time() 491 u8 is_active, u8 n_probes, in iwl_get_channels_for_scan() 505 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); in iwl_get_channels_for_scan() 525 if (n_probes) in iwl_get_channels_for_scan() 526 scan_ch->type |= IWL_SCAN_PROBE_MASK(n_probes); in iwl_get_channels_for_scan() 621 u8 n_probes = 0; in iwlagn_request_scan() local 726 n_probes++; in iwlagn_request_scan() 878 is_active, n_probes, in iwlagn_request_scan() 346 iwl_get_active_dwell_time(struct iwl_priv *priv, enum nl80211_band band, u8 n_probes) iwl_get_active_dwell_time() argument 488 iwl_get_channels_for_scan(struct iwl_priv *priv, struct ieee80211_vif *vif, enum nl80211_band band, u8 is_active, u8 n_probes, struct iwl_scan_channel *scan_ch) iwl_get_channels_for_scan() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.c | 427 unsigned int n_channels, unsigned int n_probes) in wl1251_cmd_scan() 453 cmd->params.num_probe_requests = n_probes; in wl1251_cmd_scan() 425 wl1251_cmd_scan(struct wl1251 *wl, u8 *ssid, size_t ssid_len, struct ieee80211_channel *channels[], unsigned int n_channels, unsigned int n_probes) wl1251_cmd_scan() argument
|
H A D | cmd.h | 35 unsigned int n_channels, unsigned int n_probes);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.c | 415 unsigned int n_channels, unsigned int n_probes) in wl1251_cmd_scan() 441 cmd->params.num_probe_requests = n_probes; in wl1251_cmd_scan() 413 wl1251_cmd_scan(struct wl1251 *wl, u8 *ssid, size_t ssid_len, struct ieee80211_channel *channels[], unsigned int n_channels, unsigned int n_probes) wl1251_cmd_scan() argument
|
H A D | cmd.h | 35 unsigned int n_channels, unsigned int n_probes);
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 1527 u8 is_active, u8 n_probes, in il3945_get_channels_for_scan() 1542 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan() 1583 if (n_probes) in il3945_get_channels_for_scan() 1584 scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes); in il3945_get_channels_for_scan() 1588 if ((scan_ch->type & 1) && n_probes) in il3945_get_channels_for_scan() 1589 scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes); in il3945_get_channels_for_scan() 2510 u8 n_probes = 0; in il3945_request_scan() local 2576 n_probes++; in il3945_request_scan() 2625 il3945_get_channels_for_scan(il, band, is_active, n_probes, in il3945_request_scan() 1526 il3945_get_channels_for_scan(struct il_priv *il, enum nl80211_band band, u8 is_active, u8 n_probes, struct il3945_scan_channel *scan_ch, struct ieee80211_vif *vif) il3945_get_channels_for_scan() argument
|
H A D | 4965-mac.c | 757 u8 n_probes, struct il_scan_channel *scan_ch) in il4965_get_channels_for_scan() 771 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il4965_get_channels_for_scan() 799 if (n_probes) in il4965_get_channels_for_scan() 800 scan_ch->type |= IL_SCAN_PROBE_MASK(n_probes); in il4965_get_channels_for_scan() 861 u8 n_probes = 0; in il4965_request_scan() local 922 n_probes++; in il4965_request_scan() 1015 il4965_get_channels_for_scan(il, vif, band, is_active, n_probes, in il4965_request_scan() 755 il4965_get_channels_for_scan(struct il_priv *il, struct ieee80211_vif *vif, enum nl80211_band band, u8 is_active, u8 n_probes, struct il_scan_channel *scan_ch) il4965_get_channels_for_scan() argument
|
H A D | common.c | 1465 u8 n_probes) in il_get_active_dwell_time() 1469 IL_ACTIVE_DWELL_FACTOR_52GHZ * (n_probes + 1); in il_get_active_dwell_time() 1472 IL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); in il_get_active_dwell_time() 1464 il_get_active_dwell_time(struct il_priv *il, enum nl80211_band band, u8 n_probes) il_get_active_dwell_time() argument
|
H A D | common.h | 1780 u8 n_probes);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 1519 u8 is_active, u8 n_probes, in il3945_get_channels_for_scan() 1534 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan() 1575 if (n_probes) in il3945_get_channels_for_scan() 1576 scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes); in il3945_get_channels_for_scan() 1580 if ((scan_ch->type & 1) && n_probes) in il3945_get_channels_for_scan() 1581 scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes); in il3945_get_channels_for_scan() 2502 u8 n_probes = 0; in il3945_request_scan() local 2568 n_probes++; in il3945_request_scan() 2617 il3945_get_channels_for_scan(il, band, is_active, n_probes, in il3945_request_scan() 1518 il3945_get_channels_for_scan(struct il_priv *il, enum nl80211_band band, u8 is_active, u8 n_probes, struct il3945_scan_channel *scan_ch, struct ieee80211_vif *vif) il3945_get_channels_for_scan() argument
|
H A D | 4965-mac.c | 758 u8 n_probes, struct il_scan_channel *scan_ch) in il4965_get_channels_for_scan() 772 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il4965_get_channels_for_scan() 800 if (n_probes) in il4965_get_channels_for_scan() 801 scan_ch->type |= IL_SCAN_PROBE_MASK(n_probes); in il4965_get_channels_for_scan() 862 u8 n_probes = 0; in il4965_request_scan() local 923 n_probes++; in il4965_request_scan() 1016 il4965_get_channels_for_scan(il, vif, band, is_active, n_probes, in il4965_request_scan() 756 il4965_get_channels_for_scan(struct il_priv *il, struct ieee80211_vif *vif, enum nl80211_band band, u8 is_active, u8 n_probes, struct il_scan_channel *scan_ch) il4965_get_channels_for_scan() argument
|
H A D | common.c | 1463 u8 n_probes) in il_get_active_dwell_time() 1467 IL_ACTIVE_DWELL_FACTOR_52GHZ * (n_probes + 1); in il_get_active_dwell_time() 1470 IL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); in il_get_active_dwell_time() 1462 il_get_active_dwell_time(struct il_priv *il, enum nl80211_band band, u8 n_probes) il_get_active_dwell_time() argument
|
H A D | common.h | 1781 u8 n_probes);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3093 u32 n_probes; member 3223 u32 n_probes; member
|
H A D | wmi.c | 2107 cmd->n_probes = params->n_probes; in ath11k_wmi_send_scan_start_cmd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.h | 3207 __le32 n_probes; member 3332 u32 n_probes; member
|
H A D | wmi.c | 2297 cmd->n_probes = cpu_to_le32(arg->n_probes); in ath12k_wmi_send_scan_start_cmd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3241 u32 n_probes; member 3376 u32 n_probes; member
|
H A D | wmi.c | 2272 cmd->n_probes = params->n_probes; in ath11k_wmi_send_scan_start_cmd()
|