Beispiel #1
0
void
wlan_node_table_cleanup(struct ieee80211_node_table *nt)
{
    A_UNTIMEOUT(&nt->nt_inact_timer);
    wlan_free_allnodes(nt);
    IEEE80211_NODE_LOCK_DESTROY(nt);
}
Beispiel #2
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);
}
Beispiel #3
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);
}
Beispiel #4
0
void wlan_node_table_cleanup(struct ath6kl_node_table *nt)
{
	wlan_free_allnodes(nt);
}