HP 255 G7 -- Wifi toggled on lid open

I’ve combed through some of the other answers here and I think I’ve isolated the problem, but the fix is unclear. Using evtest I was able to determine that, upon lid open, the laptop generates KEY_WLAN and KEY_WAKEUP keyboard events, as shown here:

Input driver version is 1.0.1                                                                                                                                              
Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xab41                                                                                                            
Input device name: "AT Translated Set 2 keyboard"                                                                                                                          
Supported events:                                                                                                                                                          
  Event type 0 (EV_SYN)                                                                                                                                                    
  Event type 1 (EV_KEY)                                                                                                                                                    
    Event code 1 (KEY_ESC)                                                                                                                                                 
    Event code 2 (KEY_1)                                                                                                                                                   
    Event code 3 (KEY_2)                                                                                                                                                   
    Event code 4 (KEY_3)                                                                                                                                                   
    Event code 5 (KEY_4)                                                                                                                                                   
    Event code 6 (KEY_5)                                                                                                                                                   
    Event code 7 (KEY_6)                                                                                                                                                   
    Event code 8 (KEY_7)                                                                                                                                                   
    Event code 9 (KEY_8)                                                                                                                                                   
    Event code 10 (KEY_9)                                                                                                                                                  
    Event code 11 (KEY_0)                                                                                                                                                  
    Event code 12 (KEY_MINUS)                                                                                                                                              
    Event code 13 (KEY_EQUAL)                                                                                                                                              
    Event code 14 (KEY_BACKSPACE)                                                                                                                                          
    Event code 15 (KEY_TAB)                                                                                                                                                
    Event code 16 (KEY_Q)                                                                                                                                                  
    Event code 17 (KEY_W)                                                                                                                                                  
    Event code 18 (KEY_E)                                                                                                                                                  
    Event code 19 (KEY_R)                                                                                                                                                  
    Event code 20 (KEY_T)                                                                                                                                                  
    Event code 21 (KEY_Y)                                                                                                                                                  
    Event code 22 (KEY_U)                                                                                                                                                  
    Event code 23 (KEY_I)                                                                                                                                                  
    Event code 24 (KEY_O)                                                                                                                                                  
    Event code 25 (KEY_P)                                                                                                                                                  
    Event code 26 (KEY_LEFTBRACE)                                                                                                                                          
    Event code 27 (KEY_RIGHTBRACE)  
    Event code 28 (KEY_ENTER)
    Event code 29 (KEY_LEFTCTRL)                                                                                                                                           
    Event code 30 (KEY_A)                                                                                                                                                  
    Event code 31 (KEY_S)                                                                                                                                                  
    Event code 32 (KEY_D)                                                                                                                                                  
    Event code 33 (KEY_F)                                                                                                                                                  
    Event code 34 (KEY_G)                                                                                                                                                  
    Event code 35 (KEY_H)                                                                                                                                                  
    Event code 36 (KEY_J)                                                                                                                                                  
    Event code 37 (KEY_K)                                                                                                                                                  
    Event code 38 (KEY_L)                                                                                                                                                  
    Event code 39 (KEY_SEMICOLON)                                                                                                                                          
    Event code 40 (KEY_APOSTROPHE)                                                                                                                                         
    Event code 41 (KEY_GRAVE)                                                                                                                                              
    Event code 42 (KEY_LEFTSHIFT)                                                                                                                                          
    Event code 43 (KEY_BACKSLASH)                                                                                                                                          
    Event code 44 (KEY_Z)                                                                                                                                                  
    Event code 45 (KEY_X)                                                                                                                                                  
    Event code 46 (KEY_C)                                                                                                                                                  
    Event code 47 (KEY_V)                                                                                                                                                  
    Event code 48 (KEY_B)                                                                                                                                                  
    Event code 49 (KEY_N)                                                                                                                                                  
    Event code 50 (KEY_M)                                                                                                                                                  
    Event code 51 (KEY_COMMA)                                                                                                                                              
    Event code 52 (KEY_DOT)                                                                                                                                                
    Event code 53 (KEY_SLASH)                                                                                                                                              
    Event code 54 (KEY_RIGHTSHIFT)                                                                                                                                         
    Event code 55 (KEY_KPASTERISK)                                                                                                                                         
    Event code 56 (KEY_LEFTALT)                                                                                                                                            
    Event code 57 (KEY_SPACE)                                                                                                                                              
    Event code 58 (KEY_CAPSLOCK)                                                                                                                                           
    Event code 59 (KEY_F1)                                                                                                                                                 
    Event code 60 (KEY_F2)                                                                                                                                                 
    Event code 61 (KEY_F3)                                                                                                                                                 
    Event code 62 (KEY_F4)    
    Event code 63 (KEY_F5)
    Event code 64 (KEY_F6)                                                                                                                                                 
    Event code 65 (KEY_F7)                                                                                                                                                 
    Event code 66 (KEY_F8)                                                                                                                                                 
    Event code 67 (KEY_F9)                                                                                                                                                 
    Event code 68 (KEY_F10)                                                                                                                                                
    Event code 69 (KEY_NUMLOCK)                                                                                                                                            
    Event code 70 (KEY_SCROLLLOCK)                                                                                                                                         
    Event code 71 (KEY_KP7)                                                                                                                                                
    Event code 72 (KEY_KP8)                                                                                                                                                
    Event code 73 (KEY_KP9)                                                                                                                                                
    Event code 74 (KEY_KPMINUS)                                                                                                                                            
    Event code 75 (KEY_KP4)                                                                                                                                                
    Event code 76 (KEY_KP5)                                                                                                                                                
    Event code 77 (KEY_KP6)                                                                                                                                                
    Event code 78 (KEY_KPPLUS)                                                                                                                                             
    Event code 79 (KEY_KP1)                                                                                                                                                
    Event code 80 (KEY_KP2)                                                                                                                                                
    Event code 81 (KEY_KP3)                                                                                                                                                
    Event code 82 (KEY_KP0)                                                                                                                                                
    Event code 83 (KEY_KPDOT)                                                                                                                                              
    Event code 85 (KEY_ZENKAKUHANKAKU)                                                                                                                                     
    Event code 86 (KEY_102ND)                                                                                                                                              
    Event code 87 (KEY_F11)                                                                                                                                                
    Event code 88 (KEY_F12)                                                                                                                                                
    Event code 89 (KEY_RO)                                                                                                                                                 
    Event code 90 (KEY_KATAKANA)                                                                                                                                           
    Event code 91 (KEY_HIRAGANA)                                                                                                                                           
    Event code 92 (KEY_HENKAN)                                                                                                                                             
    Event code 93 (KEY_KATAKANAHIRAGANA)                                                                                                                                   
    Event code 94 (KEY_MUHENKAN)                                                                                                                                           
    Event code 95 (KEY_KPJPCOMMA)                                                                                                                                          
    Event code 96 (KEY_KPENTER)                                                                                                                                            
    Event code 97 (KEY_RIGHTCTRL) 
    Event code 98 (KEY_KPSLASH)
    Event code 99 (KEY_SYSRQ)                                                                                                                                              
    Event code 100 (KEY_RIGHTALT)                                                                                                                                          
    Event code 102 (KEY_HOME)                                                                                                                                              
    Event code 103 (KEY_UP)                                                                                                                                                
    Event code 104 (KEY_PAGEUP)                                                                                                                                            
    Event code 105 (KEY_LEFT)                                                                                                                                              
    Event code 106 (KEY_RIGHT)                                                                                                                                             
    Event code 107 (KEY_END)                                                                                                                                               
    Event code 108 (KEY_DOWN)                                                                                                                                              
    Event code 109 (KEY_PAGEDOWN)                                                                                                                                          
    Event code 110 (KEY_INSERT)                                                                                                                                            
    Event code 111 (KEY_DELETE)                                                                                                                                            
    Event code 112 (KEY_MACRO)                                                                                                                                             
    Event code 113 (KEY_MUTE)                                                                                                                                              
    Event code 114 (KEY_VOLUMEDOWN)                                                                                                                                        
    Event code 115 (KEY_VOLUMEUP)                                                                                                                                          
    Event code 116 (KEY_POWER)                                                                                                                                             
    Event code 117 (KEY_KPEQUAL)                                                                                                                                           
    Event code 118 (KEY_KPPLUSMINUS)                                                                                                                                       
    Event code 119 (KEY_PAUSE)                                                                                                                                             
    Event code 121 (KEY_KPCOMMA)                                                                                                                                           
    Event code 122 (KEY_HANGUEL)                                                                                                                                           
    Event code 123 (KEY_HANJA)                                                                                                                                             
    Event code 124 (KEY_YEN)                                                                                                                                               
    Event code 125 (KEY_LEFTMETA)                                                                                                                                          
    Event code 126 (KEY_RIGHTMETA)                                                                                                                                         
    Event code 127 (KEY_COMPOSE)                                                                                                                                           
    Event code 128 (KEY_STOP)                                                                                                                                              
    Event code 138 (KEY_HELP)   
    Event code 140 (KEY_CALC)
    Event code 142 (KEY_SLEEP)                                                                                                                                             
    Event code 143 (KEY_WAKEUP)                                                                                                                                            
    Event code 152 (KEY_SCREENLOCK)                                                                                                                                        
    Event code 155 (KEY_MAIL)                                                                                                                                              
    Event code 156 (KEY_BOOKMARKS)                                                                                                                                         
    Event code 157 (KEY_COMPUTER)                                                                                                                                          
    Event code 158 (KEY_BACK)                                                                                                                                              
    Event code 159 (KEY_FORWARD)                                                                                                                                           
    Event code 163 (KEY_NEXTSONG)                                                                                                                                          
    Event code 164 (KEY_PLAYPAUSE)                                                                                                                                         
    Event code 165 (KEY_PREVIOUSSONG)                                                                                                                                      
    Event code 166 (KEY_STOPCD)                                                                                                                                            
    Event code 172 (KEY_HOMEPAGE)                                                                                                                                          
    Event code 173 (KEY_REFRESH)                                                                                                                                           
    Event code 183 (KEY_F13)                                                                                                                                               
    Event code 184 (KEY_F14)                                                                                                                                               
    Event code 185 (KEY_F15)                                                                                                                                               
    Event code 212 (KEY_CAMERA)                                                                                                                                            
    Event code 217 (KEY_SEARCH)                                                                                                                                            
    Event code 224 (KEY_BRIGHTNESSDOWN)                                                                                                                                    
    Event code 225 (KEY_BRIGHTNESSUP)                                                                                                                                      
    Event code 226 (KEY_MEDIA)                                                                                                                                             
    Event code 227 (KEY_SWITCHVIDEOMODE)                                                                                                                                   
    Event code 236 (KEY_BATTERY)                                                                                                                                           
    Event code 238 (KEY_WLAN)                                                                                                                                              
    Event code 240 (KEY_UNKNOWN)                                                                                                                                           
    Event code 255 (?)                                                                                                                                                     
    Event code 389 (KEY_DVD)                                                                                                                                               
    Event code 465 (KEY_FN_ESC) 
  Event type 4 (EV_MSC)
    Event code 4 (MSC_SCAN)                                                                                                                                                
  Event type 17 (EV_LED)                                                                                                                                                   
    Event code 0 (LED_NUML) state 0                                                                                                                                        
    Event code 1 (LED_CAPSL) state 0                                                                                                                                       
    Event code 2 (LED_SCROLLL) state 0                                                                                                                                     
