Home
last modified time | relevance | path

Searched refs:sc_hasveol (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c292 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) { in ath_beacon_setup()
1186 if (!sc->sc_hasveol) in ath_beacon_config()
1231 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) in ath_beacon_config()
H A Dif_athvar.h627 sc_hasveol : 1,/* tx VEOL support */ member
H A Dif_ath.c1280 sc->sc_hasveol = ath_hal_hasveol(ah); in ath_attach()
1701 if (opmode != IEEE80211_M_IBSS || !sc->sc_hasveol) { in ath_vap_create()