Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/edgefast_wifi/include/
Dwpl.h123 wpl_ret_t WPL_AddNetworkWithSecurity(char *ssid, char *password, char *label, wpl_security_t securi…
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/edgefast_wifi/source/
Dwpl_nxp.c582 wpl_ret_t WPL_AddNetworkWithSecurity(char *ssid, char *password, char *label, wpl_security_t securi… in WPL_AddNetworkWithSecurity() function
669 return WPL_AddNetworkWithSecurity(ssid, password, label, WPL_SECURITY_WILDCARD); in WPL_AddNetwork()