HomeSort by: relevance | last modified time | path
    Searched defs:encrtype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
arn5008.c 1318 uint8_t txpower, type, encrtype, ridx[4]; local in function:ar5008_tx
1500 encrtype = AR_ENCR_TYPE_WEP;
1503 encrtype = AR_ENCR_TYPE_TKIP;
1507 encrtype = AR_ENCR_TYPE_AES;
1522 encrtype = AR_ENCR_TYPE_CLEAR;
1523 ds->ds_ctl6 = SM(AR_TXC6_ENCR_TYPE, encrtype);
arn9003.c 1471 uint8_t txpower, type, encrtype, ridx[4]; local in function:ar9003_tx
1658 encrtype = AR_ENCR_TYPE_WEP;
1662 encrtype = AR_ENCR_TYPE_TKIP;
1666 encrtype = AR_ENCR_TYPE_AES;
1682 encrtype = AR_ENCR_TYPE_CLEAR;
1683 ds->ds_ctl17 = SM(AR_TXC17_ENCR_TYPE, encrtype);

Completed in 47 milliseconds