Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c1359 struct cfg80211_wowlan_nd_info *netdetect_info, in iwl_mld_set_netdetect_info() argument
1378 netdetect_info->matches[netdetect_info->n_matches] = match; in iwl_mld_set_netdetect_info()
1379 netdetect_info->n_matches++; in iwl_mld_set_netdetect_info()
1409 struct cfg80211_wowlan_nd_info *netdetect_info = NULL; in iwl_mld_process_netdetect_res() local
1451 netdetect_info = kzalloc_flex(*netdetect_info, matches, n_matches); in iwl_mld_process_netdetect_res()
1452 if (netdetect_info) in iwl_mld_process_netdetect_res()
1453 iwl_mld_set_netdetect_info(mld, netdetect_cfg, netdetect_info, in iwl_mld_process_netdetect_res()
1457 wakeup.net_detect = netdetect_info; in iwl_mld_process_netdetect_res()
1460 if (netdetect_info) { in iwl_mld_process_netdetect_res()
1461 for (int i = 0; i < netdetect_info->n_matches; i++) in iwl_mld_process_netdetect_res()
[all …]