Home
last modified time | relevance | path

Searched defs:zep_wpa_supp_dev_callbk_fns (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/drivers/
Ddriver_zephyr.h165 struct zep_wpa_supp_dev_callbk_fns { struct
166 void (*scan_start)(struct zep_drv_if_ctx *if_ctx);
168 void (*scan_done)(struct zep_drv_if_ctx *if_ctx,
171 void (*scan_res)(struct zep_drv_if_ctx *if_ctx, struct wpa_scan_res *r,
174 void (*auth_resp)(struct zep_drv_if_ctx *if_ctx,
177 void (*assoc_resp)(struct zep_drv_if_ctx *if_ctx,
180 void (*deauth)(struct zep_drv_if_ctx *if_ctx,
183 void (*disassoc)(struct zep_drv_if_ctx *if_ctx,
185 void (*mgmt_tx_status)(struct zep_drv_if_ctx *if_ctx,
188 void (*unprot_deauth)(struct zep_drv_if_ctx *if_ctx,
[all …]