Skip to content

Commit

Permalink
middleware: wifi_nxp: Include new hostap glue layer header file
Browse files Browse the repository at this point in the history
Include new header file to support hostapd source code split
in glue layer.

Signed-off-by: Hui Bai <[email protected]>
  • Loading branch information
nxf58150 committed Feb 28, 2025
1 parent 9dc7449 commit 2a4beeb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#include "rtos_wpa_supp_if.h"
#include "wifi-internal.h"
#include "supp_main.h"
#if CONFIG_NXP_WIFI_SOFTAP_SUPPORT
#include "hapd_main.h"
#endif

#define MAX_MGMT_TX_FRAME_SIZE 1500

Expand Down

0 comments on commit 2a4beeb

Please sign in to comment.