MCPcopy 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
126rt_inline int _sta_is_null(void)
127{
128 if (_sta_mgnt.device == RT_NULL)
129 {
130 return 1;
131 }
132 return 0;
133}
134
135rt_inline int _ap_is_null(void)
136{

Callers 13

rt_wlan_connectFunction · 0.85
rt_wlan_connect_advFunction · 0.85
rt_wlan_disconnectFunction · 0.85
rt_wlan_is_connectedFunction · 0.85
rt_wlan_is_readyFunction · 0.85
rt_wlan_set_macFunction · 0.85
rt_wlan_get_macFunction · 0.85
rt_wlan_get_infoFunction · 0.85
rt_wlan_get_rssiFunction · 0.85
rt_wlan_scanFunction · 0.85
rt_wlan_scan_with_infoFunction · 0.85
rt_wlan_set_powersaveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected