mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
netinit: associate wlan if DRIVERS_IEEE80211 enabled
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -595,7 +595,7 @@ static void netinit_net_bringup(void)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_WIRELESS_WAPI
|
||||
#if defined(CONFIG_WIRELESS_WAPI) && defined(CONFIG_DRIVERS_IEEE80211)
|
||||
/* Associate the wlan with an access point. */
|
||||
|
||||
if (netinit_associate(NET_DEVNAME) < 0)
|
||||
|
Reference in New Issue
Block a user