Searched refs:cookie_rsp_event (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
| D | fmac_main.c | 400 struct nrf_wifi_umac_event_cookie_rsp *cookie_rsp_event, in nrf_wifi_event_proc_cookie_rsp() argument 417 LOG_DBG("%s: cookie_rsp_event->cookie = %llx", __func__, cookie_rsp_event->cookie); in nrf_wifi_event_proc_cookie_rsp() 418 LOG_DBG("%s: host_cookie = %llx", __func__, cookie_rsp_event->host_cookie); in nrf_wifi_event_proc_cookie_rsp() 420 cookie_rsp_event->mac_addr[0], in nrf_wifi_event_proc_cookie_rsp() 421 cookie_rsp_event->mac_addr[1], in nrf_wifi_event_proc_cookie_rsp() 422 cookie_rsp_event->mac_addr[2], in nrf_wifi_event_proc_cookie_rsp() 423 cookie_rsp_event->mac_addr[3], in nrf_wifi_event_proc_cookie_rsp() 424 cookie_rsp_event->mac_addr[4], in nrf_wifi_event_proc_cookie_rsp() 425 cookie_rsp_event->mac_addr[5]); in nrf_wifi_event_proc_cookie_rsp()
|