Lines Matching refs:supplicant_context
130 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()
468 struct supplicant_context *ctx = CONTAINER_OF(work, struct supplicant_context, in iface_work_handler()
482 static void submit_iface_work(struct supplicant_context *ctx, in submit_iface_work()
484 int (*handler)(struct supplicant_context *ctx, in submit_iface_work()
521 struct supplicant_context *ctx = user_data; in iface_cb()
544 static int setup_interface_monitoring(struct supplicant_context *ctx, struct net_if *iface) in setup_interface_monitoring()
559 struct supplicant_context *ctx = user_data; in event_socket_handler()
626 static int register_supplicant_event_socket(struct supplicant_context *ctx) in register_supplicant_event_socket()
645 struct supplicant_context *ctx; in hostapd_get_interface()
1008 static void zephyr_hostapd_init(struct supplicant_context *ctx) in zephyr_hostapd_init()
1136 struct supplicant_context *ctx; in handler()