Saturday, February 22, 2014

How to Get WiFi android device's AP transmit power, noise level, the maximum bit rate and other parameters?


Check the official documentation, the supplicant keeps track of quality, noise, and maxbitrate attributes, but does not currently report them to external clients. is not to say that we can not get to quality, nois, maxbitrate, etc. These parameters? If so, any suggestions? Thank you!<-! Main posts under Banner (D4) -><-! Posts under the main text (D5) ->
Reply:
Check it out brothers
Reply:
 
WifiManager mWifiManager = (WifiManager) getSystemService (WIFI_SERVICE);
WifiInfo mWifiInfo = mWifiManager.getConnectionInfo ();
int wifi = mWifiInfo.getRssi () ;/ / get wifi signal strength
int linkSpeed ​​= mWifiInfo.getLinkSpeed ​​()

AndroidMenifest.xml add permissions
Reply:
reference to the second floor of the reply:
Java code


WifiManager mWifiManager = (WifiManager) getSystemService (WIFI_SERVICE);
WifiInfo mWifiInfo = mWifiManager.getConnectionInfo ();
int wifi = mWifiInfo.getRssi () ;/ / get wifi signal strength
......

Thank you for your reply, but my question is quality, nois, maxbitrate, etc. These parameters can not get get?
Reply:
May I ask how you guys get quality, nois, maxbitrate parameters, etc. These parameters do
Reply:
LZ did not solve, seeking ideas. ? ?
Reply:
The reply was deleted at the moderator 2012-09-12 10:19:15

Reply:
Sustained attention ~ ~ ~

No comments:

Post a Comment