eap_wsc_common.h
Go to the documentation of this file.
00001 /*
00002  * EAP-WSC definitions for Wi-Fi Protected Setup
00003  * Copyright (c) 2007, Jouni Malinen <j@w1.fi>
00004  *
00005  * This program is free software; you can redistribute it and/or modify
00006  * it under the terms of the GNU General Public License version 2 as
00007  * published by the Free Software Foundation.
00008  *
00009  * Alternatively, this software may be distributed under the terms of BSD
00010  * license.
00011  *
00012  * See README and COPYING for more details.
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 /* EAP_WSC_COMMON_H */


wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:34:35