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 |
WPA Supplicant / Network configuration structures.
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 DEFAULT_EAPOL_FLAGS |
(EAPOL_FLAG_REQUIRE_KEY_UNICAST | \
EAPOL_FLAG_REQUIRE_KEY_BROADCAST)
| #define DEFAULT_GROUP |
(WPA_CIPHER_CCMP | WPA_CIPHER_TKIP | \
WPA_CIPHER_WEP104 | WPA_CIPHER_WEP40)
1.6.1