I was on my laptop (HP Envy w/ 2023.2 installed), using Visual Studio and streaming some tv when the internet just stopped working. upon inspection, my wlan0 device is just... gone.
Tried restarting NetworkManager (service NetworkManager restart), but no luck.

$ ip link set wlan0 up
Cannot find device "wlan0"

$ iwconfig
lo no wireless extension

$ lspci -nn | grep -i net
0000:00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 [8086:a0f0] (rev 20)

$ lspci -nnk | grep -iA2 net
0000:00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 [8086:a0f0] (rev 20)
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Wi-Fi 6 AX201 [8086:0074]
Kernal driver in use: iwlwifi


I have no way of connecting this machine to the internet other than wifi, so i cant download anything to it to update drivers etc.
What else can I do?