Home
last modified time | relevance | path

Searched refs:matching_channels (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h1165 * @matching_channels: bitmap of channels that matched, referencing member
1174 u8 matching_channels[SCAN_OFFLOAD_MATCHING_CHANNELS_LEN_V1];
1209 * @matching_channels: bitmap of channels that matched, referencing member
1218 u8 matching_channels[SCAN_OFFLOAD_MATCHING_CHANNELS_LEN];
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c2858 n_chans += hweight8(matches[idx].matching_channels[i]); in iwl_mvm_query_num_match_chans()
2864 n_chans += hweight8(matches[idx].matching_channels[i]); in iwl_mvm_query_num_match_chans()
2883 if (matches[idx].matching_channels[i / 8] & (BIT(i % 8))) in iwl_mvm_query_set_freqs()
2891 if (matches[idx].matching_channels[i / 8] & (BIT(i % 8))) in iwl_mvm_query_set_freqs()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h6077 * @matching_channels: bitmap of channels that matched, referencing
6086 uint8_t matching_channels[IWM_SCAN_OFFLOAD_MATCHING_CHANNELS_LEN];
6082 uint8_t matching_channels[IWM_SCAN_OFFLOAD_MATCHING_CHANNELS_LEN]; global() member
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h7147 uint8_t matching_channels[IWX_SCAN_OFFLOAD_MATCHING_CHANNELS_LEN]; member