# wifi\_hotspot.h ## **Overview** **Related Modules:** [Wifiservice](Wifiservice.md) **Description:** Provides capabilities to enable and disable the hotspot mode, connect to and disconnect from a hotspot, query the hotspot status, and listen for events. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Macros
EnableHotspot (void) |
|
DisableHotspot (void) |
|
SetHotspotConfig (const HotspotConfig *config) |
|
GetHotspotConfig (HotspotConfig *result) |
|
IsHotspotActive (void) |
|
GetStationList (StationInfo *result, unsigned int *size) |
|
GetSignalLevel (int rssi, int band) |
Obtains the signal level indicated by a specified received signal strength indicator (RSSI) and frequency band. |