Searched refs:n_probes (Results 1 – 11 of 11) sorted by relevance
/linux/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() argument 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() argument 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()
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.c | 415 unsigned int n_channels, unsigned int n_probes) in wl1251_cmd_scan() argument 441 cmd->params.num_probe_requests = n_probes; in wl1251_cmd_scan()
|
H A D | cmd.h | 35 unsigned int n_channels, unsigned int n_probes);
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 1519 u8 is_active, u8 n_probes, in il3945_get_channels_for_scan() argument 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()
|
H A D | 4965-mac.c | 758 u8 n_probes, struct il_scan_channel *scan_ch) in il4965_get_channels_for_scan() argument 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()
|
H A D | common.c | 1466 u8 n_probes) in il_get_active_dwell_time() argument 1470 IL_ACTIVE_DWELL_FACTOR_52GHZ * (n_probes + 1); in il_get_active_dwell_time() 1473 IL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); in il_get_active_dwell_time()
|
H A D | common.h | 1793 u8 n_probes);
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.h | 3271 __le32 n_probes; member 3386 u32 n_probes; member
|
H A D | wmi.c | 2389 cmd->n_probes = cpu_to_le32(arg->n_probes); in ath12k_wmi_send_scan_start_cmd()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3293 u32 n_probes; member 3418 u32 n_probes; member
|
H A D | wmi.c | 2316 cmd->n_probes = params->n_probes; in ath11k_wmi_send_scan_start_cmd()
|