I use today WiFi AP mode on FEZDuino board (with ATWINC15xx).
I setup a simple key WEP for WiFi access and I would like implementing WPA-2 key which is supported by ATWINC15xx according to its datasheet.
It seems GHI libraries don’t yet support WPA or WPA-2…
Is this planned to be implemented in future releases because the WEP key is not supported in Windows 11 which consider it is an obsolete and insecured key.
As mentionned in this Microchip documentation WPA/WPA2 security mode (with WiFi AP) was introduced as early as the 2nd version of Microchip’s firmware (19.5.2).
On my FEZDuino boards I add the following line and I see the WiFi firmware version is 19.6.1.
Debug.WriteLine("ATWINC1500 fimware version : " + Winc15x0Interface.GetFirmwareVersion());
In the same documentation we can read in changes in version 19.7.6 :
Support for the WEP protocol is deprecated in 19.7.5.
Attempts to configure it will result in error.
Do you think that would be possible to upgrade GHI librairies according to the last firmware version of ATWINC1500 ? Especially with version 19.6.1, I have some issues with Wi-Fi disconnections that may be probably fixed in newer versions.