Searched refs:ENCRYPT_ENABLED (Results 1 – 1 of 1) sorted by relevance
10 #define ENCRYPT_ENABLED BIT(0) macro718 security = ENCRYPT_ENABLED | WEP; in connect()728 security = ENCRYPT_ENABLED | WEP | WEP_EXTENDED; in connect()739 security = ENCRYPT_ENABLED | WPA2 | TKIP; in connect()741 security = ENCRYPT_ENABLED | WPA2 | AES; in connect()744 security = ENCRYPT_ENABLED | WPA | TKIP; in connect()746 security = ENCRYPT_ENABLED | WPA | AES; in connect()920 mode = ENCRYPT_ENABLED | WEP; in add_key()922 mode = ENCRYPT_ENABLED | WEP | WEP_EXTENDED; in add_key()960 mode = ENCRYPT_ENABLED | WPA | TKIP; in add_key()[all …]