HomeSort by: relevance | last modified time | path
    Searched refs:ieee80211_node_table (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/net80211/
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 *);
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...]
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;
657 struct ieee80211_node_table *nt = &ic->ic_scan
    [all...]
ieee80211_sysctl.h 113 struct ieee80211_node_table *nw_nt;
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*);
ieee80211.c 819 struct ieee80211_node_table *nt;
ieee80211_ioctl.c 1076 struct ieee80211_node_table *nt;
  /src/sys/dev/ic/
atwvar.h 181 struct ieee80211_node *(*sc_node_alloc)(struct ieee80211_node_table*);
rtwvar.h 325 struct ieee80211_node *(*mt_node_alloc)(struct ieee80211_node_table*);
malo.c 268 malo_node_alloc(struct ieee80211_node_table *nt);
1176 malo_node_alloc(struct ieee80211_node_table *nt)
athn.c 98 athn_node_alloc(struct ieee80211_node_table *);
2403 athn_node_alloc(struct ieee80211_node_table *ntp)
atw.c 260 static struct ieee80211_node *atw_node_alloc(struct ieee80211_node_table *);
863 atw_node_alloc(struct ieee80211_node_table *nt)
rt2661.c 95 rt2661_node_alloc(struct ieee80211_node_table *);
686 rt2661_node_alloc(struct ieee80211_node_table *nt)
wi.c 159 STATIC struct ieee80211_node *wi_node_alloc(struct ieee80211_node_table *);
1575 wi_node_alloc(struct ieee80211_node_table *nt)
rt2560.c 87 rt2560_node_alloc(struct ieee80211_node_table *);
805 rt2560_node_alloc(struct ieee80211_node_table *nt)
rt2860.c 93 static struct ieee80211_node *rt2860_node_alloc(struct ieee80211_node_table *);
857 rt2860_node_alloc(struct ieee80211_node_table *nt)
ath.c 160 static struct ieee80211_node *ath_node_alloc(struct ieee80211_node_table *);
2810 ath_node_alloc(struct ieee80211_node_table *nt)
rtw.c 3760 rtw_node_alloc(struct ieee80211_node_table *nt)
bwi.c 325 bwi_node_alloc(struct ieee80211_node_table *);
8012 bwi_node_alloc(struct ieee80211_node_table *nt)
  /src/sys/dev/usb/
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)
if_otus.c 133 Static struct ieee80211_node *otus_node_alloc(struct ieee80211_node_table *);
1497 otus_node_alloc(struct ieee80211_node_table *ntp)
if_run.c 374 run_node_alloc(struct ieee80211_node_table *);
1778 run_node_alloc(struct ieee80211_node_table *nt)
  /src/sys/dev/pci/
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)
if_iwi.c 103 static struct ieee80211_node *iwi_node_alloc(struct ieee80211_node_table *);
785 iwi_node_alloc(struct ieee80211_node_table *nt)
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)
if_iwm.c 5984 iwm_node_alloc(struct ieee80211_node_table *nt)

Completed in 237 milliseconds