<file description>
1.wireless_tools.25 folder	: iwpriv tool source code
2.auth				: auth tool source code
3.wsc				: wsc tool source code
4.MP.TOOL-1101-01.zip		: MP Tools windows platform UI
5.mp-daemon folder		: UDP server for MP command source code
6.utility			: flash & webs daemon source code
7.openssl-0.9.8b		: OPENSSL tools
8.wapi_utils			: WAPI tools source code

<How to build >
1.Open Makefile and select your paltform.

   CONFIG_PLATFORM := <  _PC_ or _BRLADLIGHT_ or _PUMA6_ or _MARVELL_ >

   If the Makefile don't have your platform , you can add one new item for your needs.

   For example : 
    CONFIG_PLATFORM := _MY_PLATORM_

    ifeq ($(CONFIG_PLATFORM),__MY_PLATORM_)
      CROSS_COMPILE=< fill in your cross-compile >
      BIG_ENDIAN=< y or n >
    endif

2.type "make" to compile.

3.All application will be put into bin folder.


