diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:40:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:40:13 +0000 |
commit | bc31e00f20be36875f0981c7d4b86c19ef54ad50 (patch) | |
tree | 897566e069285feaae6ee4cbb06ef41aa43de0c2 /hostapd.conf | |
parent | 3b860db61e25c0fcc3b72d332798906bbb62e982 (diff) |
automatic import of hostapdopeneuler24.03_LTS
Diffstat (limited to 'hostapd.conf')
-rw-r--r-- | hostapd.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/hostapd.conf b/hostapd.conf new file mode 100644 index 0000000..1d86ab4 --- /dev/null +++ b/hostapd.conf @@ -0,0 +1,40 @@ +# +# This will give you a minimal, insecure wireless network. +# +# DO NOT BE SATISFIED WITH THAT!!! +# +# A complete, well commented example configuration file is +# available here: +# +# /usr/share/doc/hostapd/hostapd.conf +# +# For more information, look here: +# +# http://wireless.kernel.org/en/users/Documentation/hostapd +# + +ctrl_interface=/var/run/hostapd +ctrl_interface_group=wheel + +# Some usable default settings... +macaddr_acl=0 +auth_algs=1 +ignore_broadcast_ssid=0 + +# Uncomment these for base WPA & WPA2 support with a pre-shared key +#wpa=3 +#wpa_key_mgmt=WPA-PSK +#wpa_pairwise=TKIP +#rsn_pairwise=CCMP + +# DO NOT FORGET TO SET A WPA PASSPHRASE!! +#wpa_passphrase=YourPassPhrase + +# Most modern wireless drivers in the kernel need driver=nl80211 +driver=nl80211 + +# Customize these for your local configuration... +interface= +hw_mode= +channel= +ssid= |