Android NDK Wi-Fi Example

I want to use WIFI functions with c code using NDK in android. I do not want to use the Java API for WIFI. I tried on Google as well as on stackoverflow, but I had no example. I'm just curious, let me know if this is possible or not?

I found the android API for WIFI . but I do not know any knowledge about the implementation.

+2
source share
1 answer

You can look at libcurl, but not quite sure. Because I develop games using cocos2d-x (which uses android ndk), and libcurl is the network implementation in the cocos2d-x infrastructure, so I think that might help.

0
source

Source: https://habr.com/ru/post/1447242/


All Articles