Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
Dwifi_nm.c29 if (!iface || !net_if_is_wifi(iface)) { in wifi_nm_get_instance_iface()
49 if (!iface || !net_if_is_wifi(iface)) { in wifi_nm_get_type_iface()
83 if (!net_if_is_wifi(iface)) { in wifi_nm_register_mgd_iface()
112 if (!net_if_is_wifi(iface)) { in wifi_nm_register_mgd_type_iface()
/Zephyr-Core-3.7.0/modules/hostap/src/
Dsupp_main.c155 if (!net_if_is_wifi(iface)) { in is_wanted_interface()
414 if (!net_if_is_wifi(iface)) { in iface_cb()
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_if.c5696 bool net_if_is_wifi(struct net_if *iface) in net_if_is_wifi() function
5713 if (net_if_is_wifi(iface)) { in net_if_get_first_wifi()
5723 if (net_if_is_wifi(iface) in net_if_get_wifi_sta()
5739 if (net_if_is_wifi(iface) in net_if_get_wifi_sap()
5835 if (net_if_is_wifi(iface)) { in set_default_name()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_if.h3068 bool net_if_is_wifi(struct net_if *iface);