Searched refs:encrtype (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | ar9003.c | 1407 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()
|
| D | ar5008.c | 1486 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()
|