Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_main.h60 struct hostapd_iface *zephyr_get_hapd_handle_by_ifname(const char *ifname);
Dsupp_main.c269 struct hostapd_iface *zephyr_get_hapd_handle_by_ifname(const char *ifname) in zephyr_get_hapd_handle_by_ifname() function
Dsupp_api.c159 hapd = zephyr_get_hapd_handle_by_ifname(if_name); in get_hostapd_handle()