Home
last modified time | relevance | path

Searched refs:wpl_ret_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/edgefast_wifi/include/
Dwpl.h35 } wpl_ret_t; typedef
54 wpl_ret_t WPL_Init(void);
66 wpl_ret_t WPL_Start(linkLostCb_t callbackFunction);
75 wpl_ret_t WPL_Stop(void);
91 wpl_ret_t WPL_Start_AP(char *ssid, char *password, int chan);
99 wpl_ret_t WPL_Stop_AP(void);
123 wpl_ret_t WPL_AddNetworkWithSecurity(char *ssid, char *password, char *label, wpl_security_t securi…
136 wpl_ret_t WPL_AddNetwork(char *ssid, char *password, char *label);
148 wpl_ret_t WPL_RemoveNetwork(char *label);
160 wpl_ret_t WPL_Join(char *label);
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/edgefast_wifi/source/
Dwpl_nxp.c166 wpl_ret_t WPL_Init(void) in WPL_Init()
168 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Init()
206 wpl_ret_t WPL_Start(linkLostCb_t callbackFunction) in WPL_Start()
208 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Start()
254 wpl_ret_t WPL_Stop(void) in WPL_Stop()
256 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Stop()
281 wpl_ret_t WPL_Start_AP(char *ssid, char *password, int chan) in WPL_Start_AP()
283 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Start_AP()
392 wpl_ret_t WPL_Stop_AP(void) in WPL_Stop_AP()
394 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Stop_AP()
[all …]