eap_wsc_common.h
Go to the documentation of this file.00001
00016 #ifndef EAP_WSC_COMMON_H
00017 #define EAP_WSC_COMMON_H
00018
00019 #define EAP_VENDOR_TYPE_WSC 1
00020
00021 #define WSC_FLAGS_MF 0x01
00022 #define WSC_FLAGS_LF 0x02
00023
00024 #define WSC_ID_REGISTRAR "WFA-SimpleConfig-Registrar-1-0"
00025 #define WSC_ID_REGISTRAR_LEN 30
00026 #define WSC_ID_ENROLLEE "WFA-SimpleConfig-Enrollee-1-0"
00027 #define WSC_ID_ENROLLEE_LEN 29
00028
00029 #define WSC_FRAGMENT_SIZE 1400
00030
00031
00032 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
00033
00034 #endif
00035