knight0fdragon
Feb 22 2006, 09:08 PM
Im trying to show a wifi bar on my screen, so I figure i have to use the data from RSSI, now is there a command or something to show the updates of the RSSI, I tried global_connectAP.rssi*100/0xD0 but that is not keeping my RSSI up to date, and I cant find anywhere in the lib to get the RSSI so Im thinking im overlooking something here
thoduv
Feb 23 2006, 10:29 AM
I've also tried... and I've also found that global_connectAP is always 0 : never updated in the lib.
You must keep the AP "id" of the connected AP and get infos with Wifi_GetAP...