Key repeat handling:                                                                                                                                                       
  Repeat type 20 (EV_REP)                                                                                                                                                  
    Repeat code 0 (REP_DELAY)                                                                                                                                              
      Value    250                                                                                                                                                         
    Repeat code 1 (REP_PERIOD)                                                                                                                                             
      Value     33                                                                                                                                                         
Properties:                                                                                                                                                                
Testing ... (interrupt to exit)                                                                                                                                            
Event: time 1701985467.486249, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1c                                                                                                
Event: time 1701985467.486249, type 1 (EV_KEY), code 28 (KEY_ENTER), value 0                                                                                               
Event: time 1701985467.486249, -------------- SYN_REPORT ------------
Event: time 1701985470.657042, type 4 (EV_MSC), code 4 (MSC_SCAN), value d8
Event: time 1701985470.657042, -------------- SYN_REPORT ------------
Event: time 1701985470.665757, type 4 (EV_MSC), code 4 (MSC_SCAN), value d8
Event: time 1701985470.665757, -------------- SYN_REPORT ------------
Event: time 1701985474.766788, type 4 (EV_MSC), code 4 (MSC_SCAN), value d7
Event: time 1701985474.766788, type 1 (EV_KEY), code 238 (KEY_WLAN), value 1
Event: time 1701985474.766788, -------------- SYN_REPORT ------------
Event: time 1701985474.775777, type 4 (EV_MSC), code 4 (MSC_SCAN), value d7
Event: time 1701985474.775777, type 1 (EV_KEY), code 238 (KEY_WLAN), value 0
Event: time 1701985474.775777, -------------- SYN_REPORT ------------
Event: time 1701985474.783139, type 4 (EV_MSC), code 4 (MSC_SCAN), value e3
Event: time 1701985474.783139, type 1 (EV_KEY), code 143 (KEY_WAKEUP), value 1
Event: time 1701985474.783139, -------------- SYN_REPORT ------------
Event: time 1701985474.789603, type 4 (EV_MSC), code 4 (MSC_SCAN), value e3
Event: time 1701985474.789603, type 1 (EV_KEY), code 143 (KEY_WAKEUP), value 0

