Change something about the discovered WiFi access points.
Then (within 10 minutes):
find /var/local -mmin -10
(Any file modified in not more than 10 minutes before running the command).
You can ignore anything /var/local/*/log/*
If anything that was changed ends with: *.db
that is sqlite3 database, for example:
sqlite3 example.db .dump >/mnt/us/documents/example.sql
then read it.