Searched refs:nd_info (Results 1 – 3 of 3) 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()