Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/wifi/wifi_nm/src/
Dmain.c129 struct net_if *iface = net_if_get_first_wifi(); in request_scan()
147 if (wifi_nm_get_instance_iface(net_if_get_first_wifi())) { in ZTEST()
148 ret = wifi_nm_unregister_mgd_iface(nm, net_if_get_first_wifi()); in ZTEST()
174 ret = wifi_nm_register_mgd_iface(nm, net_if_get_first_wifi()); in ZTEST()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c639 iface = net_if_get_first_wifi(); in net_if_get_default()
5972 struct net_if *net_if_get_first_wifi(void) in net_if_get_first_wifi() function
5995 return net_if_get_first_wifi(); in net_if_get_wifi_sta()
6011 return net_if_get_first_wifi(); in net_if_get_wifi_sap()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3164 struct net_if *net_if_get_first_wifi(void);