Searched refs:netdetect_info (Results 1 – 1 of 1) sorted by relevance
1160 struct cfg80211_wowlan_nd_info *netdetect_info, in iwl_mld_set_netdetect_info() argument1179 netdetect_info->matches[netdetect_info->n_matches] = match; in iwl_mld_set_netdetect_info()1180 netdetect_info->n_matches++; in iwl_mld_set_netdetect_info()1210 struct cfg80211_wowlan_nd_info *netdetect_info = NULL; in iwl_mld_process_netdetect_res() local1252 netdetect_info = kzalloc_flex(*netdetect_info, matches, n_matches); in iwl_mld_process_netdetect_res()1253 if (netdetect_info) in iwl_mld_process_netdetect_res()1254 iwl_mld_set_netdetect_info(mld, netdetect_cfg, netdetect_info, in iwl_mld_process_netdetect_res()1258 wakeup.net_detect = netdetect_info; in iwl_mld_process_netdetect_res()1261 if (netdetect_info) { in iwl_mld_process_netdetect_res()1262 for (int i = 0; i < netdetect_info->n_matches; i++) in iwl_mld_process_netdetect_res()[all …]