Home
last modified time | relevance | path

Searched refs:os_vif_ctx (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dnet_if.h43 void nrf_wifi_if_rx_frm(void *os_vif_ctx,
47 void nrf_wifi_if_sniffer_rx_frm(void *os_vif_ctx,
53 enum nrf_wifi_status nrf_wifi_if_carr_state_chg(void *os_vif_ctx,
61 void nrf_wifi_set_iface_event_handler(void *os_vif_ctx,
Dwpa_supp_if.h123 void nrf_wifi_supp_event_proc_get_conn_info(void *os_vif_ctx,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c40 void nrf_wifi_set_iface_event_handler(void *os_vif_ctx, in nrf_wifi_set_iface_event_handler() argument
46 if (!os_vif_ctx) { in nrf_wifi_set_iface_event_handler()
60 vif_ctx_zep = os_vif_ctx; in nrf_wifi_set_iface_event_handler()
198 vif_ctx_zep = vif_ctx->os_vif_ctx; in nrf_wifi_rpu_recovery_cb()
232 void nrf_wifi_if_sniffer_rx_frm(void *os_vif_ctx, void *frm, in nrf_wifi_if_sniffer_rx_frm() argument
236 struct nrf_wifi_vif_ctx_zep *vif_ctx_zep = os_vif_ctx; in nrf_wifi_if_sniffer_rx_frm()
264 void nrf_wifi_if_rx_frm(void *os_vif_ctx, void *frm) in nrf_wifi_if_rx_frm() argument
266 struct nrf_wifi_vif_ctx_zep *vif_ctx_zep = os_vif_ctx; in nrf_wifi_if_rx_frm()
295 enum nrf_wifi_status nrf_wifi_if_carr_state_chg(void *os_vif_ctx, in nrf_wifi_if_carr_state_chg() argument
301 if (!os_vif_ctx) { in nrf_wifi_if_carr_state_chg()
[all …]