wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros
config_ssid.h File Reference

WPA Supplicant / Network configuration structures. More...

#include "common/defs.h"
#include "utils/list.h"
#include "eap_peer/eap_config.h"

Go to the source code of this file.

Data Structures

struct  psk_list_entry
 
struct  wpa_ssid
 Network configuration data. More...
 

Macros

#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   (WPA_CIPHER_CCMP | WPA_CIPHER_TKIP)
 
#define DEFAULT_FRAGMENT_SIZE   1398
 
#define DEFAULT_BG_SCAN_PERIOD   -1
 
#define DEFAULT_MESH_MAX_RETRIES   2
 
#define DEFAULT_MESH_RETRY_TIMEOUT   40
 
#define DEFAULT_MESH_CONFIRM_TIMEOUT   40
 
#define DEFAULT_MESH_HOLDING_TIMEOUT   40
 
#define DEFAULT_DISABLE_HT   0
 
#define DEFAULT_DISABLE_HT40   0
 
#define DEFAULT_DISABLE_SGI   0
 
#define DEFAULT_DISABLE_LDPC   0
 
#define DEFAULT_DISABLE_MAX_AMSDU   -1 /* no change */
 
#define DEFAULT_AMPDU_FACTOR   -1 /* no change */
 
#define DEFAULT_AMPDU_DENSITY   -1 /* no change */
 
#define DEFAULT_USER_SELECTED_SIM   1
 
#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
 
#define P2P_MAX_STORED_CLIENTS   100
 

Detailed Description

WPA Supplicant / Network configuration structures.

Macro Definition Documentation

#define DEFAULT_EAPOL_FLAGS
Value:
(EAPOL_FLAG_REQUIRE_KEY_UNICAST | \
EAPOL_FLAG_REQUIRE_KEY_BROADCAST)