Searched refs:netdetect_info (Results 1 – 1 of 1) sorted by relevance
1082 struct cfg80211_wowlan_nd_info *netdetect_info, in iwl_mld_set_netdetect_info() argument1102 netdetect_info->matches[netdetect_info->n_matches] = match; in iwl_mld_set_netdetect_info()1103 netdetect_info->n_matches++; in iwl_mld_set_netdetect_info()1133 struct cfg80211_wowlan_nd_info *netdetect_info = NULL; in iwl_mld_process_netdetect_res() local1175 netdetect_info = kzalloc(struct_size(netdetect_info, matches, in iwl_mld_process_netdetect_res()1177 if (netdetect_info) in iwl_mld_process_netdetect_res()1182 wakeup.net_detect = netdetect_info; in iwl_mld_process_netdetect_res()1185 if (netdetect_info) { in iwl_mld_process_netdetect_res()1186 for (int i = 0; i < netdetect_info->n_matches; i++) in iwl_mld_process_netdetect_res()1187 kfree(netdetect_info->matches[i]); in iwl_mld_process_netdetect_res()[all …]