Home
last modified time | relevance | path

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

/hostap-3.6.0/src/drivers/
Ddriver_zephyr.h114 struct zep_drv_if_ctx { struct
136 void (*scan_start)(struct zep_drv_if_ctx *if_ctx); argument
138 void (*scan_done)(struct zep_drv_if_ctx *if_ctx,
141 void (*scan_res)(struct zep_drv_if_ctx *if_ctx, struct wpa_scan_res *r,
144 void (*auth_resp)(struct zep_drv_if_ctx *if_ctx,
147 void (*assoc_resp)(struct zep_drv_if_ctx *if_ctx,
150 void (*deauth)(struct zep_drv_if_ctx *if_ctx,
153 void (*disassoc)(struct zep_drv_if_ctx *if_ctx,
156 void (*mgmt_tx_status)(struct zep_drv_if_ctx *if_ctx,
159 void (*unprot_deauth)(struct zep_drv_if_ctx *if_ctx,
[all …]
Ddriver_zephyr.c66 struct zep_drv_if_ctx *if_ctx = NULL; in wpa_drv_zep_abort_scan()
96 struct zep_drv_if_ctx *if_ctx = NULL; in wpa_drv_zep_scan_timeout()
110 void wpa_drv_zep_event_proc_scan_start(struct zep_drv_if_ctx *if_ctx) in wpa_drv_zep_event_proc_scan_start()
118 void wpa_drv_zep_event_proc_scan_done(struct zep_drv_if_ctx *if_ctx, in wpa_drv_zep_event_proc_scan_done()
133 void wpa_drv_zep_event_proc_scan_res(struct zep_drv_if_ctx *if_ctx, in wpa_drv_zep_event_proc_scan_res()
165 void wpa_drv_zep_event_proc_auth_resp(struct zep_drv_if_ctx *if_ctx, in wpa_drv_zep_event_proc_auth_resp()
174 void wpa_drv_zep_event_proc_assoc_resp(struct zep_drv_if_ctx *if_ctx, in wpa_drv_zep_event_proc_assoc_resp()
196 void wpa_drv_zep_event_proc_deauth(struct zep_drv_if_ctx *if_ctx, in wpa_drv_zep_event_proc_deauth()
205 void wpa_drv_zep_event_proc_disassoc(struct zep_drv_if_ctx *if_ctx, in wpa_drv_zep_event_proc_disassoc()
213 static void wpa_drv_zep_event_mgmt_tx_status(struct zep_drv_if_ctx *if_ctx, in wpa_drv_zep_event_mgmt_tx_status()
[all …]