Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_main.c130 struct supplicant_context { struct
141 int (*iface_handler)(struct supplicant_context *ctx, struct net_if *iface); argument
176 static struct supplicant_context *get_default_context(void) in get_default_context()
178 static struct supplicant_context ctx; in get_default_context()
195 struct supplicant_context *ctx; in zephyr_wifi_send_event()
257 struct supplicant_context *ctx = get_default_context(); in zephyr_get_handle_by_ifname()
272 struct supplicant_context *ctx = get_default_context(); in zephyr_get_hapd_handle_by_ifname()
284 static int get_iface_count(struct supplicant_context *ctx) in get_iface_count()
297 static int add_interface(struct supplicant_context *ctx, struct net_if *iface) in add_interface()
367 static int del_interface(struct supplicant_context *ctx, struct net_if *iface) in del_interface()
[all …]