Home
last modified time | relevance | path

Searched refs:ieee80211_node_table (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_node.h84 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 Dieee80211_node.c86 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 Dieee80211_var.h123 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 Dieee80211_sysctl.h113 struct ieee80211_node_table *nw_nt;
H A Dieee80211.c819 struct ieee80211_node_table *nt; in ieee80211_watchdog()
H A Dieee80211_ioctl.c1076 struct ieee80211_node_table *nt; in ieee80211_ioctl_getscanresults()
/netbsd-src/sys/dev/ic/
H A Datwvar.h181 struct ieee80211_node *(*sc_node_alloc)(struct ieee80211_node_table*);
H A Drtwvar.h325 struct ieee80211_node *(*mt_node_alloc)(struct ieee80211_node_table*);
H A Dmalo.c268 malo_node_alloc(struct ieee80211_node_table *nt);
1176 malo_node_alloc(struct ieee80211_node_table *nt) in malo_node_alloc()
H A Dathn.c98 athn_node_alloc(struct ieee80211_node_table *);
2403 athn_node_alloc(struct ieee80211_node_table *ntp) in athn_node_alloc()
H A Drt2560.c87 rt2560_node_alloc(struct ieee80211_node_table *);
805 rt2560_node_alloc(struct ieee80211_node_table *nt) in rt2560_node_alloc()
H A Drt2661.c95 rt2661_node_alloc(struct ieee80211_node_table *);
686 rt2661_node_alloc(struct ieee80211_node_table *nt) in rt2661_node_alloc()
H A Dwi.c159 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 Datw.c260 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 Drt2860.c93 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 Dath.c160 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 Dbwi.c325 bwi_node_alloc(struct ieee80211_node_table *);
8012 bwi_node_alloc(struct ieee80211_node_table *nt) in bwi_dma_txstats_alloc()
H A Drtw.c3760 rtw_node_alloc(struct ieee80211_node_table *nt) in rtw_node_alloc()
/netbsd-src/sys/dev/usb/
H A Dif_zyd.c175 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 Dif_otus.c133 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 Dif_run.c374 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 Dif_iwi.c103 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 Dif_wpi.c104 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 Dif_iwn.c245 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 Dif_iwm.c5984 iwm_node_alloc(struct ieee80211_node_table *nt) in iwm_node_alloc()