Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h1253 u8 matching_channels[SCAN_OFFLOAD_MATCHING_CHANNELS_LEN_V1]; member
1297 u8 matching_channels[SCAN_OFFLOAD_MATCHING_CHANNELS_LEN]; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c1174 hweight8(matches[i].matching_channels[k]); in iwl_mld_set_netdetect_info()
1196 (unsigned long *)&matches[i].matching_channels[0], in iwl_mld_set_netdetect_info()
1197 sizeof(matches[i].matching_channels)) { in iwl_mld_set_netdetect_info()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2493 n_chans += hweight8(matches[idx].matching_channels[i]); in iwl_mvm_query_num_match_chans()
2499 n_chans += hweight8(matches[idx].matching_channels[i]); in iwl_mvm_query_num_match_chans()
2519 if (matches[idx].matching_channels[i / 8] & (BIT(i % 8))) in iwl_mvm_query_set_freqs()
2527 if (matches[idx].matching_channels[i / 8] & (BIT(i % 8))) in iwl_mvm_query_set_freqs()