Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/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(const char *ssid, const char *password, int chan);
99 wpl_ret_t WPL_Stop_AP(void);
123 wpl_ret_t WPL_AddNetworkWithSecurity(const char *ssid, const char *password, const char *label, wpl…
136 wpl_ret_t WPL_AddNetwork(const char *ssid, const char *password, const char *label);
148 wpl_ret_t WPL_RemoveNetwork(const char *label);
160 wpl_ret_t WPL_Join(char *label);
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c167 wpl_ret_t WPL_Init(void) in WPL_Init()
169 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Init()
208 wpl_ret_t WPL_Start(linkLostCb_t callbackFunction) in WPL_Start()
210 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Start()
256 wpl_ret_t WPL_Stop(void) in WPL_Stop()
258 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Stop()
283 wpl_ret_t WPL_Start_AP(const char *ssid, const char *password, int chan) in WPL_Start_AP()
285 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Start_AP()
395 wpl_ret_t WPL_Stop_AP(void) in WPL_Stop_AP()
397 wpl_ret_t status = WPLRET_SUCCESS; in WPL_Stop_AP()
[all …]