Searched refs:nd_info (Results 1 – 8 of 8) sorted by relevance
88 struct cfg80211_wowlan_nd_info nd_info; in rtw89_wow_show_wakeup_reason() local130 nd_info.n_matches = 0; in rtw89_wow_show_wakeup_reason()131 wakeup.net_detect = &nd_info; in rtw89_wow_show_wakeup_reason()
15 struct cfg80211_wowlan_nd_info nd_info; in rtw_wow_show_wakeup_reason() local51 nd_info.n_matches = 0; in rtw_wow_show_wakeup_reason()52 wakeup.net_detect = &nd_info; in rtw_wow_show_wakeup_reason()
136 if (adapter->nd_info) { in mwifiex_unregister()137 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()138 kfree(adapter->nd_info->matches[i]); in mwifiex_unregister()139 kfree(adapter->nd_info); in mwifiex_unregister()140 adapter->nd_info = NULL; in mwifiex_unregister()
2184 adapter->nd_info = in mwifiex_ret_802_11_scan()2185 kzalloc(struct_size(adapter->nd_info, matches, in mwifiex_ret_802_11_scan()2189 if (adapter->nd_info) in mwifiex_ret_802_11_scan()2190 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()2211 if (chan_band_tlv && adapter->nd_info) { in mwifiex_ret_802_11_scan()2212 adapter->nd_info->matches[idx] = in mwifiex_ret_802_11_scan()2216 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan()
3581 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()3605 if (adapter->nd_info) { in mwifiex_cfg80211_resume()3606 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()3607 kfree(adapter->nd_info->matches[i]); in mwifiex_cfg80211_resume()3608 kfree(adapter->nd_info); in mwifiex_cfg80211_resume()3609 adapter->nd_info = NULL; in mwifiex_cfg80211_resume()
1023 struct cfg80211_wowlan_nd_info *nd_info; member
301 struct cfg80211_wowlan_nd_info *nd_info; member
4066 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()4067 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd; in brcmf_wowl_nd_results()4135 wakeup_data.net_detect = cfg->wowl.nd_info; in brcmf_report_wowl_wakeind()6765 kfree(cfg->wowl.nd_info); in brcmf_deinit_priv_mem()6766 cfg->wowl.nd_info = NULL; in brcmf_deinit_priv_mem()6782 cfg->wowl.nd_info = kzalloc(sizeof(*cfg->wowl.nd_info) + in brcmf_init_priv_mem()6785 if (!cfg->wowl.nd_info) in brcmf_init_priv_mem()