Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. ...
  2. [ 8050.906223] wlan0: deauthenticating from <mac_address> by local choice (reason=3)
  3. [ 8050.914824] wlan0: authenticate with <mac_address>
  4. [ 8050.915142] wlan0: send auth to <mac_address> (try 1/3)
  5. [ 8050.917960] wlan0: authenticated
  6. [ 8055.919691] wlan0: deauthenticating from <mac_address> by local choice (reason=3)
  7. [ 8066.438256] wlan0: authenticate with <mac_address>
  8. [ 8066.438631] wlan0: send auth to <mac_address> (try 1/3)
  9. [ 8066.440185] wlan0: authenticated
  10. [ 8071.447980] wlan0: deauthenticating from <mac_address> by local choice (reason=3)
  11. [ 8082.466500] wlan0: authenticate with <mac_address>
  12. [ 8082.473305] wlan0: send auth to <mac_address> (try 1/3)
  13. [ 8082.493654] wlan0: authenticated
  14. ...
  15.  
  16. sudo killall wpa_supplicant
  17.  
  18. [3481.457982] b43 bcma0: 0 wlan0: disabling HT as WMM / QoS is not supported by the AP
  19. [3481.457992] b43 bcma0: 0 wlan0: disabling VHT as WMM / QoS is not supported by the AP
  20. [3481.461214] wlan0: associate with <mac_address> (try 1/3)
  21. [3481.464068] wlan0: RX AssocResp from <mac_address> (capab = 0x431 status = 0 aid = 3)
  22. [3481.464475] wlan0: associated
  23. [3481.464501] IPv6: ADDRCONF (NETDEV_CHANGE): wlan0: link Becomes ready...
  24.  
  25. #!/bin/sh
  26. case "$1" in
  27. resume)
  28. killall wpa_supplicant
  29. ;;
  30. esac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement