Searched defs:urtw_softc (Results 1 – 1 of 1) sorted by relevance
318 struct urtw_softc { struct319 struct device sc_dev;320 struct ieee80211com sc_ic;321 int (*sc_newstate)(struct ieee80211com *,323 int (*sc_init)(struct ifnet *);324 struct urtw_rf sc_rf;326 struct usb_task sc_task;327 struct usbd_device *sc_udev;328 struct usbd_interface *sc_iface;330 enum ieee80211_state sc_state;[all …]