Home
last modified time | relevance | path

Searched refs:net_if_get_first_wifi (Results 1 – 5 of 5) 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/drivers/wifi/siwx91x/
Dsiwx91x_wifi_socket.c150 struct siwx91x_dev *sidev = net_if_get_first_wifi()->if_dev->dev->data; in siwx91x_sock_on_recv()
172 struct siwx91x_dev *sidev = net_if_get_first_wifi()->if_dev->dev->data; in siwx91x_sock_get()
Dsiwx91x_wifi.c344 struct net_if *iface = net_if_get_first_wifi(); in sl_si91x_host_process_data_frame()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c641 iface = net_if_get_first_wifi(); in net_if_get_default()
6081 struct net_if *net_if_get_first_wifi(void) in net_if_get_first_wifi() function
6104 return net_if_get_first_wifi(); in net_if_get_wifi_sta()
6120 return net_if_get_first_wifi(); in net_if_get_wifi_sap()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3229 struct net_if *net_if_get_first_wifi(void);