Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_rumreg.h123 #define RT2573_MODE_WEP104 2 macro
H A Dif_rum.c1341 return (keylen < 8 ? RT2573_MODE_WEP40 : RT2573_MODE_WEP104); in rum_crypto_mode()