Skip to content

WiFi Scan

Ashwin Rajesh edited this page Sep 11, 2025 · 1 revision

Difficulty: Easy

Requirements

Perform a WiFi scan and print the SSID of all detected access points.

Next, determine the access point with the strongest signal and print it's SSID.

Hint: Remember that the strongest signal will have the largest absolute RSSI value.

Expected Output

Scanned Signals:
UTS WiFi
Wifi A
Wifi B
...

Strongest Signal:
Wifi A
Clone this wiki locally