Home
last modified time | relevance | path

Searched refs:n_probes (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-scan.c395 enum ieee80211_band band, u8 n_probes) in iwl_get_active_dwell_time() argument
399 IWL_ACTIVE_DWELL_FACTOR_52GHZ * (n_probes + 1); in iwl_get_active_dwell_time()
402 IWL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); in iwl_get_active_dwell_time()
485 u8 is_active, u8 n_probes, in iwl_get_channels_for_scan() argument
500 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()
575 u8 n_probes = 0; in iwlagn_request_scan() local
660 n_probes++; in iwlagn_request_scan()
813 is_active, n_probes, in iwlagn_request_scan()
/linux-3.3/drivers/net/wireless/wl1251/
Dcmd.c417 unsigned int n_channels, unsigned int n_probes) in wl1251_cmd_scan() argument
434 cmd->params.num_probe_requests = n_probes; in wl1251_cmd_scan()
Dcmd.h48 unsigned int n_channels, unsigned int n_probes);
/linux-3.3/drivers/net/wireless/iwlegacy/
D3945-mac.c1542 u8 is_active, u8 n_probes, in il3945_get_channels_for_scan() argument
1557 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan()
1598 if (n_probes) in il3945_get_channels_for_scan()
1599 scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes); in il3945_get_channels_for_scan()
1603 if ((scan_ch->type & 1) && n_probes) in il3945_get_channels_for_scan()
1604 scan_ch->type |= IL39_SCAN_PROBE_MASK(n_probes); in il3945_get_channels_for_scan()
2529 u8 n_probes = 0; in il3945_request_scan() local
2595 n_probes++; in il3945_request_scan()
2644 il3945_get_channels_for_scan(il, band, is_active, n_probes, in il3945_request_scan()
D4965-mac.c746 u8 n_probes, struct il_scan_channel *scan_ch) in il4965_get_channels_for_scan() argument
760 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il4965_get_channels_for_scan()
788 if (n_probes) in il4965_get_channels_for_scan()
789 scan_ch->type |= IL_SCAN_PROBE_MASK(n_probes); in il4965_get_channels_for_scan()
851 u8 n_probes = 0; in il4965_request_scan() local
914 n_probes++; in il4965_request_scan()
1008 il4965_get_channels_for_scan(il, vif, band, is_active, n_probes, in il4965_request_scan()
Dcommon.c1430 u8 n_probes) in il_get_active_dwell_time() argument
1434 IL_ACTIVE_DWELL_FACTOR_52GHZ * (n_probes + 1); in il_get_active_dwell_time()
1437 IL_ACTIVE_DWELL_FACTOR_24GHZ * (n_probes + 1); in il_get_active_dwell_time()
Dcommon.h1976 u8 n_probes);