Searched defs:ipw2200_softc (Results 1 – 1 of 1) sorted by relevance
99 struct ipw2200_softc { struct100 struct ieee80211com sc_ic;101 dev_info_t *sc_dip;102 int (*sc_newstate)(struct ieee80211com *,104 void (*sc_node_free)(struct ieee80211com *);105 int sc_authmode;108 ddi_acc_handle_t sc_ioh;109 caddr_t sc_regs;111 kmutex_t sc_ilock;113 ddi_iblock_cookie_t sc_iblk;[all …]