Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/include/
H A DRk_wifi.h26 } RK_WIFI_RUNNING_State_e; typedef
58 typedef int(*RK_wifi_state_callback)(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info…
61 int RK_wifi_running_getState(RK_WIFI_RUNNING_State_e* pState);
/OK3568_Linux_fs/app/qsetting/
H A DRk_wifi.h26 } RK_WIFI_RUNNING_State_e; typedef
58 typedef int(*RK_wifi_state_callback)(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info…
61 int RK_wifi_running_getState(RK_WIFI_RUNNING_State_e* pState);
H A Dqtwifi.h42 static int wifi_callback(RK_WIFI_RUNNING_State_e state,
H A Dqtwifi.cpp129 int qtWifi::wifi_callback(RK_WIFI_RUNNING_State_e state, in wifi_callback()
/OK3568_Linux_fs/external/rkwifibt-app/include/
H A DRk_wifi.h26 } RK_WIFI_RUNNING_State_e; typedef
59 typedef int(*RK_wifi_state_callback)(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info…
62 int RK_wifi_running_getState(RK_WIFI_RUNNING_State_e* pState);
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dwifi_ui.c45 static RK_WIFI_RUNNING_State_e wifi_state = 0;
116 static int rk_wifi_state_callback(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info) in rk_wifi_state_callback()
277 static RK_WIFI_RUNNING_State_e last_state = 0; in wifi_update()
/OK3568_Linux_fs/docs/cn/Linux/Wifibt/WIFIBT编程接口/
H A D最新WIFI接口说明.txt43 } RK_WIFI_RUNNING_State_e;
47 int RK_wifi_running_getState(RK_WIFI_RUNNING_State_e* pState);
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drk_wifi_test.c78 static RK_WIFI_RUNNING_State_e wifi_state = 0;
79 static int rk_wifi_state_callback(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info) in rk_wifi_state_callback()
H A Drk_ble_app.c104 static int rk_blewifi_state_callback(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info) in rk_blewifi_state_callback()