MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _is_do_connect

Function _is_do_connect

components/drivers/wlan/dev_wlan_mgnt.c:144–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144rt_inline rt_bool_t _is_do_connect(void)
145{
146 if ((rt_wlan_get_autoreconnect_mode() == RT_FALSE) ||
147 (rt_wlan_is_connected() == RT_TRUE) ||
148 (_sta_mgnt.state & RT_WLAN_STATE_CONNECTING))
149 {
150 return RT_FALSE;
151 }
152 return RT_TRUE;
153}
154
155#ifdef RT_WLAN_WORK_THREAD_ENABLE
156

Callers 2

rt_wlan_auto_connect_runFunction · 0.85
rt_wlan_cyclic_checkFunction · 0.85

Calls 2

rt_wlan_is_connectedFunction · 0.85

Tested by

no test coverage detected