Created
August 15, 2017 12:19
-
-
Save MartijnBraam/f79afc15a4691b544801c68e7a387c8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wpa_supplicant v2.6 | |
| random: Trying to read entropy from /dev/random | |
| dbus: Register D-Bus object '/fi/w1/wpa_supplicant1' | |
| Providing DBus service 'fi.w1.wpa_supplicant1'. | |
| Successfully initialized wpa_supplicant | |
| Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A' | |
| Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf' | |
| Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' | |
| WEXT: cfg80211-based driver detected | |
| wext: interface wlan0 phy: phy0 | |
| rfkill: Cannot open RFKILL control device | |
| WEXT: RFKILL status not available | |
| SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf | |
| capabilities: key_mgmt 0xf enc 0x1f flags 0x0 | |
| WEXT: Driver: wl1251 | |
| netlink: Operstate: ifindex=4 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT) | |
| Add interface wlan0 to a new radio phy0 | |
| wlan0: Own MAC address: 00:1f:df:e7:ab:30 | |
| wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 | |
| wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0 | |
| wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0 | |
| wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0 | |
| wpa_driver_wext_set_countermeasures | |
| wlan0: RSN: flushing PMKID list in the driver | |
| wlan0: State: DISCONNECTED -> INACTIVE | |
| wlan0: WPS: UUID based on MAC address: dda159de-7220-51f3-8151-e65e66ac39c3 | |
| ENGINE: Loading dynamic engine | |
| ENGINE: Loading dynamic engine | |
| EAPOL: SUPP_PAE entering state DISCONNECTED | |
| EAPOL: Supplicant port status: Unauthorized | |
| EAPOL: KEY_RX entering state NO_KEY_RECEIVE | |
| EAPOL: SUPP_BE entering state INITIALIZE | |
| EAP: EAP entering state DISABLED | |
| dbus: Register interface object '/fi/w1/wpa_supplicant1/Interfaces/0' | |
| wlan0: Added interface wlan0 | |
| wlan0: State: INACTIVE -> DISCONNECTED | |
| wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT) | |
| netlink: Operstate: ifindex=4 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT) | |
| Daemonize.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment