Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwpa_supp_if.h102 struct nrf_wifi_umac_event_mlme *mlme_event,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c1309 struct nrf_wifi_umac_event_mlme *mlme_event, in nrf_wifi_wpa_supp_event_mgmt_tx_status() argument
1322 if (!mlme_event) { in nrf_wifi_wpa_supp_event_mgmt_tx_status()
1327 acked = mlme_event->nrf_wifi_flags & NRF_WIFI_EVENT_MLME_ACK ? true : false; in nrf_wifi_wpa_supp_event_mgmt_tx_status()
1329 __func__, mlme_event->cookie, acked ? "ACK" : "NOACK"); in nrf_wifi_wpa_supp_event_mgmt_tx_status()
1334 mlme_event->frame.frame, in nrf_wifi_wpa_supp_event_mgmt_tx_status()
1335 mlme_event->frame.frame_len, in nrf_wifi_wpa_supp_event_mgmt_tx_status()
1722 struct nrf_wifi_umac_event_mlme *mlme_event, in nrf_wifi_wpa_supp_event_mgmt_rx_callbk_fn() argument
1734 if (!mlme_event || !event_len) { in nrf_wifi_wpa_supp_event_mgmt_rx_callbk_fn()
1741 mlme_event->frame.frame, in nrf_wifi_wpa_supp_event_mgmt_rx_callbk_fn()
1742 mlme_event->frame.frame_len, in nrf_wifi_wpa_supp_event_mgmt_rx_callbk_fn()
[all …]