Searched refs:group_cipher_method (Results 1 – 2 of 2) sorted by relevance
785 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_auth()791 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()809 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()841 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_auth()845 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()849 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()853 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_auth()1045 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_encode()1069 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_encode()1101 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_get_encode()[all …]
252 enum gelic_wl_cipher_method group_cipher_method; member