# Wi-Fi Aware - [Introduction](#section11660541593) - [Directory Structure](#section1464106163817) - [Constraints](#section13591154411) - [Repositories Involved](#section12828123401219) ## Introduction The Wi-Fi Aware module provides near-field communication capabilities for applications. ## Directory Structure ``` foundation/communication/wifi_aware/ # Wi-Fi Aware directory ├── frameworks │ └── source # Wi-Fi Aware source file ├── hals # Hardware abstraction layer (HAL) header files └── interfaces └── kits # External APIs ``` ## Constraints The Wi-Fi Aware module is compiled using the C language. Currently, only the Hi3861 development board is supported. If you want to use other chips, you need to implement OpenHarmony integration APIs and place your implementation code in the **device** directory. ## Repositories Involved [Intelligent Soft Bus subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/intelligent-soft-bus.md) **communication\_wifi\_aware** [communication\_softbus\_lite](https://gitee.com/openharmony/communication_softbus_lite/blob/master/README.md) [communication\_ipc\_lite](https://gitee.com/openharmony/communication_ipc_lite/blob/master/README.md)