Page 1 of 1

WiFi plus click Library for mP P32 [solved]

Posted: 05 Nov 2022 19:51
by Dany
Hi,

The compiler (P32MX534F064H (mini 32), Pascal v 4.0.0.) complains that "_NET_WIRELESS_MCW1001_WPA_TYPE_2" is undefined in a call to "Net_Wireless_MCW1001_SetSecurity_WPA" (and so is "_NET_WIRELESS_MCW1001_WPA_TYPE_BASIC").

Thanks in advance.

--> solved, see the last post in this thread.

Re: WiFi plus click Library for mP P32

Posted: 09 Nov 2022 13:49
by filip
Hi,

Can you please post your project here ?

Regards,
Filip.

Re: WiFi plus click Library for mP P32

Posted: 11 Nov 2022 14:51
by Dany
Here is the project:
Wifi.zip
(51.78 KiB) Downloaded 102 times

Re: WiFi plus click Library for mP P32

Posted: 19 Nov 2022 17:55
by Dany
Also in the P18 Wifi library the constant _NET_WIRELESS_MCW1001_WPA_TYPE_2 is not defined.
Thanks in advance.

Re: WiFi plus click Library for mP P32

Posted: 19 Nov 2022 18:19
by Dany
Found it: the constants name is _NET_WIRELESS_MCW1001_WPA_PSK2 (example) instead of NET_WIRELESS_MCW1001_WPA_TYPE_2 (help).