** More...
Data Structures | |
| struct | mwifi_ap_info_t |
Typedefs | |
| typedef uint8_t | mwifi_security_t |
| Wi-Fi softAP info. More... | |
Functions | |
| int32_t | MX_WIFI_StartAP (MX_WIFIObject_t *Obj, MX_WIFI_APSettings_t *ap_settings) |
| Start softAP(miniAP) mode. More... | |
| int32_t | MX_WIFI_StopAP (MX_WIFIObject_t *Obj) |
| Stop softAP(miniAP) mode. More... | |
**
softAP mode API **
| typedef uint8_t mwifi_security_t |
| int32_t MX_WIFI_StartAP | ( | MX_WIFIObject_t * | Obj, |
| MX_WIFI_APSettings_t * | ap_settings | ||
| ) |
Start softAP(miniAP) mode.
| Obj | pointer to module handle |
| ap_settings | softAP settings. |
| Operation | Status.< status code. |
| int32_t MX_WIFI_StopAP | ( | MX_WIFIObject_t * | Obj | ) |
Stop softAP(miniAP) mode.
| Obj | pointer to module handle |
| Operation | Status.< status code. |