Searched refs:ieee80211_node_table (Results 1 – 25 of 25) sorted by relevance
/netbsd-src/sys/net80211/ |
H A D | ieee80211_node.h | 84 struct ieee80211_node_table; 95 struct ieee80211_node_table *ni_table; 195 struct ieee80211_node_table { struct 208 void (*nt_timeout)(struct ieee80211_node_table *); argument 210 void ieee80211_node_table_reset(struct ieee80211_node_table *); 213 struct ieee80211_node_table *, const u_int8_t *); 216 struct ieee80211_node *ieee80211_dup_bss(struct ieee80211_node_table *, 222 struct ieee80211_node_table *, const u_int8_t *, 235 struct ieee80211_node_table *, const u_int8_t *macaddr, 238 struct ieee80211_node_table *, const u_int8_t *macaddr, [all …]
|
H A D | ieee80211_node.c | 86 static struct ieee80211_node *node_alloc(struct ieee80211_node_table *); 91 static void ieee80211_setup_node(struct ieee80211_node_table *, 94 static void ieee80211_free_allnodes(struct ieee80211_node_table *); 96 static void ieee80211_timeout_scan_candidates(struct ieee80211_node_table *); 97 static void ieee80211_timeout_stations(struct ieee80211_node_table *); 102 struct ieee80211_node_table *nt, const char *name, 104 void (*timeout)(struct ieee80211_node_table *)); 105 static void ieee80211_node_table_cleanup(struct ieee80211_node_table *nt); 405 struct ieee80211_node_table *nt; in ieee80211_create_ibss() 657 struct ieee80211_node_table *nt = &ic->ic_scan; in ieee80211_end_scan() [all …]
|
H A D | ieee80211_var.h | 123 struct ieee80211_node_table ic_scan; /* scan candidates */ 135 struct ieee80211_node_table ic_sta; /* stations/neighbors */ 156 struct ieee80211_node *(*ic_node_alloc)(struct ieee80211_node_table*);
|
H A D | ieee80211_sysctl.h | 113 struct ieee80211_node_table *nw_nt;
|
H A D | ieee80211.c | 819 struct ieee80211_node_table *nt; in ieee80211_watchdog()
|
H A D | ieee80211_ioctl.c | 1076 struct ieee80211_node_table *nt; in ieee80211_ioctl_getscanresults()
|
/netbsd-src/sys/dev/ic/ |
H A D | atwvar.h | 181 struct ieee80211_node *(*sc_node_alloc)(struct ieee80211_node_table*);
|
H A D | rtwvar.h | 325 struct ieee80211_node *(*mt_node_alloc)(struct ieee80211_node_table*);
|
H A D | malo.c | 268 malo_node_alloc(struct ieee80211_node_table *nt); 1176 malo_node_alloc(struct ieee80211_node_table *nt) in malo_node_alloc()
|
H A D | athn.c | 98 athn_node_alloc(struct ieee80211_node_table *); 2403 athn_node_alloc(struct ieee80211_node_table *ntp) in athn_node_alloc()
|
H A D | rt2560.c | 87 rt2560_node_alloc(struct ieee80211_node_table *); 805 rt2560_node_alloc(struct ieee80211_node_table *nt) in rt2560_node_alloc()
|
H A D | rt2661.c | 95 rt2661_node_alloc(struct ieee80211_node_table *); 686 rt2661_node_alloc(struct ieee80211_node_table *nt) in rt2661_node_alloc()
|
H A D | wi.c | 159 STATIC struct ieee80211_node *wi_node_alloc(struct ieee80211_node_table *); 1575 wi_node_alloc(struct ieee80211_node_table *nt) in wi_node_alloc()
|
H A D | atw.c | 260 static struct ieee80211_node *atw_node_alloc(struct ieee80211_node_table *); 863 atw_node_alloc(struct ieee80211_node_table *nt) in atw_node_alloc()
|
H A D | rt2860.c | 93 static struct ieee80211_node *rt2860_node_alloc(struct ieee80211_node_table *); 857 rt2860_node_alloc(struct ieee80211_node_table *nt) in rt2860_node_alloc()
|
H A D | ath.c | 160 static struct ieee80211_node *ath_node_alloc(struct ieee80211_node_table *); 2810 ath_node_alloc(struct ieee80211_node_table *nt) in ath_node_alloc()
|
H A D | bwi.c | 325 bwi_node_alloc(struct ieee80211_node_table *); 8012 bwi_node_alloc(struct ieee80211_node_table *nt) in bwi_dma_txstats_alloc()
|
H A D | rtw.c | 3760 rtw_node_alloc(struct ieee80211_node_table *nt) in rtw_node_alloc()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_zyd.c | 175 Static struct ieee80211_node *zyd_node_alloc(struct ieee80211_node_table *); 663 zyd_node_alloc(struct ieee80211_node_table *nt __unused) in zyd_node_alloc()
|
H A D | if_otus.c | 133 Static struct ieee80211_node *otus_node_alloc(struct ieee80211_node_table *); 1497 otus_node_alloc(struct ieee80211_node_table *ntp) in otus_node_alloc()
|
H A D | if_run.c | 374 run_node_alloc(struct ieee80211_node_table *); 1778 run_node_alloc(struct ieee80211_node_table *nt) in run_node_alloc()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_iwi.c | 103 static struct ieee80211_node *iwi_node_alloc(struct ieee80211_node_table *); 785 iwi_node_alloc(struct ieee80211_node_table *nt) in iwi_node_alloc()
|
H A D | if_wpi.c | 104 static struct ieee80211_node * wpi_node_alloc(struct ieee80211_node_table *); 894 wpi_node_alloc(struct ieee80211_node_table *nt __unused) in wpi_node_alloc()
|
H A D | if_iwn.c | 245 static struct ieee80211_node *iwn_node_alloc(struct ieee80211_node_table *); 1910 iwn_node_alloc(struct ieee80211_node_table *ic __unused) in iwn_newassoc()
|
H A D | if_iwm.c | 5984 iwm_node_alloc(struct ieee80211_node_table *nt) in iwm_node_alloc()
|