config_ssid.h File Reference

WPA Supplicant / Network configuration structures. More...

#include "defs.h"
#include "eap_peer/eap_config.h"

Go to the source code of this file.

Data Structures

struct  wpa_ssid
 Network configuration data. More...

Defines

#define MAX_SSID_LEN   32
#define DEFAULT_EAP_WORKAROUND   ((unsigned int) -1)
#define DEFAULT_EAPOL_FLAGS
#define DEFAULT_PROTO   (WPA_PROTO_WPA | WPA_PROTO_RSN)
#define DEFAULT_KEY_MGMT   (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X)
#define DEFAULT_PAIRWISE   (WPA_CIPHER_CCMP | WPA_CIPHER_TKIP)
#define DEFAULT_GROUP
#define DEFAULT_FRAGMENT_SIZE   1398
#define EAPOL_FLAG_REQUIRE_KEY_UNICAST   BIT(0)
#define EAPOL_FLAG_REQUIRE_KEY_BROADCAST   BIT(1)
#define NUM_WEP_KEYS   4
#define MAX_WEP_KEY_LEN   16

Detailed Description

WPA Supplicant / Network configuration structures.

Copyright
Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Alternatively, this software may be distributed under the terms of BSD license.

See README and COPYING for more details.


Define Documentation

#define DEFAULT_EAPOL_FLAGS
Value:
(EAPOL_FLAG_REQUIRE_KEY_UNICAST | \
                             EAPOL_FLAG_REQUIRE_KEY_BROADCAST)
#define DEFAULT_GROUP
Value:
(WPA_CIPHER_CCMP | WPA_CIPHER_TKIP | \
                       WPA_CIPHER_WEP104 | WPA_CIPHER_WEP40)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 28 23:07:51 2009 for wpa_supplicant/hostapd by  doxygen 1.6.1