Searched defs:ieee80211com (Results 1 – 1 of 1) sorted by relevance
121 struct ieee80211com { struct126 LIST_ENTRY(ieee80211com) ic_next; /* on global list */ argument128 int ic_headroom; /* driver tx headroom needs */129 enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */130 enum ieee80211_opmode ic_opmode; /* operation mode */131 struct callout ic_inact; /* inactivity processing */132 struct taskqueue *ic_tq; /* deferred state thread */133 struct task ic_parent_task; /* deferred parent processing */134 struct task ic_promisc_task;/* deferred promisc update */135 struct task ic_mcast_task; /* deferred mcast update */[all …]