Read WiFI RSSI Value

Working on peer to peer mobile application using Network Framework and using WiFi Direct ant SSID. Need to Read WiFi RSSI Value , is there any api available which can be used to read this value in iOS.

using WiFi Direct ant SSID

I’m pretty sure you’re not using Wi-Fi Direct, given that none of Apple’s platforms support it. I’m presuming you mean Apple’s peer-to-peer Wi-Fi support. See Wi-Fi Fundamentals for the terminology I use to discuss Wi-Fi.

Need to Read Wi-Fi RSSI Value, is there any api available which can be used to read this value in iOS.

No. Wi-Fi has very limited Wi-Fi APIs and there’s no way for a standard app to read signal strength values. See TN3111 iOS Wi-Fi API overview for more background to this.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Read WiFI RSSI Value
 
 
Q