Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/modules/hostap/src/
Dsupp_main.c245 if (!net_if_is_wifi(iface)) { in is_wanted_interface()
524 if (!net_if_is_wifi(iface)) { in iface_cb()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c6067 bool net_if_is_wifi(struct net_if *iface) in net_if_is_wifi() function
6084 if (net_if_is_wifi(iface)) { in net_if_get_first_wifi()
6094 if (net_if_is_wifi(iface) in net_if_get_wifi_sta()
6110 if (net_if_is_wifi(iface) in net_if_get_wifi_sap()
6206 if (net_if_is_wifi(iface)) { in set_default_name()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3222 bool net_if_is_wifi(struct net_if *iface);