Provides SCL interface functions to be used with WiFiInterface or NetworkInterface Objects. More...
#include "netsocket/WiFiInterface.h"
#include "netsocket/EMACInterface.h"
#include "netsocket/OnboardNetworkStack.h"
#include "scl_emac.h"
#include "scl_wifi_api.h"
#include "scl_types.h"
#include "SclAccessPoint.h"
#include "scl_interface.h"
Go to the source code of this file.
Data Structures | |
class | SclSTAInterface |
SclSTAInterface class Implementation of the Network Stack for the SCL. More... | |
Macros | |
#define | MAX_SSID_LENGTH (33) |
Maximum ssid length. More... | |
#define | MAX_PASSWORD_LENGTH (64) |
Maximum password length. More... | |
Provides SCL interface functions to be used with WiFiInterface or NetworkInterface Objects.
Definition in file SclSTAInterface.h.
#define MAX_PASSWORD_LENGTH (64) |
Maximum password length.
Definition at line 35 of file SclSTAInterface.h.
#define MAX_SSID_LENGTH (33) |
Maximum ssid length.
Definition at line 34 of file SclSTAInterface.h.