Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dar9003.c1407 uint8_t txpower, type, encrtype, tid, ridx[4]; in ar9003_tx() local
1573 encrtype = AR_ENCR_TYPE_WEP; in ar9003_tx()
1577 encrtype = AR_ENCR_TYPE_TKIP; in ar9003_tx()
1581 encrtype = AR_ENCR_TYPE_AES; in ar9003_tx()
1595 encrtype = AR_ENCR_TYPE_CLEAR; in ar9003_tx()
1596 ds->ds_ctl17 = SM(AR_TXC17_ENCR_TYPE, encrtype); in ar9003_tx()
Dar5008.c1486 uint8_t txpower, type, encrtype, tid, ridx[4]; in ar5008_tx() local
1651 encrtype = AR_ENCR_TYPE_AES; in ar5008_tx()
1663 encrtype = AR_ENCR_TYPE_CLEAR; in ar5008_tx()
1664 ds->ds_ctl6 = SM(AR_TXC6_ENCR_TYPE, encrtype); in ar5008_tx()