Home
last modified time | relevance | path

Searched refs:s_wplState (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c57 static wpl_state_t s_wplState = WPL_NOT_INITIALIZED; variable
82 if (s_wplState >= WPL_INITIALIZED) in wlan_event_callback()
171 if (s_wplState != WPL_NOT_INITIALIZED) in WPL_Init()
202 s_wplState = WPL_INITIALIZED; in WPL_Init()
214 if (s_wplState != WPL_INITIALIZED) in WPL_Start()
250 s_wplState = WPL_STARTED; in WPL_Start()
261 if (s_wplState != WPL_STARTED) in WPL_Stop()
277 s_wplState = WPL_INITIALIZED; in WPL_Stop()
293 if ((s_wplState != WPL_STARTED) || (s_wplUapActivated != false)) in WPL_Start_AP()
401 if ((s_wplState != WPL_STARTED) || (s_wplUapActivated != true)) in WPL_Stop_AP()
[all …]