initial import
[libicd-wpa] / include / wlancond-supp.h
1 /*
2   libicd-network-wpa-dev
3   
4   This library is free software; you can redistribute it and/or modify it
5   under the terms of the GNU Lesser General Public License version 2.1 as 
6   published by the Free Software Foundation.
7   
8   This library is distributed in the hope that it will be useful, but
9   WITHOUT ANY WARRANTY; without even the implied warranty of
10   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
11   General Public License for more details.
12
13   You should have received a copy of the GNU Lesser General Public License
14   along with this library; if not, write to the Free Software Foundation,
15   Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 */
17
18 /**
19   @file wlancond.h
20   
21   @author Javier S. Pedro
22 */
23
24 #ifndef _WLANCOND_SUPP_H_
25 #define _WLANCOND_SUPP_H_
26
27 #define WLANCOND_USE_SUPPLICANT (1 << 20)
28
29 #endif