I've spent my afternoon browsing around the web looking for a microcontroller that has integrated WLAN (802.11), but I haven't managed to find any on the market. There are lots of cheap microcontrollers on the market that work in the 2.4 GHz band and usually they support the ZigBee protocol (802.15).
Since these chips work on the same frequency and some of them use the same modulation that is employed by WLAN, I'm not sure if it's possible or not to implement WLAN using these chips. I know ZigBee is a totally different protocol, but does this mean that they actually don't support any other protocol, or does it mean that it isn't impossible but I'd have to sort of "reinvent the wheel" and build my own networking stack from scratch?