struct tapi_auth_wifi_s
Overview
Wireless-specific authentication parameters More…
#include <tapi_radius.h> struct tapi_auth_wifi_s { // fields tapi_auth_proto_t proto; uint16_t cipher_pairwise; uint16_t cipher_group; tapi_auth_key_mgmt_t key_mgmt; };
Detailed Documentation
Wireless-specific authentication parameters
Fields
tapi_auth_proto_t proto
WPA protocol version
uint16_t cipher_pairwise
Pairwise ciphers set
uint16_t cipher_group
Group ciphers set
tapi_auth_key_mgmt_t key_mgmt
Key management type