Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c1976 void wifi_nxp_wpa_supp_event_mgmt_tx_status(void *if_priv, nxp_wifi_event_mlme_t *mlme_event, unsig… in wifi_nxp_wpa_supp_event_mgmt_tx_status() argument
1988 if (!mlme_event) in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2002 memcpy((void *)mlme_event->frame.frame, (const void *)wifi_if_ctx_rtos->last_mgmt_tx_data, in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2004 mlme_event->frame.frame_len = wifi_if_ctx_rtos->last_mgmt_tx_data_len; in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2011 if (mlme_event->frame.frame_len == 0) in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2021 … (const unsigned char *)mlme_event->frame.frame, in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2022 mlme_event->frame.frame_len, true); in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2028 … (const unsigned char *)mlme_event->frame.frame, in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2029 mlme_event->frame.frame_len, true); in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2332 struct wifi_nxp_umac_event_mlme *mlme_event,
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/
Drtos_wpa_supp_if.h145 void wifi_nxp_wpa_supp_event_mgmt_tx_status(void *if_priv, nxp_wifi_event_mlme_t *mlme_event, unsig…
Dwifi_nxp_internal.h610 …void (*mgmt_tx_status_callbk_fn)(void *if_priv, nxp_wifi_event_mlme_t *mlme_event, unsigned int ev…