Searched refs:nd_info (Results 1 – 4 of 4) 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()
1030 struct cfg80211_wowlan_nd_info *nd_info; member