Microchip® Advanced Software Framework

common/components/wifi/winc1500/security_wep_wpa_example/main.h File Reference

MAIN configuration.

Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define MAIN_WLAN_DEVICE_NAME   "DEMO_AP"
 security information for Wi-Fi connection More...
 
#define MAIN_WLAN_PSK   "12345678"
 Password for Destination SSID. More...
 
#define MAIN_WLAN_WEP_KEY_104   "1234567890abcdef1234567890"
 128 bit WEP key. More...
 
#define MAIN_WLAN_WEP_KEY_40   "1234567890"
 64 bit WEP key. More...
 
#define MAIN_WLAN_WEP_KEY_INDEX   1
 WEP key index. More...
 

#define MAIN_WLAN_DEVICE_NAME   "DEMO_AP"

security information for Wi-Fi connection

Destination SSID

Referenced by main().

#define MAIN_WLAN_PSK   "12345678"

Password for Destination SSID.

#define MAIN_WLAN_WEP_KEY_104   "1234567890abcdef1234567890"

128 bit WEP key.

In case of WEP128, 26 hexadecimal (base 16) characters (0-9 and A-F) )

#define MAIN_WLAN_WEP_KEY_40   "1234567890"

64 bit WEP key.

In case of WEP64, 10 hexadecimal (base 16) characters (0-9 and A-F) )

#define MAIN_WLAN_WEP_KEY_INDEX   1

WEP key index.

Referenced by main().