Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef EAP_WSC_COMMON_H
00016 #define EAP_WSC_COMMON_H
00017
00018 #define EAP_VENDOR_TYPE_WSC 1
00019
00020 #define WSC_FLAGS_MF 0x01
00021 #define WSC_FLAGS_LF 0x02
00022
00023 #define WSC_ID_REGISTRAR "WFA-SimpleConfig-Registrar-1-0"
00024 #define WSC_ID_REGISTRAR_LEN 30
00025 #define WSC_ID_ENROLLEE "WFA-SimpleConfig-Enrollee-1-0"
00026 #define WSC_ID_ENROLLEE_LEN 29
00027
00028 #define WSC_FRAGMENT_SIZE 1400
00029
00030
00031 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
00032
00033 #endif