Lines Matching defs:pgt_softc
127 struct pgt_softc { struct
128 struct device sc_dev;
129 struct ieee80211com sc_ic;
130 unsigned int sc_flags;
141 struct timeout sc_chanscan_timer;
143 int sc_dot1x;
144 int sc_wds;
146 int sc_if_flags;
147 int16_t sc_80211_ioc_wep;
148 int16_t sc_80211_ioc_auth;
149 uint32_t sc_noise;
150 unsigned int sc_debug;
178 int (*sc_enable)(struct pgt_softc *); argument
179 void (*sc_disable)(struct pgt_softc *); argument
180 void (*sc_power)(struct pgt_softc *, int); argument
188 struct pgt_softc_kthread { argument
215 int pgt_detach(struct pgt_softc *); argument