Home
last modified time | relevance | path

Searched refs:passive_dwell (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c473 scan_ch->passive_dwell = in iwl_get_channel_for_reset_scan()
496 u16 passive_dwell = 0; in iwl_get_channels_for_scan() local
506 passive_dwell = iwl_get_passive_dwell_time(priv, band); in iwl_get_channels_for_scan()
508 if (passive_dwell <= active_dwell) in iwl_get_channels_for_scan()
509 passive_dwell = active_dwell + 1; in iwl_get_channels_for_scan()
529 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in iwl_get_channels_for_scan()
548 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
H A Dcommands.h2212 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1488 u16 passive_dwell = 0; in il3945_get_channels_for_scan() local
1497 passive_dwell = il_get_passive_dwell_time(il, band, vif); in il3945_get_channels_for_scan()
1499 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan()
1500 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan()
1518 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in il3945_get_channels_for_scan()
1527 cpu_to_le16(passive_dwell - 1); in il3945_get_channels_for_scan()
1563 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
H A Dcommands.h2396 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
2415 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
H A D4965-mac.c763 u16 passive_dwell = 0; in il4965_get_channels_for_scan() local
773 passive_dwell = il_get_passive_dwell_time(il, band, vif); in il4965_get_channels_for_scan()
775 if (passive_dwell <= active_dwell) in il4965_get_channels_for_scan()
776 passive_dwell = active_dwell + 1; in il4965_get_channels_for_scan()
804 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in il4965_get_channels_for_scan()
824 passive_dwell); in il4965_get_channels_for_scan()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h956 __le16 passive_dwell; member