|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|


函数 | |
| errcode_t | wifi_softap_enable (const softap_config_stru *config) |
| 开启SoftAP。 | |
| errcode_t | wifi_softap_disable (void) |
| 关闭SoftAP。 | |
| int32_t | wifi_is_softap_enabled (void) |
| 获取hotspot使能状态。 | |
| errcode_t | wifi_set_softap_config_advance (const softap_config_advance_stru *config) |
| 开启SoftAP。 | |
| errcode_t | wifi_get_softap_config (softap_config_stru *result) |
| 获取SoftAP配置。 | |
| errcode_t | wifi_get_softap_config_advance (softap_config_advance_stru *result) |
| 获取SoftAP扩展配置。 | |
| errcode_t | wifi_softap_get_sta_list (wifi_sta_info_stru *result, uint32_t *size) |
| softap获取已连接的station的信息。 | |
| errcode_t | wifi_softap_deauth_sta (const uint8_t *mac, int32_t mac_len) |
| softap指定断开连接的station网络。 | |