提交 648b57b6 编写于 作者: O openharmony_ci 提交者: Gitee

!22 修改WPA_SUPPLICANT的编译问题。

Merge pull request !22 from 毛宇锋/master
...@@ -716,8 +716,8 @@ static int hostapd_is_usable_chan(struct hostapd_iface *iface, ...@@ -716,8 +716,8 @@ static int hostapd_is_usable_chan(struct hostapd_iface *iface,
if (!chan) if (!chan)
return 0; return 0;
if (!(chan->flag & HOSTAPD_CHAN_DISABLED)) if (!(chan->flag & HOSTAPD_CHAN_DISABLED))
return 1; return 1;
wpa_printf(MSG_INFO, wpa_printf(MSG_INFO,
"Channel %d (%s) not allowed for AP mode, flags: 0x%x%s%s", "Channel %d (%s) not allowed for AP mode, flags: 0x%x%s%s",
......
...@@ -716,8 +716,8 @@ static int hostapd_is_usable_chan(struct hostapd_iface *iface, ...@@ -716,8 +716,8 @@ static int hostapd_is_usable_chan(struct hostapd_iface *iface,
if (!chan) if (!chan)
return 0; return 0;
if (!(chan->flag & HOSTAPD_CHAN_DISABLED)) if (!(chan->flag & HOSTAPD_CHAN_DISABLED))
return 1; return 1;
wpa_printf(MSG_INFO, wpa_printf(MSG_INFO,
"Channel %d (%s) not allowed for AP mode, flags: 0x%x%s%s", "Channel %d (%s) not allowed for AP mode, flags: 0x%x%s%s",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册