Searched refs:nd_info (Results 1 – 6 of 6) sorted by relevance
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()
135 if (adapter->nd_info) { in mwifiex_unregister()136 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()137 kfree(adapter->nd_info->matches[i]); in mwifiex_unregister()138 kfree(adapter->nd_info); in mwifiex_unregister()139 adapter->nd_info = NULL; in mwifiex_unregister()
2174 adapter->nd_info = in mwifiex_ret_802_11_scan()2175 kzalloc_flex(*adapter->nd_info, matches, in mwifiex_ret_802_11_scan()2178 if (adapter->nd_info) in mwifiex_ret_802_11_scan()2179 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()2200 if (chan_band_tlv && adapter->nd_info) { in mwifiex_ret_802_11_scan()2201 adapter->nd_info->matches[idx] = in mwifiex_ret_802_11_scan()2205 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan()
3609 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()3633 if (adapter->nd_info) { in mwifiex_cfg80211_resume()3634 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()3635 kfree(adapter->nd_info->matches[i]); in mwifiex_cfg80211_resume()3636 kfree(adapter->nd_info); in mwifiex_cfg80211_resume()3637 adapter->nd_info = NULL; in mwifiex_cfg80211_resume()
798 struct cfg80211_wowlan_nd_info nd_info; in rtw89_wow_show_wakeup_reason() local840 nd_info.n_matches = 0; in rtw89_wow_show_wakeup_reason()841 wakeup.net_detect = &nd_info; in rtw89_wow_show_wakeup_reason()
4076 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()4077 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd; in brcmf_wowl_nd_results()4145 wakeup_data.net_detect = cfg->wowl.nd_info; in brcmf_report_wowl_wakeind()6823 kfree(cfg->wowl.nd_info); in brcmf_deinit_priv_mem()6824 cfg->wowl.nd_info = NULL; in brcmf_deinit_priv_mem()6840 cfg->wowl.nd_info = kzalloc(sizeof(*cfg->wowl.nd_info) + in brcmf_init_priv_mem()6843 if (!cfg->wowl.nd_info) in brcmf_init_priv_mem()