It is a radio frequency signal at 2.4 GHz (unlicensed band, power limited).
There are electrical wiggles (analog) coming from CMOS and BiPolar radio amplifiers driving matched antennas. E-field waves are released, which propagate through space (analog) and are detected by antennas at the other end. The radio frequency signal is recovered, and the "intelligence" in the wiggle signal is extracted. At that point it has become digital again.
The following example isn't how Wifi works -- it is just to show the analog component to a radio transmission. So you can see it is analog and needs some sort of processing. This is one of the simpler forms of modulation, and has existed for some decades. These signals have a strong carrier component. The transmitters are in the kilowatts range for these. Whereas your Wifi is ballpark 1 watt or so (bursty).
Wifi can have a very large channel width. This implies lots of wiggling and lots of tricks. TV is 6MHz wide, Wifi is wider than that and carrying data at much higher rates. Even if I recorded
30 seconds of wiggling, gave it to you and sent you away with a pencil to decode it, you'd never be able to do it with a pencil. But with things such as MathCAD, you could do it in a reasonable period of time. Some of the schemes, were evaluated with desktop math packages, before being turned into silicon implementation.You can also do it with "Software Defined Radio" or SDR, but again, some encoding/modulation schemes are so complicated, it is hard for a software person to write sufficient code for the post-processing. Something like a HackRF has a sufficiently high input frequency range, to capture signals at 2.4GHz or 5GHz. It uses ADC (analog to digital converters) when receiving a signal. The sampling rate ("20 million samples per second") determine the Nyquist limited bandwidth. 20 million samples, would be 10MHz and the channel bandwidth of TV is 6MHz. This means a digital TV signal (which is analog as it flies through the air), can be properly converted back to digital and then software processes that signal to recover the MPEG encoded TV.
Whether reception is implemented in silicon chips, or whether it is emulated in the SDR hardware/software chain, it is dauntingly complex stuff. Not many people have the maths knowledge to do it.
So yes, at some point in your computer, there are digital things alright, but many of the things the computer connects to, are in the analog domain. And there can be a dizzying number of domain changes (analog-digital-analog-digital...) until it is made useful to you.
Scroll through this. You don't have to read it. Just look at the couple of examples of wiggles.