Sorry for late reply, I haven't been noticed about new post in thread.
I applicated Atheros MQX 3.7 enablement patch (it was extracted to C: Program Files, so I copied files to MQX folder, overwriting enet_wifi.h).
Then I opened IAR workspace from MXQ folder-config-twrk60n512_atheros_wifi and rebuilded libraries (no special changes, just be shure to have user_config.h with define bspcfg_enable_atheros_wifi 1 and BSPCFG...SPI2, it should set fine by default).
You must add bsp and psp projects to batch build (bsp firs, psp second to build) in order to rebuild whole libraries in one step. BSP projects has messed up preprocessor paths, so you have to get it right in Project options-C++ Compiler-Preprocessor. Try to build it and just find missing .h files and add their paths. Last catch is in ath_spi_k60_hw.c, comment "#include cw_comp.h". Finally you should be able to build libraries via batch build.
Now you can try to run throughput_demo or web_hvac_wifi demo. You just have to add missing .h files to correct paths of preprocessor or correct preprocessor paths just like with bsp in project options-C++ compiler (add all folders with missing .h files which causing errors). I think this is a problem of old 3.6 paths in combination of uncomplete post buld script in mqx/bulid/bat directory.
It is a long way to go, so It is not really easy to get it work. I'am doing it again and it is still not complete, stay tuned for tomorrow.