zephyr/modules/hostap
Maochen Wang 7260f2ddd5 hostap: remove unnecessary register of mgd iface in hostapd
In zephyr_hostapd_init, calls net_if_get_wifi_sap to get the SAP iface,
it means mgd iface of SAP type is registered before zephyr_hostapd_init.
Actually the mgd iface of SAP should be called in iface_api.init phase.
Therefore, remove unnecessary register of mgd iface in hostapd init.

Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
2024-12-17 09:48:29 +01:00
..
src hostap: remove unnecessary register of mgd iface in hostapd 2024-12-17 09:48:29 +01:00
CMakeLists.txt wifi: hostap: Remove CRYPTO default 2024-12-13 21:51:11 +01:00
Kconfig hostap: increase the default heap size of hostapd case 2024-12-16 10:53:21 +01:00