Searched refs:bss_t (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Dwlan_api.h65 } bss_t; typedef in typeref:struct:bss
67 typedef void wlan_node_iter_func(void *arg, bss_t *);
69 bss_t *wlan_node_alloc(struct ieee80211_node_table *nt, int wh_size);
70 void wlan_node_free(bss_t *ni);
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);
90 bss_t *
95 wlan_node_return (struct ieee80211_node_table *nt, bss_t *ni);
H A Dwmi_api.h73 bss_t *wmi_find_node(struct wmi_t *wmip, const A_UINT8 *macaddr);
250 bss_t *
255 wmi_node_return (struct wmi_t *wmip, bss_t *bss);
/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,
54 bss_t *
57 bss_t *ni;
59 ni = A_MALLOC_NOWAIT(sizeof(bss_t));
88 wlan_node_free(bss_t *ni)
97 wlan_setup_node(struct ieee80211_node_table *nt, bss_t *ni,
138 static bss_t *
142 bss_t *ni;
157 bss_t *
160 bss_t *n
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi.c809 bss_t *bss;
884 bss_t *bss;
3800 wmi_node_return (struct wmi_t *wmip, bss_t *bss)
3808 bss_t *
3812 bss_t *node = NULL;
3824 bss_t *
3827 bss_t *ni=NULL;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/ar6000/
H A Dwireless_ext.c52 ar6000_scan_node(void *arg, bss_t *ni)

Completed in 39 milliseconds