Searched refs:channel_survey (Results 1 – 3 of 3) sorted by relevance
1893 if (req->first_part && mld->channel_survey) in iwl_mld_regular_scan_start()1894 memset(mld->channel_survey->channels, 0, in iwl_mld_regular_scan_start()1895 sizeof(mld->channel_survey->channels[0]) * in iwl_mld_regular_scan_start()1896 mld->channel_survey->n_channels); in iwl_mld_regular_scan_start()2221 if (!mld->channel_survey) { in iwl_mld_handle_channel_survey_notif()2231 mld->channel_survey = kzalloc_flex(*mld->channel_survey, in iwl_mld_handle_channel_survey_notif()2234 if (!mld->channel_survey) in iwl_mld_handle_channel_survey_notif()2237 mld->channel_survey->n_channels = n_channels; in iwl_mld_handle_channel_survey_notif()2243 mld->channel_survey->bands[band] = in iwl_mld_handle_channel_survey_notif()2244 &mld->channel_survey->channels[n_channels]; in iwl_mld_handle_channel_survey_notif()[all …]
272 struct iwl_mld_survey *channel_survey; member
529 kfree(mld->channel_survey); in iwl_op_mode_mld_stop()