XCORE SDK
XCORE Software Development Kit
|
WiFi module configuration parameters. More...
Go to the source code of this file.
Macros | |
#define | wificonfigMAX_SOCKETS ( 4 ) |
Maximum number of sockets that can be created simultaneously. | |
#define | wificonfigNUM_CONNECTION_RETRY ( 3 ) |
Maximum number of connection retries. | |
#define | wificonfigMAX_CONNECTED_STATIONS ( 4 ) |
Maximum number of connected station in Access Point mode. | |
#define | wificonfigMAX_SSID_LEN ( 32 ) |
Max SSID length. | |
#define | wificonfigMAX_BSSID_LEN ( 6 ) |
Max BSSID length. | |
#define | wificonfigMAX_PASSPHRASE_LEN ( 32 ) |
Max passphrase length. | |
#define | wificonfigACCESS_POINT_SSID_PREFIX ( "ConfigureMe" ) |
Soft Access point SSID. | |
#define | wificonfigACCESS_POINT_PASSKEY ( "awsiotdevice" ) |
Soft Access point Passkey. | |
#define | wificonfigACCESS_POINT_CHANNEL ( 11 ) |
Soft Access point Channel. | |
#define | wificonfigMAX_SEMAPHORE_WAIT_TIME_MS ( 60000 ) |
WiFi semaphore timeout. | |
#define | wificonfigACCESS_POINT_SECURITY ( eWiFiSecurityWPA2 ) |
Soft Access point security WPA2 Security, see WIFISecurity_t other values are - eWiFiSecurityOpen, eWiFiSecurityWEP, eWiFiSecurityWPA. | |
WiFi module configuration parameters.