Using showkey I can see that these correspond to keys 238 and 143, respectively –

$ sudo showkey --keycodes

kb mode was ?UNKNOWN?
[ if you are trying this under X, it might not work
since the X server is also reading /dev/console ]

press any key (program terminates 10s after last keypress)...
keycode  28 release
keycode 238 press
keycode 238 release
keycode 143 press
keycode 143 release

Also using showkey I can see these scan codes being generated:

$ sudo showkey --scancodes
kb mode was ?UNKNOWN?
[ if you are trying this under X, it might not work
since the X server is also reading /dev/console ]

press any key (program terminates 10s after last keypress)...
0x9c 
0xe0 0x73 0xe0 0xf3 0xe0 0x63 0xe0 0xe3 


The obvious solution seems to be remapping at least the KEY_WLAN event to something else, if not disabling the key outright. I’ve tried a few iterations of setkeycodes but haven’t had any luck.

Note that I have “HandleLidSwitch” and its variations set to “ignore” in logind.conf and UPower.conf, but that hasn’t made any difference.

Finally, here’s a journalctl -f record showing a full cycle – close and open the lid once to turn wifi off, then again to toggle it back on:

Dec 07 15:53:28 hp-laptop rtkit-daemon[1584]: Supervising 6 threads of 3 processes of 1 users.
Dec 07 15:53:28 hp-laptop rtkit-daemon[1584]: Supervising 6 threads of 3 processes of 1 users.
Dec 07 15:53:32 hp-laptop sudo[10904]: pam_unix(sudo:session): session closed for user root
Dec 07 15:53:37 hp-laptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 07 15:53:44 hp-laptop dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.256' (uid=0 pid=11006 comm="sudo jmon.sh")
Dec 07 15:53:44 hp-laptop dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dec 07 15:53:47 hp-laptop dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.257' (uid=0 pid=11010 comm="sudo ./jmon.sh")
Dec 07 15:53:47 hp-laptop dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dec 07 15:53:47 hp-laptop sudo[11010]:      myuser : TTY=pts/4 ; PWD=/home/myuser/tmp/tshoot/lid ; USER=root ; COMMAND=./jmon.sh
Dec 07 15:53:47 hp-laptop sudo[11010]: pam_unix(sudo:session): session opened for user root(uid=0) by myuser(uid=9501)
Dec 07 15:53:50 hp-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
Dec 07 15:53:50 hp-laptop kernel: atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
Dec 07 15:53:50 hp-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
Dec 07 15:53:50 hp-laptop kernel: atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
Dec 07 15:53:50 hp-laptop systemd-logind[521]: Lid closed.
Dec 07 15:53:54 hp-laptop kernel: wlo1: deauthenticating from e4:95:6e:46:a9:85 by local choice (Reason: 3=DEAUTH_LEAVING)
Dec 07 15:53:54 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-DISCONNECTED bssid=e4:95:6e:46:a9:85 reason=3 locally_generated=1
Dec 07 15:53:54 hp-laptop avahi-daemon[514]: Interface wlo1.IPv6 no longer relevant for mDNS.
Dec 07 15:53:54 hp-laptop avahi-daemon[514]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::53df:c5f3:6021:19ea.
Dec 07 15:53:54 hp-laptop wpa_supplicant[838]: rfkill: WLAN soft blocked
Dec 07 15:53:54 hp-laptop avahi-daemon[514]: Interface wlo1.IPv4 no longer relevant for mDNS.
Dec 07 15:53:54 hp-laptop avahi-daemon[514]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 192.168.1.13.
Dec 07 15:53:54 hp-laptop avahi-daemon[514]: Withdrawing address record for fe80::53df:c5f3:6021:19ea on wlo1.
Dec 07 15:53:54 hp-laptop avahi-daemon[514]: Withdrawing address record for 192.168.1.13 on wlo1.
Dec 07 15:53:54 hp-laptop NetworkManager[533]: <warn>  [1701986034.8698] l3cfg[e969820d548dc441,ifindex=3]: unable to configure IPv4 route: type unicast 0.0.0.0/0 via 192.168.1.1 dev 3 metric 600 mss 0 rt-src user
Dec 07 15:53:54 hp-laptop NetworkManager[533]: <warn>  [1701986034.8700] l3cfg[e969820d548dc441,ifindex=3]: unable to configure IPv6 route: type unicast fe80::/64 dev 3 metric 1024 mss 0 rt-src ipv6ll
Dec 07 15:53:54 hp-laptop NetworkManager[533]: <info>  [1701986034.8740] device (wlo1): supplicant interface state: completed -> interface_disabled
Dec 07 15:53:54 hp-laptop NetworkManager[533]: <info>  [1701986034.8766] manager: rfkill: Wi-Fi now disabled by radio killswitch
Dec 07 15:53:54 hp-laptop NetworkManager[533]: <info>  [1701986034.8767] device (wlo1): state change: activated -> unavailable (reason 'none', sys-iface-state: 'managed')
Dec 07 15:53:54 hp-laptop NetworkManager[533]: <info>  [1701986034.9444] device (wlo1): set-hw-addr: set MAC address to 72:AE:F7:B6:5D:66 (scanning)
Dec 07 15:53:54 hp-laptop NetworkManager[533]: <info>  [1701986034.9451] manager: NetworkManager state is now DISCONNECTED
Dec 07 15:53:54 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Dec 07 15:53:54 hp-laptop dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
Dec 07 15:53:54 hp-laptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 07 15:53:54 hp-laptop dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec 07 15:53:54 hp-laptop systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 07 15:53:55 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Dec 07 15:53:55 hp-laptop wpa_supplicant[838]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Dec 07 15:53:55 hp-laptop systemd-logind[521]: Lid opened.
Dec 07 15:53:59 hp-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
Dec 07 15:53:59 hp-laptop kernel: atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
Dec 07 15:53:59 hp-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
Dec 07 15:53:59 hp-laptop kernel: atkbd serio0: Use 'setkeycodes e058 <keycode>' to make it known.
Dec 07 15:53:59 hp-laptop systemd-logind[521]: Lid closed.
Dec 07 15:54:03 hp-laptop NetworkManager[533]: <info>  [1701986043.4255] manager: rfkill: Wi-Fi now enabled by radio killswitch
Dec 07 15:54:03 hp-laptop systemd-logind[521]: Lid opened.
Dec 07 15:54:03 hp-laptop wpa_supplicant[838]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Dec 07 15:54:03 hp-laptop NetworkManager[533]: <info>  [1701986043.9313] device (wlo1): supplicant interface state: internal-starting -> disconnected
Dec 07 15:54:03 hp-laptop NetworkManager[533]: <info>  [1701986043.9315] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Dec 07 15:54:05 hp-laptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 07 15:54:05 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec 07 15:54:05 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec 07 15:54:07 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec 07 15:54:07 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec 07 15:54:07 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.1835] policy: auto-activating connection 'MySSID' (4cc6090c-908c-4960-af76-55f52a6f052a)
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.1843] device (wlo1): Activation: starting connection 'MySSID' (4cc6090c-908c-4960-af76-55f52a6f052a)
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.1844] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.1846] manager: NetworkManager state is now CONNECTING
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.2045] device (wlo1): set-hw-addr: set-cloned MAC address to B0:68:E6:93:10:27 (permanent)
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6864] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6867] device (wlo1): Activation: (wifi) access point 'MySSID' has security, but secrets are required.
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6867] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6871] device (wlo1): supplicant interface state: disconnected -> interface_disabled
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6879] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6882] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6885] device (wlo1): Activation: (wifi) connection 'MySSID' has security, and secrets exist.  No new secrets needed.
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6885] Config: added 'ssid' value 'MySSID'
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6885] Config: added 'scan_ssid' value '1'
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6886] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6886] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6886] Config: added 'psk' value '<hidden>'
Dec 07 15:54:08 hp-laptop NetworkManager[533]: <info>  [1701986048.6902] device (wlo1): supplicant interface state: interface_disabled -> inactive
Dec 07 15:54:08 hp-laptop wpa_supplicant[838]: wlo1: SME: Trying to authenticate with e4:95:6e:46:a9:85 (SSID='MySSID' freq=5180 MHz)
Dec 07 15:54:08 hp-laptop kernel: wlo1: authenticate with e4:95:6e:46:a9:85
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2080] device (wlo1): supplicant interface state: inactive -> authenticating
Dec 07 15:54:09 hp-laptop wpa_supplicant[838]: wlo1: Trying to associate with e4:95:6e:46:a9:85 (SSID='MySSID' freq=5180 MHz)
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2100] device (wlo1): supplicant interface state: authenticating -> associating
Dec 07 15:54:09 hp-laptop kernel: wlo1: send auth to e4:95:6e:46:a9:85 (try 1/3)
Dec 07 15:54:09 hp-laptop kernel: wlo1: authenticated
Dec 07 15:54:09 hp-laptop kernel: wlo1: associate with e4:95:6e:46:a9:85 (try 1/3)
Dec 07 15:54:09 hp-laptop wpa_supplicant[838]: wlo1: Associated with e4:95:6e:46:a9:85
Dec 07 15:54:09 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec 07 15:54:09 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Dec 07 15:54:09 hp-laptop kernel: wlo1: RX AssocResp from e4:95:6e:46:a9:85 (capab=0x11 status=0 aid=1)
Dec 07 15:54:09 hp-laptop kernel: wlo1: associated
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2186] device (wlo1): supplicant interface state: associating -> 4way_handshake
Dec 07 15:54:09 hp-laptop wpa_supplicant[838]: wlo1: WPA: Key negotiation completed with e4:95:6e:46:a9:85 [PTK=CCMP GTK=CCMP]
Dec 07 15:54:09 hp-laptop wpa_supplicant[838]: wlo1: CTRL-EVENT-CONNECTED - Connection to e4:95:6e:46:a9:85 completed [id=0 id_str=]
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2656] device (wlo1): supplicant interface state: 4way_handshake -> completed
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2656] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "MySSID"
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2658] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2669] policy: set 'MySSID' (wlo1) as default for IPv4 routing and DNS
Dec 07 15:54:09 hp-laptop avahi-daemon[514]: Joining mDNS multicast group on interface wlo1.IPv4 with address 192.168.1.13.
Dec 07 15:54:09 hp-laptop avahi-daemon[514]: New relevant interface wlo1.IPv4 for mDNS.
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.2885] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:09 hp-laptop avahi-daemon[514]: Registering new address record for 192.168.1.13 on wlo1.IPv4.
Dec 07 15:54:09 hp-laptop dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
Dec 07 15:54:09 hp-laptop avahi-daemon[514]: Joining mDNS multicast group on interface wlo1.IPv6 with address fe80::53df:c5f3:6021:19ea.
Dec 07 15:54:09 hp-laptop avahi-daemon[514]: New relevant interface wlo1.IPv6 for mDNS.
Dec 07 15:54:09 hp-laptop avahi-daemon[514]: Registering new address record for fe80::53df:c5f3:6021:19ea on wlo1.*.
Dec 07 15:54:09 hp-laptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 07 15:54:09 hp-laptop dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec 07 15:54:09 hp-laptop systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.3442] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.3446] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.3452] manager: NetworkManager state is now CONNECTED_SITE
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.3462] device (wlo1): Activation: successful, device activated.
Dec 07 15:54:09 hp-laptop NetworkManager[533]: <info>  [1701986049.8191] manager: NetworkManager state is now CONNECTED_GLOBAL