Searched defs:bwn_softc (Results 1 – 1 of 1) sorted by relevance
972 struct bwn_softc { struct973 device_t sc_dev;975 struct lock sc_lk;977 struct mtx sc_mtx;979 struct ieee80211com sc_ic;980 struct mbufq sc_snd;981 unsigned sc_flags;986 unsigned sc_debug;988 struct bwn_mac *sc_curmac;991 uint8_t sc_bssid[IEEE80211_ADDR_LEN];[all …]