Searched refs:nd_info (Results 1 – 7 of 7) 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()
148 if (adapter->nd_info) { in mwifiex_unregister()149 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()150 kfree(adapter->nd_info->matches[i]); in mwifiex_unregister()151 kfree(adapter->nd_info); in mwifiex_unregister()152 adapter->nd_info = NULL; in mwifiex_unregister()
2201 adapter->nd_info = in mwifiex_ret_802_11_scan()2206 if (adapter->nd_info) in mwifiex_ret_802_11_scan()2207 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()2228 if (chan_band_tlv && adapter->nd_info) { in mwifiex_ret_802_11_scan()2229 adapter->nd_info->matches[idx] = in mwifiex_ret_802_11_scan()2233 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan()
3560 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()3584 if (adapter->nd_info) { in mwifiex_cfg80211_resume()3585 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()3586 kfree(adapter->nd_info->matches[i]); in mwifiex_cfg80211_resume()3587 kfree(adapter->nd_info); in mwifiex_cfg80211_resume()3588 adapter->nd_info = NULL; in mwifiex_cfg80211_resume()
1045 struct cfg80211_wowlan_nd_info *nd_info; member
301 struct cfg80211_wowlan_nd_info *nd_info; member
3731 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()3732 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd; in brcmf_wowl_nd_results()3800 wakeup_data.net_detect = cfg->wowl.nd_info; in brcmf_report_wowl_wakeind()6352 kfree(cfg->wowl.nd_info); in brcmf_deinit_priv_mem()6353 cfg->wowl.nd_info = NULL; in brcmf_deinit_priv_mem()6369 cfg->wowl.nd_info = kzalloc(sizeof(*cfg->wowl.nd_info) + in brcmf_init_priv_mem()6372 if (!cfg->wowl.nd_info) in brcmf_init_priv_mem()