Пример #1
0
void
wlan_node_table_cleanup(struct ieee80211_node_table *nt)
{
    wlan_free_allnodes(nt);
    IEEE80211_NODE_LOCK_DESTROY(nt);
    IEEE80211_SCAN_REPORT_LOCK_DESTROY(nt);
}
Пример #2
0
void
wlan_node_table_cleanup(struct ieee80211_node_table *nt)
{
    wmi_scan_report_lock(nt->nt_wmip);
    wlan_free_allnodes(nt);
    wmi_scan_report_unlock(nt->nt_wmip);
    IEEE80211_NODE_LOCK_DESTROY(nt);
    IEEE80211_SCAN_REPORT_LOCK_DESTROY(nt);
}