MCPcopy 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
135rt_inline int _ap_is_null(void)
136{
137 if (_ap_mgnt.device == RT_NULL)
138 {
139 return 1;
140 }
141 return 0;
142}
143
144rt_inline rt_bool_t _is_do_connect(void)
145{

Callers 10

rt_wlan_sta_info_addFunction · 0.85
rt_wlan_sta_info_delFunction · 0.85
rt_wlan_start_apFunction · 0.85
rt_wlan_start_ap_advFunction · 0.85
rt_wlan_ap_is_activeFunction · 0.85
rt_wlan_ap_stopFunction · 0.85
rt_wlan_ap_get_infoFunction · 0.85
rt_wlan_ap_deauth_staFunction · 0.85
rt_wlan_ap_set_countryFunction · 0.85
rt_wlan_ap_get_countryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected