mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 21:14:50 +08:00
Merge branch 'RT-Thread:master' into master
This commit is contained in:
@@ -944,7 +944,7 @@ static rt_err_t _rt_wlan_dev_control(rt_device_t dev, int cmd, void *args)
|
|||||||
case RT_WLAN_CMD_GET_FAST_CONNECT_INFO:
|
case RT_WLAN_CMD_GET_FAST_CONNECT_INFO:
|
||||||
{
|
{
|
||||||
|
|
||||||
LOG_D("%s %d cmd[%d]:%s run......", __FUNCTION__, __LINE__, RT_WLAN_CMD_GET_FAST_INFO, "RT_WLAN_CMD_GET_FAST_INFO");
|
LOG_D("%s %d cmd[%d]:%s run......", __FUNCTION__, __LINE__, RT_WLAN_CMD_GET_FAST_CONNECT_INFO, "RT_WLAN_CMD_GET_FAST_CONNECT_INFO");
|
||||||
if (wlan->ops->wlan_get_fast_info)
|
if (wlan->ops->wlan_get_fast_info)
|
||||||
{
|
{
|
||||||
err = wlan->ops->wlan_get_fast_info(args);
|
err = wlan->ops->wlan_get_fast_info(args);
|
||||||
|
|||||||
Reference in New Issue
Block a user