Symbol: ieee80211_node_table
sys/dev/ic/ath.c
160
static struct ieee80211_node *ath_node_alloc(struct ieee80211_node_table *);
sys/dev/ic/ath.c
2809
ath_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/athn.c
2403
athn_node_alloc(struct ieee80211_node_table *ntp)
sys/dev/ic/athn.c
98
athn_node_alloc(struct ieee80211_node_table *);
sys/dev/ic/atw.c
260
static struct ieee80211_node *atw_node_alloc(struct ieee80211_node_table *);
sys/dev/ic/atw.c
863
atw_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/atwvar.h
181
struct ieee80211_node *(*sc_node_alloc)(struct ieee80211_node_table*);
sys/dev/ic/bwi.c
325
bwi_node_alloc(struct ieee80211_node_table *);
sys/dev/ic/bwi.c
8018
bwi_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/malo.c
1176
malo_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/malo.c
268
malo_node_alloc(struct ieee80211_node_table *nt);
sys/dev/ic/rt2560.c
805
rt2560_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/rt2560.c
87
rt2560_node_alloc(struct ieee80211_node_table *);
sys/dev/ic/rt2661.c
686
rt2661_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/rt2661.c
95
rt2661_node_alloc(struct ieee80211_node_table *);
sys/dev/ic/rt2860.c
857
rt2860_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/rt2860.c
93
static struct ieee80211_node *rt2860_node_alloc(struct ieee80211_node_table *);
sys/dev/ic/rtw.c
3760
rtw_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/rtwvar.h
325
struct ieee80211_node *(*mt_node_alloc)(struct ieee80211_node_table*);
sys/dev/ic/wi.c
1575
wi_node_alloc(struct ieee80211_node_table *nt)
sys/dev/ic/wi.c
159
STATIC struct ieee80211_node *wi_node_alloc(struct ieee80211_node_table *);
sys/dev/pci/if_iwi.c
103
static struct ieee80211_node *iwi_node_alloc(struct ieee80211_node_table *);
sys/dev/pci/if_iwi.c
785
iwi_node_alloc(struct ieee80211_node_table *nt)
sys/dev/pci/if_iwm.c
6910
iwm_node_alloc(struct ieee80211_node_table *nt)
sys/dev/pci/if_iwn.c
1910
iwn_node_alloc(struct ieee80211_node_table *ic __unused)
sys/dev/pci/if_iwn.c
245
static struct ieee80211_node *iwn_node_alloc(struct ieee80211_node_table *);
sys/dev/pci/if_wpi.c
104
static struct ieee80211_node * wpi_node_alloc(struct ieee80211_node_table *);
sys/dev/pci/if_wpi.c
894
wpi_node_alloc(struct ieee80211_node_table *nt __unused)
sys/dev/usb/if_otus.c
133
Static struct ieee80211_node *otus_node_alloc(struct ieee80211_node_table *);
sys/dev/usb/if_otus.c
1497
otus_node_alloc(struct ieee80211_node_table *ntp)
sys/dev/usb/if_run.c
1778
run_node_alloc(struct ieee80211_node_table *nt)
sys/dev/usb/if_run.c
374
run_node_alloc(struct ieee80211_node_table *);
sys/dev/usb/if_zyd.c
175
Static struct ieee80211_node *zyd_node_alloc(struct ieee80211_node_table *);
sys/dev/usb/if_zyd.c
663
zyd_node_alloc(struct ieee80211_node_table *nt __unused)
sys/net80211/ieee80211.c
819
struct ieee80211_node_table *nt;
sys/net80211/ieee80211_ioctl.c
1076
struct ieee80211_node_table *nt;
sys/net80211/ieee80211_node.c
102
struct ieee80211_node_table *nt, const char *name,
sys/net80211/ieee80211_node.c
104
void (*timeout)(struct ieee80211_node_table *));
sys/net80211/ieee80211_node.c
105
static void ieee80211_node_table_cleanup(struct ieee80211_node_table *nt);
sys/net80211/ieee80211_node.c
1056
ieee80211_setup_node(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1086
ieee80211_alloc_node(struct ieee80211_node_table *nt, const u_int8_t *macaddr)
sys/net80211/ieee80211_node.c
1136
ieee80211_dup_bss(struct ieee80211_node_table *nt, const u_int8_t *macaddr)
sys/net80211/ieee80211_node.c
1161
_ieee80211_find_node_debug(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1164
_ieee80211_find_node(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1196
ieee80211_find_node_debug(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1199
ieee80211_find_node(struct ieee80211_node_table *nt, const u_int8_t *macaddr)
sys/net80211/ieee80211_node.c
1217
ieee80211_fakeup_adhoc_node(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1288
struct ieee80211_node_table *nt = &ic->ic_scan;
sys/net80211/ieee80211_node.c
1443
struct ieee80211_node_table *nt;
sys/net80211/ieee80211_node.c
1486
struct ieee80211_node_table *nt;
sys/net80211/ieee80211_node.c
1548
struct ieee80211_node_table *nt = &ic->ic_sta;
sys/net80211/ieee80211_node.c
1591
ieee80211_find_node_with_channel_debug(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1595
ieee80211_find_node_with_channel(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1634
struct ieee80211_node_table *nt = ni0->ni_table;
sys/net80211/ieee80211_node.c
1680
ieee80211_find_node_with_ssid_debug(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1684
ieee80211_find_node_with_ssid(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
1741
struct ieee80211_node_table *nt = ni->ni_table;
sys/net80211/ieee80211_node.c
1763
struct ieee80211_node_table *nt = ni->ni_table;
sys/net80211/ieee80211_node.c
1810
struct ieee80211_node_table *nt = &ic->ic_sta;
sys/net80211/ieee80211_node.c
1858
node_reclaim(struct ieee80211_node_table *nt, struct ieee80211_node *ni)
sys/net80211/ieee80211_node.c
1899
ieee80211_free_allnodes_locked(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
1919
ieee80211_free_allnodes(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
1931
ieee80211_timeout_scan_candidates(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
1968
ieee80211_timeout_stations(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
2123
ieee80211_iterate_nodes(struct ieee80211_node_table *nt, ieee80211_iter_func *f, void *arg)
sys/net80211/ieee80211_node.c
2155
ieee80211_dump_node(struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
2180
ieee80211_dump_nodes(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
2367
struct ieee80211_node_table *nt = ni->ni_table;
sys/net80211/ieee80211_node.c
2427
struct ieee80211_node_table *nt = &ic->ic_sta;
sys/net80211/ieee80211_node.c
2508
struct ieee80211_node_table *nt,
sys/net80211/ieee80211_node.c
2510
void (*timeout)(struct ieee80211_node_table *))
sys/net80211/ieee80211_node.c
2535
ieee80211_node_table_reset(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
2548
ieee80211_node_table_cleanup(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
423
struct ieee80211_node_table *nt;
sys/net80211/ieee80211_node.c
675
struct ieee80211_node_table *nt = &ic->ic_scan;
sys/net80211/ieee80211_node.c
858
struct ieee80211_node_table *nt;
sys/net80211/ieee80211_node.c
86
static struct ieee80211_node *node_alloc(struct ieee80211_node_table *);
sys/net80211/ieee80211_node.c
91
static void ieee80211_setup_node(struct ieee80211_node_table *,
sys/net80211/ieee80211_node.c
94
static void ieee80211_free_allnodes(struct ieee80211_node_table *);
sys/net80211/ieee80211_node.c
959
node_alloc(struct ieee80211_node_table *nt)
sys/net80211/ieee80211_node.c
96
static void ieee80211_timeout_scan_candidates(struct ieee80211_node_table *);
sys/net80211/ieee80211_node.c
97
static void ieee80211_timeout_stations(struct ieee80211_node_table *);
sys/net80211/ieee80211_node.h
208
void (*nt_timeout)(struct ieee80211_node_table *);
sys/net80211/ieee80211_node.h
210
void ieee80211_node_table_reset(struct ieee80211_node_table *);
sys/net80211/ieee80211_node.h
213
struct ieee80211_node_table *, const u_int8_t *);
sys/net80211/ieee80211_node.h
216
struct ieee80211_node *ieee80211_dup_bss(struct ieee80211_node_table *,
sys/net80211/ieee80211_node.h
222
struct ieee80211_node_table *, const u_int8_t *,
sys/net80211/ieee80211_node.h
235
struct ieee80211_node_table *, const u_int8_t *macaddr,
sys/net80211/ieee80211_node.h
238
struct ieee80211_node_table *, const u_int8_t *macaddr,
sys/net80211/ieee80211_node.h
258
struct ieee80211_node_table *, const u_int8_t *);
sys/net80211/ieee80211_node.h
266
struct ieee80211_node_table *, const u_int8_t *macaddr,
sys/net80211/ieee80211_node.h
269
struct ieee80211_node_table *, const u_int8_t *macaddr,
sys/net80211/ieee80211_node.h
278
void ieee80211_iterate_nodes(struct ieee80211_node_table *,
sys/net80211/ieee80211_node.h
281
void ieee80211_dump_node(struct ieee80211_node_table *,
sys/net80211/ieee80211_node.h
283
void ieee80211_dump_nodes(struct ieee80211_node_table *);
sys/net80211/ieee80211_node.h
286
struct ieee80211_node_table *,
sys/net80211/ieee80211_node.h
84
struct ieee80211_node_table;
sys/net80211/ieee80211_node.h
95
struct ieee80211_node_table *ni_table;
sys/net80211/ieee80211_sysctl.h
113
struct ieee80211_node_table *nw_nt;
sys/net80211/ieee80211_var.h
123
struct ieee80211_node_table ic_scan; /* scan candidates */
sys/net80211/ieee80211_var.h
135
struct ieee80211_node_table ic_sta; /* stations/neighbors */
sys/net80211/ieee80211_var.h
156
struct ieee80211_node *(*ic_node_alloc)(struct ieee80211_node_table*);