Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/include/
H A DRk_wifi.h44 } RK_WIFI_INFO_Connection_s; typedef
58 typedef int(*RK_wifi_state_callback)(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info…
62 int RK_wifi_running_getConnectionInfo(RK_WIFI_INFO_Connection_s* pInfo);
/OK3568_Linux_fs/app/qsetting/
H A DRk_wifi.h44 } RK_WIFI_INFO_Connection_s; typedef
58 typedef int(*RK_wifi_state_callback)(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info…
62 int RK_wifi_running_getConnectionInfo(RK_WIFI_INFO_Connection_s* pInfo);
H A Dqtwifi.h43 RK_WIFI_INFO_Connection_s *info);
H A Dqtwifi.cpp130 RK_WIFI_INFO_Connection_s *info) in wifi_callback()
/OK3568_Linux_fs/external/rkwifibt-app/include/
H A DRk_wifi.h45 } RK_WIFI_INFO_Connection_s; typedef
59 typedef int(*RK_wifi_state_callback)(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info…
63 int RK_wifi_running_getConnectionInfo(RK_WIFI_INFO_Connection_s* pInfo);
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drk_wifi_test.c59 static void printf_connect_info(RK_WIFI_INFO_Connection_s *info) in printf_connect_info()
79 static int rk_wifi_state_callback(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info) in rk_wifi_state_callback()
349 RK_WIFI_INFO_Connection_s info; in rk_wifi_getConnectionInfo()
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()
/OK3568_Linux_fs/docs/cn/Linux/Wifibt/WIFIBT编程接口/
H A D最新WIFI接口说明.txt60 } RK_WIFI_INFO_Connection_s;
61 int RK_wifi_running_getConnectionInfo(RK_WIFI_INFO_Connection_s* pInfo);
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dwifi_ui.c101 static void printf_connect_info(RK_WIFI_INFO_Connection_s *info) in printf_connect_info()
116 static int rk_wifi_state_callback(RK_WIFI_RUNNING_State_e state, RK_WIFI_INFO_Connection_s *info) in rk_wifi_state_callback()
/OK3568_Linux_fs/external/rkwifibt-app/test/softap/
H A Dsoftap.c331 RK_WIFI_INFO_Connection_s info; in isWifiConnected()