Lines Matching defs:an_softc
104 struct an_softc { struct
110 int (*sc_enable)(struct an_softc *); argument
111 void (*sc_disable)(struct an_softc *); argument
112 int (*sc_newstate)(struct ieee80211com *,
115 int sc_enabled;
116 int sc_invalid;
117 int sc_attached;
119 int sc_bap_id;
120 int sc_bap_off;
122 int sc_use_leap;
123 struct an_wepkey sc_wepkeys[IEEE80211_WEP_NKID];
124 int sc_perskeylen[IEEE80211_WEP_NKID];
125 int sc_tx_key;
126 int sc_tx_perskey;
127 int sc_tx_timer;
128 struct an_txdesc {
131 } sc_txd[AN_TX_RING_CNT];
132 int sc_txnext;
133 int sc_txcur;
135 struct an_rid_genconfig sc_config;
136 struct an_rid_caps sc_caps;
137 union {
162 int an_attach(struct an_softc *); argument