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