Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dif_wivar.h84 int wi_crypto_algorithm; member
H A Dif_wi.c251 sc->wi_crypto_algorithm = WI_CRYPTO_FIRMWARE_WEP; in wi_attach()
766 switch (sc->wi_crypto_algorithm) { in wi_rxeof()
1183 switch (sc->wi_crypto_algorithm) { in wi_write_record_io()
1500 sc->wi_crypto_algorithm = WI_CRYPTO_FIRMWARE_WEP; in wi_setdef()
1503 sc->wi_crypto_algorithm = WI_CRYPTO_SOFTWARE_WEP; in wi_setdef()
1619 htole16((u_int16_t)sc->wi_crypto_algorithm); in wi_ioctl()
2374 sc->wi_crypto_algorithm != WI_CRYPTO_FIRMWARE_WEP) { in wi_start()
/openbsd-src/sys/dev/usb/
H A Dif_wi_usb.c789 switch (wsc->wi_crypto_algorithm) { in wi_write_record_usb()