Skip to content

Tag: wireless

obtaining received signal strength of neighboring devices

I use AR9271 chipset usb WiFi device on Debian 7 on kernel 3.12.rc5. I use ath9k_htc and nl80211 drivers. I create an ad-hoc WLAN via wpa_supplicant 2.0 and I would like to obtain received signal strength of the neighboring device in a C program. What function or API can I use to obtain that information? Answ…