RootJunky Posted May 21, 2020 Share Posted May 21, 2020 Can you edit the config.txt file to be able to connect to multiple wifi SSID's? I would like to be able to connect to a local wifi network and and mobile hotspot, not at the same time but to whichever one is in range. Quote Link to comment Share on other sites More sharing options...
Darren Kitchen Posted May 30, 2020 Share Posted May 30, 2020 It's not supported by default but since it's wpa_supplicant at its base this could be achieved with a script. Firmware v1.3 exposes a wifi connect function which could be used in payloads. Quote Link to comment Share on other sites More sharing options...
RootJunky Posted May 30, 2020 Author Share Posted May 30, 2020 yes i made this actually. I left password the same and just changed the SSID works pretty good. Great look forward to the new firmware v1.3 # Title: ssid changer 1 # Description: Change the ssid stored in the config file # Author: Rootjunky # Version: 1.0 # Category: Key Croc # # MATCH changewifi QUACK LOCK QUACK ENTER QUACK STRING $(grep -rl "WIFI_SSID" /root/udisk/config.txt | xargs sed -i 's/WIFI_SSID 2WIRE111/WIFI_SSID KeyCroc/g') QUACK STRING "wifi ssid changed to KeyCroc" QUACK ENTER QUACK UNLOCK Quote Link to comment Share on other sites More sharing options...
fneagle Posted July 1, 2020 Share Posted July 1, 2020 Howto configure keycroc as an access point with its own ssid and password? Then connect to it via ssh. Is this not the better solution compared to the default configuration in config.txt? Quote Link to comment Share on other sites More sharing options...
RootJunky Posted July 1, 2020 Author Share Posted July 1, 2020 Yes fneagle that is a great idea but i dont know how to do that. Quote Link to comment Share on other sites More sharing options...
RootJunky Posted July 2, 2020 Author Share Posted July 2, 2020 something like this might work but if you mess it up you might loose your SSH connection to the croc. https://computingforgeeks.com/create-wi-fi-hotspot-on-ubuntu-debian-fedora-centos-arch/ Quote Link to comment Share on other sites More sharing options...
Struthian Posted July 21, 2020 Share Posted July 21, 2020 Lovely link RootJunky but there is no nmcli in the croc. Apt install doesn't have it in the standard database. Any other ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.