Searched refs:nd_info (Results 1 – 8 of 8) 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()
134 if (adapter->nd_info) { in mwifiex_unregister()135 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()136 kfree(adapter->nd_info->matches[i]); in mwifiex_unregister()137 kfree(adapter->nd_info); in mwifiex_unregister()138 adapter->nd_info = NULL; in mwifiex_unregister()
2176 adapter->nd_info = in mwifiex_ret_802_11_scan()2177 kzalloc(struct_size(adapter->nd_info, matches, in mwifiex_ret_802_11_scan()2181 if (adapter->nd_info) in mwifiex_ret_802_11_scan()2182 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()2203 if (chan_band_tlv && adapter->nd_info) { in mwifiex_ret_802_11_scan()2204 adapter->nd_info->matches[idx] = in mwifiex_ret_802_11_scan()2208 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan()
3612 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()3636 if (adapter->nd_info) { in mwifiex_cfg80211_resume()3637 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()3638 kfree(adapter->nd_info->matches[i]); in mwifiex_cfg80211_resume()3639 kfree(adapter->nd_info); in mwifiex_cfg80211_resume()3640 adapter->nd_info = NULL; in mwifiex_cfg80211_resume()
1030 struct cfg80211_wowlan_nd_info *nd_info; member
301 struct cfg80211_wowlan_nd_info *nd_info; member
4058 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()4059 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd; in brcmf_wowl_nd_results()4127 wakeup_data.net_detect = cfg->wowl.nd_info; in brcmf_report_wowl_wakeind()6773 kfree(cfg->wowl.nd_info); in brcmf_deinit_priv_mem()6774 cfg->wowl.nd_info = NULL; in brcmf_deinit_priv_mem()6790 cfg->wowl.nd_info = kzalloc(sizeof(*cfg->wowl.nd_info) + in brcmf_init_priv_mem()6793 if (!cfg->wowl.nd_info) in brcmf_init_priv_mem()
746 struct cfg80211_wowlan_nd_info nd_info; in rtw89_wow_show_wakeup_reason() local784 nd_info.n_matches = 0; in rtw89_wow_show_wakeup_reason()785 wakeup.net_detect = &nd_info; in rtw89_wow_show_wakeup_reason()