1# Wi-Fi Aware<a name="EN-US_TOPIC_0000001124444687"></a>
2
3-   [Introduction](#section11660541593)
4-   [Directory Structure](#section1464106163817)
5-   [Constraints](#section13591154411)
6-   [Repositories Involved](#section12828123401219)
7
8## Introduction<a name="section11660541593"></a>
9
10The Wi-Fi Aware module provides near-field communication capabilities for applications.
11
12## Directory Structure<a name="section1464106163817"></a>
13
14```
15foundation/communication/wifi_aware/         # Wi-Fi Aware directory
16├── frameworks
17│  └── source                            # Wi-Fi Aware source file
18├── hals                                  # Hardware abstraction layer (HAL) header files
19└── interfaces
20    └── kits                              # External APIs
21```
22
23## Constraints<a name="section13591154411"></a>
24
25The 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.
26
27## Repositories Involved<a name="section12828123401219"></a>
28
29[Intelligent Soft Bus subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/intelligent-soft-bus.md)
30
31**communication\_wifi\_aware**
32
33[communication\_softbus\_lite](https://gitee.com/openharmony/communication_softbus_lite/blob/master/README.md)
34
35[communication\_ipc\_lite](https://gitee.com/openharmony/communication_ipc_lite/blob/master/README.md)
36
37