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.c2063 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
2075 if (!mlme_event) in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2089 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()
2091 mlme_event->frame.frame_len = wifi_if_ctx_rtos->last_mgmt_tx_data_len; in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2098 if (mlme_event->frame.frame_len == 0) in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2108 … (const unsigned char *)mlme_event->frame.frame, in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2109 mlme_event->frame.frame_len, true); in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2115 … (const unsigned char *)mlme_event->frame.frame, in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2116 mlme_event->frame.frame_len, true); in wifi_nxp_wpa_supp_event_mgmt_tx_status()
2423 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…