VIM Kernel Config

Hello

Is it possible, that you can add this parameter to the default fenix kernel config?
CONFIG_LEDS_TRIGGER_ACTIVITY=y

It is the only parameter that I have to change, otherwise I have to compile the kernel everytime by myself. It would make things easier for me.

Thanks.
Andreas

Hello @odibox

Already added, please use latest code to build.

Wow, That was fast. Thank you very much.

Could you give me a hint with a problem with the EM06-E
The ttyUSB Ports doesnt show up.

T: Bus=01 Lev=02 Prnt=02 Port=02 Cnt=01 Dev#= 4 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=2c7c ProdID=0306 Rev= 3.10
S: Manufacturer=Quectel
S: Product=EM06-E
S: SerialNumber=0123456789ABCDEF
C:* #Ifs= 6 Cfg#= 1 Atr=a0 MxPwr=500mA
A: FirstIf#= 4 IfCount= 2 Cls=02(comm.) Sub=0e Prot=00
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E: Ad=83(I) Atr=03(Int.) MxPS= 10 Ivl=32ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E: Ad=85(I) Atr=03(Int.) MxPS= 10 Ivl=32ms
E: Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E: Ad=87(I) Atr=03(Int.) MxPS= 10 Ivl=32ms
E: Ad=86(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=04(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 4 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=0e Prot=00 Driver=cdc_mbim
E: Ad=89(I) Atr=03(Int.) MxPS= 64 Ivl=32ms
I: If#= 5 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
I:* If#= 5 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim
E: Ad=88(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=05(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

And in the newest Kernel Config are CONFIG_USB_SERIAL_OPTION and CONFIG_USB_NET_QMI_WWAN not set. Maybe this is the problem.

Thank you.
Regards Andreas

The Modem is working with :slight_smile:
CONFIG_USB_SERIAL_OPTION=y
CONFIG_USB_NET_QMI_WWAN=y

Could you please add these to the default config.

But now i have found the next issue.
I try to use the wlan0 interface as a access point.
The access point starts but the clients can’t connect.

Should the wlan AP work with mainline kernel?

I think the problem could be here.
hostapd_setup_bss(hapd=0xaaab030b8a70 (wlan0), first=1)
wlan0: Flushing old station entries
nl80211: flush -> DEL_STATION wlan0 (all)
nl80211: Station flush failed: ret=-14 (Bad address)
wlan0: Could not connect to kernel driver
wlan0: Deauthenticate all stations
nl80211: sta_remove -> DEL_STATION wlan0 ff:ff:ff:ff:ff:ff --> 0 (Success)
wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
nl80211: set_key failed; err=-22 Invalid argument)

Here is the log.

During boot
6.847089] ieee80211 phy0: brcmf_dongle_roam: WLC_SET_ROAM_TRIGGER error (-52)

hostapd.conf
interface=wlan0
hw_mode=g
channel=10
ieee80211d=1
country_code=DE
ieee80211n=1
wmm_enabled=1

First AP

ssid=CB-MICRO
auth_algs=1
wpa=2
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
wpa_passphrase=hallohallo

root@Khadas:~# hostapd -d /etc/hostapd.conf
random: getrandom() support available
Configuration file: /etc/hostapd.conf
nl80211: Using driver-based roaming
nl80211: TDLS supported
nl80211: Supported cipher 00-0f-ac:1
nl80211: Supported cipher 00-0f-ac:5
nl80211: Supported cipher 00-0f-ac:2
nl80211: Supported cipher 00-0f-ac:4
nl80211: Supported cipher 00-0f-ac:6
nl80211: Using driver-based off-channel TX
nl80211: Supported vendor command: vendor_id=0x1018 subcmd=1
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: Enable multi-channel concurrent (driver advertised support)
nl80211: use P2P_DEVICE support
nl80211: interface wlan0 in phy phy0
nl80211: Set mode ifindex 4 iftype 3 (AP)
nl80211: Setup AP(wlan0) - device_ap_sme=1 use_monitor=0
nl80211: Subscribe to mgmt frames with AP handle 0xaaab030bf380 (device SME)
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=04
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=0501
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=0503
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=0504
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=06
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=08
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=09
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=0a
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=11
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=12
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaab030bf380 match=7f
nl80211: Enable Probe Request reporting nl_preq=0xaaab030beda0
nl80211: Register frame type=0x40 (WLAN_FC_STYPE_PROBE_REQ) nl_handle=0xaaab030beda0 match=
rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
nl80211: Add own interface ifindex 4 (ifidx_reason -1)
nl80211: if_indices[16]: 4(-1)
phy: phy0
BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits)
wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Previous country code FR, new country code FR
nl80211: Regulatory information - country=FR (DFS-ETSI)
nl80211: 2402-2482 @ 40 MHz 20 mBm
nl80211: 5170-5250 @ 80 MHz 20 mBm
nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS)
nl80211: 5490-5710 @ 160 MHz 27 mBm (DFS)
nl80211: 57000-66000 @ 2160 MHz 40 mBm
nl80211: Added 802.11b mode based on 802.11g information
nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
nl80211: Mode IEEE 802.11a: 5170[DISABLED] 5180 5190 5200 5210 5220 5230 5240 5260[RADAR] 5280[RADAR] 5300[RADAR] 5320[RADAR] 5500[RADAR] 5520[RADAR] 5540[RADAR] 5560[RADAR] 5580[RADAR] 5600[RADAR] 5620[RADAR] 5640[RADAR]
nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
Completing interface initialization
Mode: IEEE 802.11g Channel: 10 Frequency: 2457 MHz
hostapd_handle_dfs_offload: iface->cac_started: 0
hostapd_handle_dfs_offload: freq 2457 MHz does not require DFS. Continue channel/AP setup
Proceed with AP/channel setup
nl80211: Set freq 2457 (ht_enabled=1, vht_enabled=0, bandwidth=20 MHz, cf1=2457 MHz, cf2=0 MHz)

  • freq=2457
  • vht_enabled=0
  • ht_enabled=1
  • sec_channel_offset=0
  • channel_type=1
    RATE[0] rate=10 flags=0x1
    RATE[1] rate=20 flags=0x1
    RATE[2] rate=55 flags=0x1
    RATE[3] rate=110 flags=0x1
    RATE[4] rate=60 flags=0x0
    RATE[5] rate=90 flags=0x0
    RATE[6] rate=120 flags=0x0
    RATE[7] rate=180 flags=0x0
    RATE[8] rate=240 flags=0x0
    RATE[9] rate=360 flags=0x0
    RATE[10] rate=480 flags=0x0
    RATE[11] rate=540 flags=0x0
    hostapd_setup_bss(hapd=0xaaab030b8a70 (wlan0), first=1)
    wlan0: Flushing old station entries
    nl80211: flush -> DEL_STATION wlan0 (all)
    nl80211: Station flush failed: ret=-14 (Bad address)
    wlan0: Could not connect to kernel driver
    wlan0: Deauthenticate all stations
    nl80211: sta_remove -> DEL_STATION wlan0 ff:ff:ff:ff:ff:ff --> 0 (Success)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
    nl80211: set_key failed; err=-22 Invalid argument)
    Failed to clear default encryption keys (ifname=wlan0 keyidx=0)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0
    nl80211: set_key failed; err=-22 Invalid argument)
    Failed to clear default encryption keys (ifname=wlan0 keyidx=2)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0
    nl80211: set_key failed; err=-22 Invalid argument)
    Failed to clear default encryption keys (ifname=wlan0 keyidx=3)
    Using interface wlan0 with hwaddr d4:12:43:06:05:e8 and ssid “CB-MICRO”
    Deriving WPA PSK based on passphrase
    SSID - hexdump_ascii(len=8):
    43 42 2d 4d 49 43 52 4f CB-MICRO
    PSK (ASCII passphrase) - hexdump_ascii(len=11): [REMOVED]
    PSK (from passphrase) - hexdump(len=32): [REMOVED]
    random: Got 20/20 random bytes
    GMK - hexdump(len=32): [REMOVED]
    Key Counter - hexdump(len=32): [REMOVED]
    WPA: Delay group state machine start until Beacon frames have been configured
    nl80211: Set beacon (beacon_set=0)
    nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff d4 12 43 06 05 e8 d4 12 43 06 05 e8 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 43 42 2d 4d 49 43 52 4f 01 08 82 84 8b 96 0c 12 18 24 03 01 0a
    nl80211: Beacon tail - hexdump(len=123): 07 06 46 52 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 2d 1a 0c 00 1f ff 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 04 00 00 00 02 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00
    nl80211: ifindex=4
    nl80211: beacon_int=100
    nl80211: beacon_rate=0
    nl80211: rate_type=0
    nl80211: dtim_period=2
    nl80211: ssid - hexdump_ascii(len=8):
    43 42 2d 4d 49 43 52 4f CB-MICRO
  • beacon_int=100
  • dtim_period=2
    nl80211: hidden SSID not in use
    nl80211: privacy=1
    nl80211: auth_algs=0x1
    nl80211: wpa_version=0x2
    nl80211: key_mgmt_suites=0x2
    nl80211: pairwise_ciphers=0x10
    nl80211: group_cipher=0x10
    nl80211: SMPS mode - off
    nl80211: beacon_ies - hexdump(len=6): 7f 04 00 00 00 02
    nl80211: proberesp_ies - hexdump(len=6): 7f 04 00 00 00 02
    nl80211: assocresp_ies - hexdump(len=6): 7f 04 00 00 00 02
    WPA: Start group state machine to set initial keys
    WPA: group state machine entering state GTK_INIT (VLAN-ID 0)
    GTK - hexdump(len=16): [REMOVED]
    WPA: group state machine entering state SETKEYSDONE (VLAN-ID 0)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=3 addr=0xaaaad58c1a08 key_idx=1 set_tx=1 seq_len=0 key_len=16
    nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
    broadcast key
    nl80211: Set wlan0 operstate 0->1 (UP)
    netlink: Operstate: ifindex=4 linkmode=-1 (no change), operstate=6 (IF_OPER_UP)
    nl80211: TX queue param set: queue=0 aifs=1 cw_min=3 cw_max=7 burst_time=15 --> res=-95
    Failed to set TX queue parameters for queue 0.
    nl80211: TX queue param set: queue=1 aifs=1 cw_min=7 cw_max=15 burst_time=30 --> res=-95
    Failed to set TX queue parameters for queue 1.
    nl80211: TX queue param set: queue=2 aifs=3 cw_min=15 cw_max=63 burst_time=0 --> res=-95
    Failed to set TX queue parameters for queue 2.
    nl80211: TX queue param set: queue=3 aifs=7 cw_min=15 cw_max=1023 burst_time=0 --> res=-95
    Failed to set TX queue parameters for queue 3.
    wlan0: interface state COUNTRY_UPDATE->ENABLED
    wlan0: AP-ENABLED
    wlan0: Setup of interface done.
    ctrl_iface not configured!
    RTM_NEWLINK: ifi_index=4 ifname=wlan0 operstate=6 linkmode=0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    VLAN: RTM_NEWLINK: ifi_index=4 ifname=wlan0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    VLAN: vlan_newlink(wlan0)
    ^CSignal 2 received - terminating
    hostapd_interface_deinit_free(0xaaab030b7580)
    hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
    hostapd_interface_deinit(0xaaab030b7580)
    wlan0: interface state ENABLED->DISABLED
    hostapd_bss_deinit: deinit bss wlan0
    wlan0: Deauthenticate all stations
    nl80211: sta_remove -> DEL_STATION wlan0 ff:ff:ff:ff:ff:ff --> 0 (Success)
    wlan0: AP-DISABLED
    hostapd_cleanup(hapd=0xaaab030b8a70 (wlan0))
    wlan0: CTRL-EVENT-TERMINATING
    hostapd_free_hapd_data(wlan0)
    hostapd_interface_deinit_free: driver=0xaaaad59566e8 drv_priv=0xaaab030b9cb0 -> hapd_deinit
    nl80211: deinit ifname=wlan0 disabled_11b_rates=0
    nl80211: Disable Probe Request reporting nl_preq=0x888822238b836529
    nl80211: Remove monitor interface: refcount=0
    nl80211: Remove beacon (ifindex=4)
    netlink: Operstate: ifindex=4 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
    nl80211: Set mode ifindex 4 iftype 2 (STATION)
    nl80211: Teardown AP(wlan0) - device_ap_sme=1 use_monitor=0
    nl80211: Unsubscribe mgmt frames handle 0x888822238b837b09 (AP teardown (dev SME))
    hostapd_interface_free(0xaaab030b7580)
    hostapd_interface_free: free hapd 0xaaab030b8a70
    hostapd_cleanup_iface(0xaaab030b7580)
    hostapd_cleanup_iface_partial(0xaaab030b7580)
    hostapd_cleanup_iface: free iface=0xaaab030b7580
    root@Khadas:~# ^C
    root@Khadas:~# service hostapd stop
    root@Khadas:~# hostapd -d /etc/hostapd.conf
    random: getrandom() support available
    Configuration file: /etc/hostapd.conf
    nl80211: Using driver-based roaming
    nl80211: TDLS supported
    nl80211: Supported cipher 00-0f-ac:1
    nl80211: Supported cipher 00-0f-ac:5
    nl80211: Supported cipher 00-0f-ac:2
    nl80211: Supported cipher 00-0f-ac:4
    nl80211: Supported cipher 00-0f-ac:6
    nl80211: Using driver-based off-channel TX
    nl80211: Supported vendor command: vendor_id=0x1018 subcmd=1
    nl80211: Use separate P2P group interface (driver advertised support)
    nl80211: Enable multi-channel concurrent (driver advertised support)
    nl80211: use P2P_DEVICE support
    nl80211: interface wlan0 in phy phy0
    nl80211: Set mode ifindex 4 iftype 3 (AP)
    nl80211: Setup AP(wlan0) - device_ap_sme=1 use_monitor=0
    nl80211: Subscribe to mgmt frames with AP handle 0xaaaaed18f380 (device SME)
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=04
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=0501
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=0503
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=0504
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=06
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=08
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=09
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=0a
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=11
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=12
    nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaaed18f380 match=7f
    nl80211: Enable Probe Request reporting nl_preq=0xaaaaed18eda0
    nl80211: Register frame type=0x40 (WLAN_FC_STYPE_PROBE_REQ) nl_handle=0xaaaaed18eda0 match=
    rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
    nl80211: Add own interface ifindex 4 (ifidx_reason -1)
    nl80211: if_indices[16]: 4(-1)
    phy: phy0
    BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits)
    wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
    Previous country code FR, new country code FR
    nl80211: Regulatory information - country=FR (DFS-ETSI)
    nl80211: 2402-2482 @ 40 MHz 20 mBm
    nl80211: 5170-5250 @ 80 MHz 20 mBm
    nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS)
    nl80211: 5490-5710 @ 160 MHz 27 mBm (DFS)
    nl80211: 57000-66000 @ 2160 MHz 40 mBm
    nl80211: Added 802.11b mode based on 802.11g information
    nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
    nl80211: Mode IEEE 802.11a: 5170[DISABLED] 5180 5190 5200 5210 5220 5230 5240 5260[RADAR] 5280[RADAR] 5300[RADAR] 5320[RADAR] 5500[RADAR] 5520[RADAR] 5540[RADAR] 5560[RADAR] 5580[RADAR] 5600[RADAR] 5620[RADAR] 5640[RADAR]
    nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484[DISABLED]
    Completing interface initialization
    Mode: IEEE 802.11g Channel: 10 Frequency: 2457 MHz
    hostapd_handle_dfs_offload: iface->cac_started: 0
    hostapd_handle_dfs_offload: freq 2457 MHz does not require DFS. Continue channel/AP setup
    Proceed with AP/channel setup
    nl80211: Set freq 2457 (ht_enabled=1, vht_enabled=0, bandwidth=20 MHz, cf1=2457 MHz, cf2=0 MHz)
  • freq=2457
  • vht_enabled=0
  • ht_enabled=1
  • sec_channel_offset=0
  • channel_type=1
    RATE[0] rate=10 flags=0x1
    RATE[1] rate=20 flags=0x1
    RATE[2] rate=55 flags=0x1
    RATE[3] rate=110 flags=0x1
    RATE[4] rate=60 flags=0x0
    RATE[5] rate=90 flags=0x0
    RATE[6] rate=120 flags=0x0
    RATE[7] rate=180 flags=0x0
    RATE[8] rate=240 flags=0x0
    RATE[9] rate=360 flags=0x0
    RATE[10] rate=480 flags=0x0
    RATE[11] rate=540 flags=0x0
    hostapd_setup_bss(hapd=0xaaaaed188a70 (wlan0), first=1)
    wlan0: Flushing old station entries
    nl80211: flush -> DEL_STATION wlan0 (all)
    nl80211: Station flush failed: ret=-14 (Bad address)
    wlan0: Could not connect to kernel driver
    wlan0: Deauthenticate all stations
    nl80211: sta_remove -> DEL_STATION wlan0 ff:ff:ff:ff:ff:ff --> 0 (Success)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
    nl80211: set_key failed; err=-22 Invalid argument)
    Failed to clear default encryption keys (ifname=wlan0 keyidx=0)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0
    nl80211: set_key failed; err=-22 Invalid argument)
    Failed to clear default encryption keys (ifname=wlan0 keyidx=2)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0
    nl80211: set_key failed; err=-22 Invalid argument)
    Failed to clear default encryption keys (ifname=wlan0 keyidx=3)
    Using interface wlan0 with hwaddr d4:12:43:06:05:e8 and ssid “CB-MICRO”
    Deriving WPA PSK based on passphrase
    SSID - hexdump_ascii(len=8):
    43 42 2d 4d 49 43 52 4f CB-MICRO
    PSK (ASCII passphrase) - hexdump_ascii(len=11): [REMOVED]
    PSK (from passphrase) - hexdump(len=32): [REMOVED]
    random: Got 20/20 random bytes
    GMK - hexdump(len=32): [REMOVED]
    Key Counter - hexdump(len=32): [REMOVED]
    WPA: Delay group state machine start until Beacon frames have been configured
    nl80211: Set beacon (beacon_set=0)
    nl80211: Beacon head - hexdump(len=59): 80 00 00 00 ff ff ff ff ff ff d4 12 43 06 05 e8 d4 12 43 06 05 e8 00 00 00 00 00 00 00 00 00 00 64 00 11 04 00 08 43 42 2d 4d 49 43 52 4f 01 08 82 84 8b 96 0c 12 18 24 03 01 0a
    nl80211: Beacon tail - hexdump(len=123): 07 06 46 52 20 01 0d 14 2a 01 04 32 04 30 48 60 6c 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00 2d 1a 0c 00 1f ff 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 3d 16 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7f 04 00 00 00 02 dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00
    nl80211: ifindex=4
    nl80211: beacon_int=100
    nl80211: beacon_rate=0
    nl80211: rate_type=0
    nl80211: dtim_period=2
    nl80211: ssid - hexdump_ascii(len=8):
    43 42 2d 4d 49 43 52 4f CB-MICRO
  • beacon_int=100
  • dtim_period=2
    nl80211: hidden SSID not in use
    nl80211: privacy=1
    nl80211: auth_algs=0x1
    nl80211: wpa_version=0x2
    nl80211: key_mgmt_suites=0x2
    nl80211: pairwise_ciphers=0x10
    nl80211: group_cipher=0x10
    nl80211: SMPS mode - off
    nl80211: beacon_ies - hexdump(len=6): 7f 04 00 00 00 02
    nl80211: proberesp_ies - hexdump(len=6): 7f 04 00 00 00 02
    nl80211: assocresp_ies - hexdump(len=6): 7f 04 00 00 00 02
    WPA: Start group state machine to set initial keys
    WPA: group state machine entering state GTK_INIT (VLAN-ID 0)
    GTK - hexdump(len=16): [REMOVED]
    WPA: group state machine entering state SETKEYSDONE (VLAN-ID 0)
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=3 addr=0xaaaabaa50a08 key_idx=1 set_tx=1 seq_len=0 key_len=16
    nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
    broadcast key
    nl80211: Set wlan0 operstate 0->1 (UP)
    netlink: Operstate: ifindex=4 linkmode=-1 (no change), operstate=6 (IF_OPER_UP)
    nl80211: TX queue param set: queue=0 aifs=1 cw_min=3 cw_max=7 burst_time=15 --> res=-95
    Failed to set TX queue parameters for queue 0.
    nl80211: TX queue param set: queue=1 aifs=1 cw_min=7 cw_max=15 burst_time=30 --> res=-95
    Failed to set TX queue parameters for queue 1.
    nl80211: TX queue param set: queue=2 aifs=3 cw_min=15 cw_max=63 burst_time=0 --> res=-95
    Failed to set TX queue parameters for queue 2.
    nl80211: TX queue param set: queue=3 aifs=7 cw_min=15 cw_max=1023 burst_time=0 --> res=-95
    Failed to set TX queue parameters for queue 3.
    wlan0: interface state COUNTRY_UPDATE->ENABLED
    wlan0: AP-ENABLED
    wlan0: Setup of interface done.
    ctrl_iface not configured!
    RTM_NEWLINK: ifi_index=4 ifname=wlan0 operstate=6 linkmode=0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    VLAN: RTM_NEWLINK: ifi_index=4 ifname=wlan0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    VLAN: vlan_newlink(wlan0)
    nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0
    nl80211: New station c4:06:83:3f:23:18
    nl80211: Assoc Req IEs - hexdump(len=101): 00 08 43 42 2d 4d 49 43 52 4f 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 21 02 04 14 dd 07 00 50 f2 02 00 01 00 2d 1a ad 11 17 ff ff 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 7f 0a 00 00 08 00 00 00 00 40 00 20 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
    wlan0: Event ASSOC (0) received
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.11: associated
    STA included RSN IE in (Re)AssocReq
    New STA
    ap_sta_add: register ap_handle_timer timeout for c4:06:83:3f:23:18 (300 seconds - ap_max_inactivity)
    nl80211: Set STA flags - ifname=wlan0 addr=c4:06:83:3f:23:18 total_flags=0x60 flags_or=0x0 flags_and=0xfffffff1 authorized=0
    wlan0: STA c4:06:83:3f:23:18 WPA: event 1 notification
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=0xaaaaed18fbd0 key_idx=0 set_tx=1 seq_len=0 key_len=0
    addr=c4:06:83:3f:23:18
    nl80211: set_key failed; err=-22 Invalid argument)
    RSN: PTK removal from the driver failed
    IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
    wlan0: STA c4:06:83:3f:23:18 WPA: start authentication
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state INITIALIZE
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=0xaaaaed18fbd0 key_idx=0 set_tx=1 seq_len=0 key_len=0
    addr=c4:06:83:3f:23:18
    nl80211: set_key failed; err=-22 Invalid argument)
    RSN: PTK removal from the driver failed
    nl80211: Set STA flags - ifname=wlan0 addr=c4:06:83:3f:23:18 total_flags=0x60 flags_or=0x0 flags_and=0xfffffffe authorized=0
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.1X: unauthorizing port
    WPA: c4:06:83:3f:23:18 WPA_PTK_GROUP entering state IDLE
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state AUTHENTICATION
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state AUTHENTICATION2
    WPA: Re-initialize GMK/Counter on first station
    GMK - hexdump(len=32): [REMOVED]
    Key Counter - hexdump(len=32): [REMOVED]
    GTK - hexdump(len=16): [REMOVED]
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=3 addr=0xaaaabaa50a08 key_idx=1 set_tx=1 seq_len=0 key_len=16
    nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
    broadcast key
    WPA: Assign ANonce - hexdump(len=32): b0 ae 70 75 ba 1e 34 7c 07 ce 29 08 94 3b c7 68 31 3f d7 b8 c7 b2 30 77 b6 d3 b6 79 91 66 2f c4
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state INITPSK
    Searching a PSK for c4:06:83:3f:23:18 prev_psk=(nil)
    Searching a PSK for c4:06:83:3f:23:18 prev_psk=(nil)
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKSTART
    wlan0: STA c4:06:83:3f:23:18 WPA: sending 1/4 msg of 4-Way Handshake
    WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0)
    WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
    WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 1)
    wlan0: hostapd_new_assoc_sta: reschedule ap_handle_timer timeout for c4:06:83:3f:23:18 (300 seconds - ap_max_inactivity)
    wlan0: Event EAPOL_RX (23) received
    IEEE 802.1X: 121 bytes from c4:06:83:3f:23:18
    IEEE 802.1X: version=1 type=3 length=117
    WPA: Received EAPOL-Key from c4:06:83:3f:23:18 key_info=0x10a type=2 mic_len=16 key_data_length=22
    WPA: Received Key Nonce - hexdump(len=32): 3d 94 0b e2 e4 fd 26 83 b6 89 bf 8d ec a2 26 cf f9 0c af de 98 16 4e dc 5b ec 5f 4f 0a 00 cc d4
    WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
    wlan0: STA c4:06:83:3f:23:18 WPA: received EAPOL-Key frame (2/4 Pairwise)
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKCALCNEGOTIATING
    Searching a PSK for c4:06:83:3f:23:18 prev_psk=(nil)
    WPA: PTK derivation using PRF(SHA1)
    WPA: PTK derivation - A1=d4:12:43:06:05:e8 A2=c4:06:83:3f:23:18
    WPA: Nonce1 - hexdump(len=32): b0 ae 70 75 ba 1e 34 7c 07 ce 29 08 94 3b c7 68 31 3f d7 b8 c7 b2 30 77 b6 d3 b6 79 91 66 2f c4
    WPA: Nonce2 - hexdump(len=32): 3d 94 0b e2 e4 fd 26 83 b6 89 bf 8d ec a2 26 cf f9 0c af de 98 16 4e dc 5b ec 5f 4f 0a 00 cc d4
    WPA: PMK - hexdump(len=32): [REMOVED]
    WPA: PTK - hexdump(len=48): [REMOVED]
    WPA: KCK - hexdump(len=16): [REMOVED]
    WPA: KEK - hexdump(len=16): [REMOVED]
    WPA: TK - hexdump(len=16): [REMOVED]
    WPA: EAPOL-Key MIC using HMAC-SHA1
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKCALCNEGOTIATING2
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKINITNEGOTIATING
    wlan0: STA c4:06:83:3f:23:18 WPA: sending 3/4 msg of 4-Way Handshake
    WPA: Send EAPOL(version=2 secure=1 mic=1 ack=1 install=1 pairwise=1 kde_len=46 keyidx=1 encr=1)
    WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02
    Plaintext EAPOL-Key Key Data - hexdump(len=56): [REMOVED]
    WPA: Encrypt Key Data using AES-WRAP (KEK length 16)
    WPA: EAPOL-Key MIC using HMAC-SHA1
    WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 1)
    wlan0: Event EAPOL_RX (23) received
    IEEE 802.1X: 99 bytes from c4:06:83:3f:23:18
    IEEE 802.1X: version=1 type=3 length=95
    WPA: Received EAPOL-Key from c4:06:83:3f:23:18 key_info=0x30a type=2 mic_len=16 key_data_length=0
    WPA: Received Key Nonce - hexdump(len=32): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02
    wlan0: STA c4:06:83:3f:23:18 WPA: received EAPOL-Key frame (4/4 Pairwise)
    WPA: EAPOL-Key MIC using HMAC-SHA1
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKINITDONE
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=3 addr=0xaaaaed18fbd0 key_idx=0 set_tx=1 seq_len=0 key_len=16
    nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
    addr=c4:06:83:3f:23:18
    wlan0: AP-STA-CONNECTED c4:06:83:3f:23:18
    nl80211: Set STA flags - ifname=wlan0 addr=c4:06:83:3f:23:18 total_flags=0x61 flags_or=0x1 flags_and=0xffffffff authorized=1
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.1X: authorizing port
    wlan0: STA c4:06:83:3f:23:18 RADIUS: starting accounting session B8F22C8321E05D9B
    wlan0: STA c4:06:83:3f:23:18 WPA: pairwise key handshake completed (RSN)
    nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlan0
    nl80211: Delete station c4:06:83:3f:23:18
    wlan0: Event DISASSOC (1) received
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.11: disassociated
    wlan0: AP-STA-DISCONNECTED c4:06:83:3f:23:18
    wlan0: STA c4:06:83:3f:23:18 WPA: event 2 notification
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=0xaaaaed18fbd0 key_idx=0 set_tx=1 seq_len=0 key_len=0
    addr=c4:06:83:3f:23:18
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state DISCONNECTED
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state INITIALIZE
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=0xaaaaed18fbd0 key_idx=0 set_tx=1 seq_len=0 key_len=0
    addr=c4:06:83:3f:23:18
    nl80211: set_key failed; err=-22 Invalid argument)
    RSN: PTK removal from the driver failed
    nl80211: Set STA flags - ifname=wlan0 addr=c4:06:83:3f:23:18 total_flags=0x0 flags_or=0x0 flags_and=0xfffffffe authorized=0
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.1X: unauthorizing port
    nl80211: sta_remove -> DEL_STATION wlan0 c4:06:83:3f:23:18 --> 0 (Success)
    hostapd_ht_operation_update current operation mode=0x0
    hostapd_ht_operation_update new operation mode=0x0 changes=0
    ap_free_sta: cancel ap_handle_timer for c4:06:83:3f:23:18
    nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlan0
    nl80211: New station c4:06:83:3f:23:18
    nl80211: Assoc Req IEs - hexdump(len=101): 00 08 43 42 2d 4d 49 43 52 4f 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 21 02 04 14 dd 07 00 50 f2 02 00 01 00 2d 1a ad 11 17 ff ff 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 7f 0a 00 00 08 00 00 00 00 40 c6 20 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
    wlan0: Event ASSOC (0) received
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.11: associated
    STA included RSN IE in (Re)AssocReq
    New STA
    ap_sta_add: register ap_handle_timer timeout for c4:06:83:3f:23:18 (300 seconds - ap_max_inactivity)
    nl80211: Set STA flags - ifname=wlan0 addr=c4:06:83:3f:23:18 total_flags=0x60 flags_or=0x0 flags_and=0xfffffff1 authorized=0
    wlan0: STA c4:06:83:3f:23:18 WPA: event 1 notification
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=0xaaaaed1900b0 key_idx=0 set_tx=1 seq_len=0 key_len=0
    addr=c4:06:83:3f:23:18
    nl80211: set_key failed; err=-22 Invalid argument)
    RSN: PTK removal from the driver failed
    IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
    wlan0: STA c4:06:83:3f:23:18 WPA: start authentication
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state INITIALIZE
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=0 addr=0xaaaaed1900b0 key_idx=0 set_tx=1 seq_len=0 key_len=0
    addr=c4:06:83:3f:23:18
    nl80211: set_key failed; err=-22 Invalid argument)
    RSN: PTK removal from the driver failed
    nl80211: Set STA flags - ifname=wlan0 addr=c4:06:83:3f:23:18 total_flags=0x60 flags_or=0x0 flags_and=0xfffffffe authorized=0
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.1X: unauthorizing port
    WPA: c4:06:83:3f:23:18 WPA_PTK_GROUP entering state IDLE
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state AUTHENTICATION
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state AUTHENTICATION2
    WPA: Assign ANonce - hexdump(len=32): 5f 95 06 8a 0f 87 37 51 3d 9f 58 c6 62 52 d6 44 50 1f 5e 9f 9d ae f3 dd 59 66 bb e4 3c b3 c1 e3
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state INITPSK
    Searching a PSK for c4:06:83:3f:23:18 prev_psk=(nil)
    Searching a PSK for c4:06:83:3f:23:18 prev_psk=(nil)
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKSTART
    wlan0: STA c4:06:83:3f:23:18 WPA: sending 1/4 msg of 4-Way Handshake
    WPA: Send EAPOL(version=2 secure=0 mic=0 ack=1 install=0 pairwise=1 kde_len=0 keyidx=0 encr=0)
    WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
    WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 1)
    wlan0: hostapd_new_assoc_sta: reschedule ap_handle_timer timeout for c4:06:83:3f:23:18 (300 seconds - ap_max_inactivity)
    wlan0: Event EAPOL_RX (23) received
    IEEE 802.1X: 121 bytes from c4:06:83:3f:23:18
    IEEE 802.1X: version=1 type=3 length=117
    WPA: Received EAPOL-Key from c4:06:83:3f:23:18 key_info=0x10a type=2 mic_len=16 key_data_length=22
    WPA: Received Key Nonce - hexdump(len=32): 5d 10 08 f4 70 54 12 bd fb 8d e7 56 9c f3 70 fb 0b 3e 8c 21 a4 33 14 4b d8 5f 20 cc f8 a9 5d 90
    WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 01
    wlan0: STA c4:06:83:3f:23:18 WPA: received EAPOL-Key frame (2/4 Pairwise)
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKCALCNEGOTIATING
    Searching a PSK for c4:06:83:3f:23:18 prev_psk=(nil)
    WPA: PTK derivation using PRF(SHA1)
    WPA: PTK derivation - A1=d4:12:43:06:05:e8 A2=c4:06:83:3f:23:18
    WPA: Nonce1 - hexdump(len=32): 5f 95 06 8a 0f 87 37 51 3d 9f 58 c6 62 52 d6 44 50 1f 5e 9f 9d ae f3 dd 59 66 bb e4 3c b3 c1 e3
    WPA: Nonce2 - hexdump(len=32): 5d 10 08 f4 70 54 12 bd fb 8d e7 56 9c f3 70 fb 0b 3e 8c 21 a4 33 14 4b d8 5f 20 cc f8 a9 5d 90
    WPA: PMK - hexdump(len=32): [REMOVED]
    WPA: PTK - hexdump(len=48): [REMOVED]
    WPA: KCK - hexdump(len=16): [REMOVED]
    WPA: KEK - hexdump(len=16): [REMOVED]
    WPA: TK - hexdump(len=16): [REMOVED]
    WPA: EAPOL-Key MIC using HMAC-SHA1
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKCALCNEGOTIATING2
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKINITNEGOTIATING
    wlan0: STA c4:06:83:3f:23:18 WPA: sending 3/4 msg of 4-Way Handshake
    WPA: Send EAPOL(version=2 secure=1 mic=1 ack=1 install=1 pairwise=1 kde_len=46 keyidx=1 encr=1)
    WPA: Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02
    Plaintext EAPOL-Key Key Data - hexdump(len=56): [REMOVED]
    WPA: Encrypt Key Data using AES-WRAP (KEK length 16)
    WPA: EAPOL-Key MIC using HMAC-SHA1
    WPA: Use EAPOL-Key timeout of 1000 ms (retry counter 1)
    wlan0: Event EAPOL_RX (23) received
    IEEE 802.1X: 99 bytes from c4:06:83:3f:23:18
    IEEE 802.1X: version=1 type=3 length=95
    WPA: Received EAPOL-Key from c4:06:83:3f:23:18 key_info=0x30a type=2 mic_len=16 key_data_length=0
    WPA: Received Key Nonce - hexdump(len=32): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    WPA: Received Replay Counter - hexdump(len=8): 00 00 00 00 00 00 00 02
    wlan0: STA c4:06:83:3f:23:18 WPA: received EAPOL-Key frame (4/4 Pairwise)
    WPA: EAPOL-Key MIC using HMAC-SHA1
    WPA: c4:06:83:3f:23:18 WPA_PTK entering state PTKINITDONE
    wpa_driver_nl80211_set_key: ifindex=4 (wlan0) alg=3 addr=0xaaaaed1900b0 key_idx=0 set_tx=1 seq_len=0 key_len=16
    nl80211: KEY_DATA - hexdump(len=16): [REMOVED]
    addr=c4:06:83:3f:23:18
    wlan0: AP-STA-CONNECTED c4:06:83:3f:23:18
    nl80211: Set STA flags - ifname=wlan0 addr=c4:06:83:3f:23:18 total_flags=0x61 flags_or=0x1 flags_and=0xffffffff authorized=1
    wlan0: STA c4:06:83:3f:23:18 IEEE 802.1X: authorizing port
    wlan0: STA c4:06:83:3f:23:18 RADIUS: starting accounting session 0C9E6A52BA2FB952
    wlan0: STA c4:06:83:3f:23:18 WPA: pairwise key handshake completed (RSN)