Lines Matching defs:zep_drv_if_ctx
127 struct zep_drv_if_ctx { struct
128 struct zep_drv_ctx *drv_ctx;
129 void *supp_if_ctx;
130 struct net_if *iface;
131 const struct device *dev_ctx;
132 void *dev_priv;
134 struct k_sem drv_resp_sem;
137 struct wpa_scan_results *scan_res2;
138 bool scan_res2_get_in_prog;
140 bool ft_roaming;
141 bool roaming;
166 void (*scan_start)(struct zep_drv_if_ctx *if_ctx); argument