Searched refs:ieee80211_node_table (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Dwlan_api.h29 struct ieee80211_node_table;
61 struct ieee80211_node_table *ni_table;
69 bss_t *wlan_node_alloc(struct ieee80211_node_table *nt, int wh_size);
71 void wlan_setup_node(struct ieee80211_node_table *nt, bss_t *ni,
73 bss_t *wlan_find_node(struct ieee80211_node_table *nt, const A_UINT8 *macaddr);
74 void wlan_node_reclaim(struct ieee80211_node_table *nt, bss_t *ni);
75 void wlan_free_allnodes(struct ieee80211_node_table *nt);
76 void wlan_iterate_nodes(struct ieee80211_node_table *nt, wlan_node_iter_func *f,
79 void wlan_node_table_init(void *wmip, struct ieee80211_node_table *nt);
80 void wlan_node_table_reset(struct ieee80211_node_table *n
[all...]
H A Dieee80211_node.h63 struct ieee80211_node_table { struct
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wlan/
H A Dwlan_node.c51 static bss_t * _ieee80211_find_node(struct ieee80211_node_table *nt,
55 wlan_node_alloc(struct ieee80211_node_table *nt, int wh_size)
97 wlan_setup_node(struct ieee80211_node_table *nt, bss_t *ni,
139 _ieee80211_find_node(struct ieee80211_node_table *nt,
158 wlan_find_node(struct ieee80211_node_table *nt, const A_UINT8 *macaddr)
174 wlan_node_reclaim(struct ieee80211_node_table *nt, bss_t *ni)
228 wlan_free_allnodes(struct ieee80211_node_table *nt)
238 wlan_iterate_nodes(struct ieee80211_node_table *nt, wlan_node_iter_func *f,
262 wlan_node_table_init(void *wmip, struct ieee80211_node_table *nt)
282 struct ieee80211_node_table *n
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi_host.h43 struct ieee80211_node_table wmi_scan_table;

Completed in 26 milliseconds