Skip to content

Instantly share code, notes, and snippets.

@mongonta0716
Created May 7, 2025 11:10
Show Gist options
  • Save mongonta0716/5b7e31097a8b72f57020610a114d0f11 to your computer and use it in GitHub Desktop.
Save mongonta0716/5b7e31097a8b72f57020610a114d0f11 to your computer and use it in GitHub Desktop.
ModuleLLMで、アクセスポイントを複数設定する/etc/wpa_supplicant.conf
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