One would need to write a class driver to enumerate the WiFi device.
These devices can be quite different in the way they use endpoints.
and each wifi chipset has different internal SFR.
So you would need specific drivers for each specific device.
you could probably leverage some Linux open source code, but Linux has driver helper threads, so it might get hard to do without an RTOS.
you might want to look at CC3100
These devices can be quite different in the way they use endpoints.
and each wifi chipset has different internal SFR.
So you would need specific drivers for each specific device.
you could probably leverage some Linux open source code, but Linux has driver helper threads, so it might get hard to do without an RTOS.
you might want to look at CC3100