Replies: 3 comments 3 replies
-
Interesting use case. RaspAP uses wpa_cli, rather than iw to scan and connect to APs, eg.: raspap-webgui/includes/wifi_functions.php Line 66 in c971c5c The output of wpa_cli's scan is less detailed than iwlist, but does include frequency, signal level, etc. Which criteria is most useful for your case when filtering available APs? |
Beta Was this translation helpful? Give feedback.
-
Hi, output of wpa_cli seems also to have all needed criteria - SSID, Signal strength and MAC of AP. If I could make a proposal: have a list of available SSIDs, sorted (descending) by SSID and signal strength and choose by myself why AP to connect with. Maybe on a advanced sub page of WiFi Client. Unfortunately my programmers knowledge is ... don't ask. cheers - Michael |
Beta Was this translation helpful? Give feedback.
-
Good morning Bill, sorry for late reply, too much work, too less time. I would be happy to try out the new function and give the developer feedback! However, I won't be back home until next Wednesday and could test. Thanks in advance and have a nice weekend - Michael |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I use Raspberry Pi with two USB WLAN Adapter since some years to bring external WLAN into our CamperVan. On my search for a more convenient solution instead of doing all in bash I found your project and started to use it - very well done, looks perfect for all my needs. Except one point, which is maybe possible, but I am not able to find it in RaspAP.
Many camping sites offers WLAN to their guests. Normally the have a bunch of APs distributed over the complete area, sending same SSID on different channels. But owner of these camping sites are not really network experts, they have more important topics to take care of. So it can be, that for some reason a AP is isolated from rest of network. Or not serving IP via DHCP. Or or or ... found a lot of reasons why it was not possible to use the nearest AP. But often it is a solution to connect to an AP, which hat lower signal but stable connection.
On command line I normally use to "iwlist wlan1 scanning|grep -B 3 ''" to find all APs for the offered network and then connect directly to APs using their FRQ "iw wlan1 connect -w '' 2432".
Can I do something similar in RaspAP -and if not: is this worth to open a feature request ?
Many thanks in advance - Michael
Beta Was this translation helpful? Give feedback.
All reactions