Advertisement
Guest User

Untitled

a guest
Dec 15th, 2011
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. # wpa_supplicant -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf -d
  2. Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
  3. Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
  4. Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
  5. ctrl_interface='/var/run/wpa_supplicant'
  6. ctrl_interface_group='users'
  7. update_config=1
  8. Priority group 0
  9. id=0 ssid='Cutiechick'
  10. WEXT: cfg80211-based driver detected
  11. SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
  12. capabilities: key_mgmt 0xf enc 0xf flags 0x0
  13. netlink: Operstate: linkmode=1, operstate=5
  14. Own MAC address: 68:7f:74:89:a8:48
  15. wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
  16. wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
  17. wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
  18. wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
  19. wpa_driver_wext_set_countermeasures
  20. RSN: flushing PMKID list in the driver
  21. Setting scan request: 0 sec 100000 usec
  22. EAPOL: SUPP_PAE entering state DISCONNECTED
  23. EAPOL: Supplicant port status: Unauthorized
  24. EAPOL: KEY_RX entering state NO_KEY_RECEIVE
  25. EAPOL: SUPP_BE entering state INITIALIZE
  26. EAP: EAP entering state DISABLED
  27. EAPOL: Supplicant port status: Unauthorized
  28. EAPOL: Supplicant port status: Unauthorized
  29. Using existing control interface directory.
  30. ctrl_interface_group=100 (from group name 'users')
  31. ctrl_iface bind(PF_UNIX) failed: Address already in use
  32. ctrl_iface exists and seems to be in use - cannot override it
  33. Delete '/var/run/wpa_supplicant/wlan0' manually if it is not used anymore
  34. Failed to initialize control interface '/var/run/wpa_supplicant'.
  35. You may have another wpa_supplicant process already running or the file was
  36. left by an unclean termination of wpa_supplicant in which case you will need
  37. to manually remove this file before starting wpa_supplicant again.
  38.  
  39. Failed to add interface wlan0
  40. No keys have been configured - skip key clearing
  41. State: DISCONNECTED -> DISCONNECTED
  42. wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
  43. netlink: Operstate: linkmode=-1, operstate=5
  44. EAPOL: External notification - portEnabled=0
  45. EAPOL: Supplicant port status: Unauthorized
  46. EAPOL: External notification - portValid=0
  47. EAPOL: Supplicant port status: Unauthorized
  48. wpa_driver_wext_set_countermeasures
  49. No keys have been configured - skip key clearing
  50. Cancelling scan request
  51. Cancelling authentication timeout
  52. netlink: Operstate: linkmode=0, operstate=6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement