wpa_supplicant / hostapd 2.0
Data Fields

wps_credential Struct Reference

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

Detailed Description

WPS Credential.

Parameters:
ssidSSID
ssid_lenLength of SSID
auth_typeAuthentication Type (WPS_AUTH_OPEN, .. flags)
encr_typeEncryption Type (WPS_ENCR_NONE, .. flags)
key_idxKey index
keyKey
key_lenKey length in octets
mac_addrMAC address of the Credential receiver
cred_attrUnparsed Credential attribute data (used only in cred_cb()); this may be NULL, if not used
cred_attr_lenLength of cred_attr in octets

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines