Searched refs:group_cipher_method (Results 1 – 2 of 2) sorted by relevance
797 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_auth()803 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()821 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()853 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_auth()857 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()861 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()865 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_auth()1057 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_encode()1081 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_encode()1116 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_get_encode()[all …]
264 enum gelic_wl_cipher_method group_cipher_method; member