Searched defs:bwn_softc (Results 1 – 1 of 1) sorted by relevance
896 struct bwn_softc { struct897 device_t sc_dev;898 struct mtx sc_mtx;899 struct ieee80211com sc_ic;900 struct mbufq sc_snd;901 unsigned sc_flags;906 unsigned sc_debug;908 struct bwn_mac *sc_curmac;911 uint8_t sc_bssid[IEEE80211_ADDR_LEN];912 unsigned int sc_filters;[all …]