Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ _ap_is_null
Function
_ap_is_null
components/drivers/wlan/dev_wlan_mgnt.c:135–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
rt_inline int _ap_is_null(void)
136
{
137
if (_ap_mgnt.device == RT_NULL)
138
{
139
return 1;
140
}
141
return 0;
142
}
143
144
rt_inline rt_bool_t _is_do_connect(void)
145
{
Callers
10
rt_wlan_sta_info_add
Function · 0.85
rt_wlan_sta_info_del
Function · 0.85
rt_wlan_start_ap
Function · 0.85
rt_wlan_start_ap_adv
Function · 0.85
rt_wlan_ap_is_active
Function · 0.85
rt_wlan_ap_stop
Function · 0.85
rt_wlan_ap_get_info
Function · 0.85
rt_wlan_ap_deauth_sta
Function · 0.85
rt_wlan_ap_set_country
Function · 0.85
rt_wlan_ap_get_country
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected