daqifi / daqifi-desktop

MIT License
5 stars 0 forks source link

WiFi Security Enumeration Update #21

Closed cptkoolbeenz closed 6 months ago

cptkoolbeenz commented 1 year ago

These are defined in the firmware but I believe the Windows App needs to be updated to match.

define WDRV_SECURITY_OPEN 0

define WDRV_SECURITY_WEP_40 1

define WDRV_SECURITY_WEP_104 2

define WDRV_SECURITY_WPA_AUTO_WITH_PASS_PHRASE 3

define WDRV_SECURITY_WPS_PUSH_BUTTON 6

define WDRV_SECURITY_WPS_PIN 7