You may want to give a look here:
Tower System Wi-Fi Peripheral Modules</title> <meta name="Keywords" content="...
This is part of the TWR system, very popular system to start your tests
Sad thing here is the mcf5223x is not a supported board for TWR system, but as a proof of concept you may want to explore the mcf52259, or design your own board.
As I see here, here are the steps you may want explore:
1) Download latest MQX version
2) Download MQX patch for your favorite WiFi module above
3) Currently as far as I know there's no support for mcf5223x, so you will need to change the WiFi BSP for your respective platform: ColdFire (currently mcf52259 available as a starting point), SPI being used, compiler specifics, etc
4) Build the HW system and test.
FYI, the IC included in the WiFi modules don't handle the TCP/IP stack for you. Only helps you with the lower WiFi 802.11 encapsulation. For example, for us the TCP/IP layer is handled by the RTCS from MQX. Finally all the frames are bypassed to SPI instead of MAC controller by software.
Hope this helps