|
EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
File containing the definition of AP config structures. More...
#include <stdbool.h>#include <net/if.h>#include <sys/types.h>#include "../radius/radius_server.h"#include "../utils/allocs.h"#include "../utils/os.h"Go to the source code of this file.
Data Structures | |
| struct | apconf |
| The hostapd configuration structure. More... | |
Macros | |
| #define | AP_NAME_LEN 32 /* Maximum length of the AP name, i.e., ESSID name */ |
| #define | AP_SECRET_LEN 64 /* Maximum length of the AP secret, i.e., ESSID secret */ |
| #define | AP_DRIVE_LEN 20 /* Maximum length of the AP driver name */ |
| #define | AP_HWMODE_LEN |
| #define | AP_WPA_KEY_MGMT_LEN |
| #define | AP_RSN_PAIRWISE_LEN |
Enumerations | |
| enum | AP_CONNECTION_STATUS { AP_DEFAULT_STATUS = 0 , AP_CONNECTED_STATUS , AP_DISCONNECTED_STATUS } |
| The AP conection status. More... | |
File containing the definition of AP config structures.
Defines the access point (AP) configuration structure used to configure the AP service.
| #define AP_DRIVE_LEN 20 /* Maximum length of the AP driver name */ |
| #define AP_HWMODE_LEN |
| #define AP_NAME_LEN 32 /* Maximum length of the AP name, i.e., ESSID name */ |
| #define AP_RSN_PAIRWISE_LEN |
| #define AP_SECRET_LEN 64 /* Maximum length of the AP secret, i.e., ESSID secret */ |
| #define AP_WPA_KEY_MGMT_LEN |
| enum AP_CONNECTION_STATUS |