Go to the source code of this file.
Defines | |
#define | EAP_VENDOR_TYPE_WSC 1 |
#define | WSC_FLAGS_LF 0x02 |
#define | WSC_FLAGS_MF 0x01 |
#define | WSC_FRAGMENT_SIZE 1400 |
#define | WSC_ID_ENROLLEE "WFA-SimpleConfig-Enrollee-1-0" |
#define | WSC_ID_ENROLLEE_LEN 29 |
#define | WSC_ID_REGISTRAR "WFA-SimpleConfig-Registrar-1-0" |
#define | WSC_ID_REGISTRAR_LEN 30 |
Functions | |
struct wpabuf * | eap_wsc_build_frag_ack (u8 id, u8 code) |
#define EAP_VENDOR_TYPE_WSC 1 |
Definition at line 18 of file eap_wsc_common.h.
#define WSC_FLAGS_LF 0x02 |
Definition at line 21 of file eap_wsc_common.h.
#define WSC_FLAGS_MF 0x01 |
Definition at line 20 of file eap_wsc_common.h.
#define WSC_FRAGMENT_SIZE 1400 |
Definition at line 28 of file eap_wsc_common.h.
#define WSC_ID_ENROLLEE "WFA-SimpleConfig-Enrollee-1-0" |
Definition at line 25 of file eap_wsc_common.h.
#define WSC_ID_ENROLLEE_LEN 29 |
Definition at line 26 of file eap_wsc_common.h.
#define WSC_ID_REGISTRAR "WFA-SimpleConfig-Registrar-1-0" |
Definition at line 23 of file eap_wsc_common.h.
#define WSC_ID_REGISTRAR_LEN 30 |
Definition at line 24 of file eap_wsc_common.h.
struct wpabuf* eap_wsc_build_frag_ack | ( | u8 | id, |
u8 | code | ||
) | [read] |
Definition at line 23 of file eap_wsc_common.c.