Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c32 static struct net_if *sta_iface; variable
148 if (!sta_iface) { in connect_to_wifi()
163 int ret = net_mgmt(NET_REQUEST_WIFI_CONNECT, sta_iface, &sta_config, in connect_to_wifi()
183 sta_iface = net_if_get_wifi_sta(); in main()