Created
May 7, 2025 11:10
-
-
Save mongonta0716/5b7e31097a8b72f57020610a114d0f11 to your computer and use it in GitHub Desktop.
ModuleLLMで、アクセスポイントを複数設定する/etc/wpa_supplicant.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl_interface=/var/run/wpa_supplicant | |
update_config=1 | |
pmf=1 | |
sae_pwe=2 | |
network={ | |
ssid="YOUR_SSID_01" | |
psk="YOUR_PASS_01" | |
priority=5 | |
id_str="home" | |
} | |
network={ | |
ssid="YOUR_SSID_02" | |
psk="YOUR_PASS_01" | |
priority=0 | |
id_str="mobile_rooter" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment