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()
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()
3604 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()3628 if (adapter->nd_info) { in mwifiex_cfg80211_resume()3629 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()3630 kfree(adapter->nd_info->matches[i]); in mwifiex_cfg80211_resume()3631 kfree(adapter->nd_info); in mwifiex_cfg80211_resume()3632 adapter->nd_info = NULL; in mwifiex_cfg80211_resume()
324 struct cfg80211_wowlan_nd_info *nd_info; member
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()