Searched refs:RT2573_MODE_WEP104 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/wlan/ | ||
H A D | if_rumreg.h | 123 #define RT2573_MODE_WEP104 2 macro |
H A D | if_rum.c | 1341 return (keylen < 8 ? RT2573_MODE_WEP40 : RT2573_MODE_WEP104); in rum_crypto_mode() |