Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dath.c1992 int i, error, iswep, hdrlen, pktlen, len, s, tries; in ath_tx_start() local
2009 iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED; in ath_tx_start()
2013 if (ath_softcrypto && iswep) { in ath_tx_start()
2021 } else if (!ath_softcrypto && iswep) { in ath_tx_start()
2277 if (!ath_softcrypto && iswep) in ath_tx_start()
2300 , iswep ? sc->sc_ic.ic_wep_txkey : HAL_TXKEYIX_INVALID in ath_tx_start()