Home
last modified time | relevance | path

Searched refs:NET_REQUEST_WIFI_CONNECT_STORED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_shell.c297 int rc = net_mgmt(NET_REQUEST_WIFI_CONNECT_STORED, iface, NULL, 0); in cmd_auto_connect()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h309 #define NET_REQUEST_WIFI_CONNECT_STORED (_NET_WIFI_BASE | NET_REQUEST_WIFI_CMD_CONNECT_STORED) macro
311 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_CONNECT_STORED);
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c1532 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_WIFI_CONNECT_STORED, connect_stored_command);