Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. *-network
  2. description: Wireless interface
  3. product: Wireless 3165
  4. vendor: Intel Corporation
  5. physical id: 0
  6. bus info: pci@0000:02:00.0
  7. logical name: wlp2s0
  8.  
  9. nmcli device wifi hotspot ifname wlp2s0 con-name PARROT password 1234abcd
  10.  
  11. nmcli connection up PARROT
  12. nmcli connection down PARROT
  13.  
  14. wifi hotspot [ifname ifname] [con-name name] [ssid SSID] [band {a | bg}] [channel channel]
  15. [password password]
  16. Create a Wi-Fi hotspot. The command creates a hotspot connection profile according to
  17. Wi-Fi device capabilities and activates it on the device. The hotspot is secured with
  18. WPA if device/driver supports that, otherwise WEP is used. Use connection down or
  19. device disconnect to stop the hotspot.
  20.  
  21. Parameters of the hotspot can be influenced by the optional parameters:
  22.  
  23. ifname
  24. what Wi-Fi device is used.
  25.  
  26. con-name
  27. name of the created hotspot connection profile.
  28.  
  29. ssid
  30. SSID of the hotspot.
  31.  
  32. band
  33. Wi-Fi band to use.
  34.  
  35. channel
  36. Wi-Fi channel to use.
  37.  
  38. password
  39. password to use for the created hotspot. If not provided, nmcli will generate a
  40. password. The password is either WPA pre-shared key or WEP key.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement