Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_zephyr.c422 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_abort_scan()
900 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_register_frame()
1109 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_get_hw_feature_data()
1217 if_ctx->dev_ctx = device; in wpa_drv_zep_init()
1220 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_init()
1277 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_deinit()
1326 if_ctx->dev_ctx = device; in wpa_drv_zep_hapd_init()
1331 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_hapd_init()
1395 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_do_acs()
1432 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_scan2()
[all …]
Ddriver_zephyr.h131 const struct device *dev_ctx; member