Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ _sta_is_null
Function
_sta_is_null
components/drivers/wlan/dev_wlan_mgnt.c:126–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
#endif
125
126
rt_inline int _sta_is_null(void)
127
{
128
if (_sta_mgnt.device == RT_NULL)
129
{
130
return 1;
131
}
132
return 0;
133
}
134
135
rt_inline int _ap_is_null(void)
136
{
Callers
13
rt_wlan_connect
Function · 0.85
rt_wlan_connect_adv
Function · 0.85
rt_wlan_disconnect
Function · 0.85
rt_wlan_is_connected
Function · 0.85
rt_wlan_is_ready
Function · 0.85
rt_wlan_set_mac
Function · 0.85
rt_wlan_get_mac
Function · 0.85
rt_wlan_get_info
Function · 0.85
rt_wlan_get_rssi
Function · 0.85
rt_wlan_scan
Function · 0.85
rt_wlan_scan_with_info
Function · 0.85
rt_wlan_set_powersave
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected