alpine-linux-headless-boots.../sample_wpa_supplicant.conf

12 lines
170 B
Plaintext
Raw Permalink Normal View History

2023-05-12 12:04:05 +00:00
# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT
2022-07-09 12:34:58 +00:00
# Sample wpa_supplicant.conf
country=FR
network={
key_mgmt=WPA-PSK
ssid="mySSID"
psk="myPassPhrase"
}