Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcux/middleware/wifi_nxp/incl/wlcmgr/wlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <wifi_events.h>
#include <wifi.h>

#define WLAN_DRV_VERSION "v1.3.r51.z_up.p12"
#define WLAN_DRV_VERSION "v1.3.r51.z_up.p13"

#if CONFIG_WPA2_ENTP
#include <wm_mbedtls_helper_api.h>
Expand Down
2 changes: 2 additions & 0 deletions mcux/middleware/wifi_nxp/wifidriver/wifi-uap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3408,7 +3408,9 @@ static void wifi_set_uap_dfs_cac(mlan_private *priv, Band_Config_t *bandcfg, t_u
if ((priv_sta->media_connected == MTRUE) && wlan_11h_radar_detect_required(priv, priv->uap_channel))
{
nxp_wifi_dfs_cac_info cacinfo;
#if (CONFIG_11AC)
t_u8 center_chan = 0;
#endif

memset(&cacinfo, 0, sizeof(nxp_wifi_dfs_cac_info));
cacinfo.center_freq = channel_to_frequency(priv->uap_channel, bandcfg->chanBand);
Expand Down