Searched defs:ieee80211com (Results 1 – 1 of 1) sorted by relevance
137 struct ieee80211com { struct143 LIST_ENTRY(ieee80211com) ic_next; /* on global list */ argument145 int ic_headroom; /* driver tx headroom needs */146 enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */147 enum ieee80211_opmode ic_opmode; /* operation mode */148 struct callout ic_inact; /* inactivity processing */149 struct taskqueue *ic_tq; /* deferred state thread */150 struct task ic_parent_task; /* deferred parent processing */151 struct task ic_promisc_task;/* deferred promisc update */152 struct task ic_mcast_task; /* deferred mcast update */[all …]