Other Parts Discussed in Thread: WL1837
Tool/software:
Hi expert
I'm using wl1837 to realize WiFi AP.
It's working well with SDK 08_02_00_24.
And I plan to change the SDK to 09_01_00_001(kernel version is 6.1.46).
So, I tried to build 'hostap-daemon-wl18xx - R8.7_SP3-devel-ti+git0+ee8fbdb840-r6e' with the SDK, but I got following error.
$ bitbake hostap-daemon-wl18xx ... ./src/crypto/crypto_openssl.c:616:11: error: invalid use of incomplete typedef 'DH' {aka 'struct dh_st'} | 616 | dh->g = BN_new(); ...
According to the following URL, the cause seems to be the version of openssl.
stackoverflow.com/.../error-invalid-use-of-incomplete-typeof-dh-aka-struct-dh-st-when-using-o
The version of openssl in the SDK is 3.0.11, but the hostap-daemon-wl18xx does not support it.
I change the value of CONFIG_TSL from 'openssl' to other in recipe of hostap-daemon-wl18xx, but I got other error.
I've looked for a newer version of hostap-daemon-wl18xx but I can't find one.
Is there a it's newer version?
Or is there any other ways to achieve a WiFi AP with wl1837?
Best Regards,
Katsuyama