Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Drtwreg.h321 #define RTW_CONFIG0_WEP104 __BIT(6)/* implements 104-bit WEP, macro
H A Drtw.c871 if ((RTW_SR_GET(sr, RTW_SR_CONFIG0) & RTW_CONFIG0_WEP104) != 0) in rtw_srom_parse()