XFusion API v1.3.0
载入中...
搜索中...
未找到
ex_easy_wifi.h 文件参考
#include "xf_utils.h"
#include "xf_wifi.h"
#include "xf_netif.h"
ex_easy_wifi.h 的引用(Include)关系图:

浏览源代码.

函数

xf_err_t ex_easy_wifi_ap (void)
 
xf_ip4_addr_t ex_easy_wifi_ap_get_last_sta_ip (void)
 
xf_ip4_addr_t ex_easy_wifi_ap_get_onw_ip (void)
 
xf_err_t ex_easy_wifi_sta (void)
 
bool ex_easy_wifi_sta_is_connected (void)
 
bool ex_easy_wifi_sta_got_ip (void)
 
xf_ip4_addr_t ex_easy_wifi_sta_get_gw_ip (void)
 
xf_ip4_addr_t ex_easy_wifi_sta_get_onw_ip (void)
 

详细描述

作者
catcatBlue (catca.nosp@m.tblu.nosp@m.e@qq..nosp@m.com)
版本
1.0
日期
2024-09-30

Copyright (c) 2024, CorAL. All rights reserved.

在文件 ex_easy_wifi.h 中定义.

函数说明

◆ ex_easy_wifi_ap()

xf_err_t ex_easy_wifi_ap ( void  )

在文件 ex_easy_wifi.c107 行定义.

◆ ex_easy_wifi_ap_get_last_sta_ip()

xf_ip4_addr_t ex_easy_wifi_ap_get_last_sta_ip ( void  )

在文件 ex_easy_wifi.c127 行定义.

◆ ex_easy_wifi_ap_get_onw_ip()

xf_ip4_addr_t ex_easy_wifi_ap_get_onw_ip ( void  )

在文件 ex_easy_wifi.c165 行定义.

◆ ex_easy_wifi_sta()

xf_err_t ex_easy_wifi_sta ( void  )

在文件 ex_easy_wifi.c191 行定义.

◆ ex_easy_wifi_sta_is_connected()

bool ex_easy_wifi_sta_is_connected ( void  )

在文件 ex_easy_wifi.c220 行定义.

◆ ex_easy_wifi_sta_got_ip()

bool ex_easy_wifi_sta_got_ip ( void  )

在文件 ex_easy_wifi.c225 行定义.

◆ ex_easy_wifi_sta_get_gw_ip()

xf_ip4_addr_t ex_easy_wifi_sta_get_gw_ip ( void  )

在文件 ex_easy_wifi.c230 行定义.

◆ ex_easy_wifi_sta_get_onw_ip()

xf_ip4_addr_t ex_easy_wifi_sta_get_onw_ip ( void  )

在文件 ex_easy_wifi.c256 行定义.