Home
last modified time | relevance | path

Searched refs:ieee80211_node_table (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/include/
Dwlan_api.h34 struct ieee80211_node_table;
72 struct ieee80211_node_table *ni_table;
85 bss_t *wlan_node_alloc(struct ieee80211_node_table *nt, int wh_size);
87 void wlan_setup_node(struct ieee80211_node_table *nt, bss_t *ni,
89 bss_t *wlan_find_node(struct ieee80211_node_table *nt, const u8 *macaddr);
90 void wlan_node_reclaim(struct ieee80211_node_table *nt, bss_t *ni);
91 void wlan_free_allnodes(struct ieee80211_node_table *nt);
92 void wlan_iterate_nodes(struct ieee80211_node_table *nt, wlan_node_iter_func *f,
95 void wlan_node_table_init(void *wmip, struct ieee80211_node_table *nt);
96 void wlan_node_table_reset(struct ieee80211_node_table *nt);
[all …]
/linux-2.6.39/drivers/staging/ath6kl/wlan/src/
Dwlan_node.c60 static bss_t * _ieee80211_find_node (struct ieee80211_node_table *nt,
64 wlan_node_alloc(struct ieee80211_node_table *nt, int wh_size) in wlan_node_alloc()
113 wlan_setup_node(struct ieee80211_node_table *nt, bss_t *ni, in wlan_setup_node()
162 _ieee80211_find_node(struct ieee80211_node_table *nt, in _ieee80211_find_node()
181 wlan_find_node(struct ieee80211_node_table *nt, const u8 *macaddr) in wlan_find_node()
197 wlan_node_reclaim(struct ieee80211_node_table *nt, bss_t *ni) in wlan_node_reclaim()
251 wlan_free_allnodes(struct ieee80211_node_table *nt) in wlan_free_allnodes()
261 wlan_iterate_nodes(struct ieee80211_node_table *nt, wlan_node_iter_func *f, in wlan_iterate_nodes()
285 wlan_node_table_init(void *wmip, struct ieee80211_node_table *nt) in wlan_node_table_init()
319 wlan_set_nodeage(struct ieee80211_node_table *nt, u32 nodeAge) in wlan_set_nodeage()
[all …]
/linux-2.6.39/drivers/staging/ath6kl/wlan/include/
Dieee80211_node.h67 struct ieee80211_node_table { struct
/linux-2.6.39/drivers/staging/ath6kl/wmi/
Dwmi_host.h69 struct ieee80211_node_table wmi_scan_table;
Dwmi.c5672 struct ieee80211_node_table *nt;