Home
last modified time | relevance | path

Searched defs:ieee80211vap (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_var.h364 struct ieee80211vap { struct
371 TAILQ_ENTRY(ieee80211vap) iv_next; /* list of vap instances */ argument
372 struct ieee80211com *iv_ic; /* back ptr to common state */
374 uint8_t iv_myaddr[IEEE80211_ADDR_LEN];
375 uint32_t iv_debug; /* debug msg flags */
376 struct ieee80211_stats iv_stats; /* statistics */
378 uint32_t iv_flags; /* state flags */
379 uint32_t iv_flags_ext; /* extended state flags */
380 uint32_t iv_flags_ht; /* HT state flags */
381 uint32_t iv_flags_ven; /* vendor state flags */
[all …]