Home
last modified time | relevance | path

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

/hostap-3.6.0/src/drivers/
Ddriver_zephyr.c72 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_abort_scan()
489 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_register_frame()
651 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_get_hw_feature_data()
748 if_ctx->dev_ctx = device; in wpa_drv_zep_init()
751 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_init()
802 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_deinit()
832 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_scan2()
891 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_get_scan_results2()
954 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_deauthenticate()
982 dev_ops = get_dev_ops(if_ctx->dev_ctx); in wpa_drv_zep_authenticate()
[all …]
Ddriver_zephyr.h118 const struct device *dev_ctx; member