diff options
author | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
commit | 0632591996893fe136a1f2fe44d9b9f404f41f3e (patch) | |
tree | 7340edbe7c212da3db45a83219147143a3268c8d /localfs/etc/sysconfig/network-scripts/ifcfg-wlp1s0-hotspot | |
download | fedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2 |
Initial commit
Diffstat (limited to 'localfs/etc/sysconfig/network-scripts/ifcfg-wlp1s0-hotspot')
-rw-r--r-- | localfs/etc/sysconfig/network-scripts/ifcfg-wlp1s0-hotspot | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/localfs/etc/sysconfig/network-scripts/ifcfg-wlp1s0-hotspot b/localfs/etc/sysconfig/network-scripts/ifcfg-wlp1s0-hotspot new file mode 100644 index 0000000..bebf891 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/ifcfg-wlp1s0-hotspot @@ -0,0 +1,19 @@ +DEVICE=wlp1s0 +ESSID=adesch1337_gabbergandalf +MODE=Ap +KEY_MGMT=WPA-PSK +WPA_ALLOW_WPA2=yes +CIPHER_PAIRWISE=CCMP +CIPHER_GROUP=CCMP +SSID_HIDDEN=yes +MAC_ADDRESS_RANDOMIZATION=default +TYPE=Wireless +PROXY_METHOD=none +BROWSER_ONLY=no +BOOTPROTO=shared +DEFROUTE=yes +IPV4_FAILURE_FATAL=no +IPV6INIT=no +NAME=wlp1s0-hotspot +UUID=7c06c296-cb84-4794-a11b-0d2aded13039 +ONBOOT=no |