Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我现在想编写一个程序实现对手机周边wifi信号强度的扫描,并把扫描结果传输出去。有没有人知道应该用什么函数或方式实现? 是不是用JNI技术调用java来实现。如果是应该怎么调用呢?
建议Android一些特色功能(比如说蓝牙、WIFI、通话)先在相关论坛上查找可用的Java或NDK接口再来Qt论坛上看有没有什么通融的办法。
I have the same problem as how to get information from the around base stations .
可以看看wpa supplicant, 源码里有个qt4版的,可以参考下。