Searched refs:nt (Results 1 - 3 of 3) sorted by relevance

/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) argument
97 wlan_setup_node(struct ieee80211_node_table *nt, bss_t *ni, argument
107 IEEE80211_NODE_LOCK_BH(nt);
111 ni->ni_list_prev = nt->nt_node_last;
112 if(nt->nt_node_last != NULL)
114 nt->nt_node_last->ni_list_next = ni;
116 nt->nt_node_last = ni;
117 if(nt->nt_node_first == NULL)
119 nt
139 _ieee80211_find_node(struct ieee80211_node_table *nt, const A_UINT8 *macaddr) argument
158 wlan_find_node(struct ieee80211_node_table *nt, const A_UINT8 *macaddr) argument
174 wlan_node_reclaim(struct ieee80211_node_table *nt, bss_t *ni) argument
228 wlan_free_allnodes(struct ieee80211_node_table *nt) argument
238 wlan_iterate_nodes(struct ieee80211_node_table *nt, wlan_node_iter_func *f, void *arg) argument
262 wlan_node_table_init(void *wmip, struct ieee80211_node_table *nt) argument
282 struct ieee80211_node_table *nt = (struct ieee80211_node_table *)arg; local
321 wlan_node_table_cleanup(struct ieee80211_node_table *nt) argument
330 wlan_find_Ssidnode(struct ieee80211_node_table *nt, A_UCHAR *pSsid, A_UINT32 ssidLength, A_BOOL bIsWPA2) argument
366 wlan_node_return(struct ieee80211_node_table *nt, bss_t *ni) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Dwlan_api.h69 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 *nt);
81 void wlan_node_table_cleanup(struct ieee80211_node_table *nt);
91 wlan_find_Ssidnode (struct ieee80211_node_table *nt, A_UCHA
[all...]
/netgear-R7800-V1.0.2.28/include/
H A Dtoplevel.mk63 [ "$$t" -nt "$$f" ] || ./scripts/metadata.pl $${type}_config "$$f" > "$$t" || { rm -f "$$t"; echo "Failed to build $$t"; false; break; }; \

Completed in 62 milliseconds