WPS Credential. More...
#include <wps.h>
Data Fields | |
u8 | ssid [32] |
size_t | ssid_len |
u16 | auth_type |
u16 | encr_type |
u8 | key_idx |
u8 | key [64] |
size_t | key_len |
u8 | mac_addr [ETH_ALEN] |
const u8 * | cred_attr |
size_t | cred_attr_len |
WPS Credential.
ssid | SSID | |
ssid_len | Length of SSID | |
auth_type | Authentication Type (WPS_AUTH_OPEN, .. flags) | |
encr_type | Encryption Type (WPS_ENCR_NONE, .. flags) | |
key_idx | Key index | |
key | Key | |
key_len | Key length in octets | |
mac_addr | MAC address of the Credential receiver | |
cred_attr | Unparsed Credential attribute data (used only in cred_cb()); this may be NULL, if not used | |
cred_attr_len | Length of cred_attr in octets |
Definition at line 53 of file wps.h.