Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. root@Atlas:~# killall -9 wpa_supplicant; wpa_supplicant -dd -b br-lan -D nl80211
  2. -i wlan1 -c /var/run/wpa_supplicant-wlan0.conf -H /var/run/hostapd-phy0/
  3. killall: wpa_supplicant: no process killed
  4. wpa_supplicant v0.8.x
  5. random: Trying to read entropy from /dev/random
  6. Initializing interface 'wlan1' conf '/var/run/wpa_supplicant-wlan0.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'br-lan'
  7. Configuration file '/var/run/wpa_supplicant-wlan0.conf' -> '/var/run/wpa_supplicant-wlan0.conf'
  8. Reading configuration file '/var/run/wpa_supplicant-wlan0.conf'
  9. ctrl_interface='/var/run/wpa_supplicant-wlan0'
  10. Line: 2 - start of a new network block
  11. scan_ssid=1 (0x1)
  12. ssid - hexdump_ascii(len=4):
  13. 46 4e 45 54 FNET
  14. key_mgmt: 0x2
  15. proto: 0x2
  16. PSK (ASCII passphrase) - hexdump_ascii(len=19): [REMOVED]
  17. PSK (from passphrase) - hexdump(len=32): [REMOVED]
  18. Priority group 0
  19. id=0 ssid='FNET'
  20.  
  21. Failed to connect to hostapd
  22.  
  23. Failed to add interface wlan1
  24. wlan1: Cancelling scan request
  25. wlan1: Cancelling authentication timeout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement