Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Header: #include <applibs/wificonfig.h>
The client identity associated with a network.
typedef struct WifiConfig_ClientIdentity {
char identity[WIFICONFIG_EAP_IDENTITY_MAX_LENGTH + 1];
} WifiConfig_ClientIdentity;
};
Members
char identity[WIFICONFIG_EAP_IDENTITY_MAX_LENGTH + 1]
A null-terminated byte array limited to printable ASCII (0x21 to 0x7E).