Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.h15 #define ENCRYPT_ENABLED BIT(0) macro
Dwilc_wfi_cfgoperations.c875 u8security = ENCRYPT_ENABLED | WEP; in connect()
897 u8security = ENCRYPT_ENABLED | WEP | WEP_EXTENDED; in connect()
915 u8security = ENCRYPT_ENABLED | WPA2 | TKIP; in connect()
920 u8security = ENCRYPT_ENABLED | WPA2 | AES; in connect()
927 u8security = ENCRYPT_ENABLED | WPA | TKIP; in connect()
932 u8security = ENCRYPT_ENABLED | WPA | AES; in connect()
1122 u8mode = ENCRYPT_ENABLED | WEP; in add_key()
1124 u8mode = ENCRYPT_ENABLED | WEP | WEP_EXTENDED; in add_key()
1165 u8gmode = ENCRYPT_ENABLED | WPA | TKIP; in add_key()
1167 u8gmode = ENCRYPT_ENABLED | WPA2 | AES; in add_key()
[all …]