Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c785 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 …]
Dps3_gelic_wireless.h252 enum gelic_wl_cipher_method group_cipher_method; member