.
├── config
└── hostap
    ├── src
    ├── hostapd
    └── wpa_supplicant

1. Unmodified source code in hostap dir, which clone from git://w1.fi/srv/git/hostap.git.
2. Use nxp custom config files:
       cp config/hostapd-nxp.config hostap/hostapd/.config
       cp config/wpa_supplicant-nxp.config hostap/wpa_supplicant/.config
