Hi,

With GearS3, you might use Tizen3.0 or later.
As you can see in the API guide, you would use "wifi_manager_ap_get_rssi" to 
get info. about the specific AP.
(https://developer.tizen.org/development/api-references/native-application?redirect=https://developer.tizen.org/dev-guide/4.0.0/org.tizen.native.wearable.apireference/group__CAPI__NETWORK__WIFI__MANAGER__AP__NETWORK__MODULE.html#gaff5514442c1beaad794b408d5751d63e)

Basically, the first param, wifi_manager_ap_h ap, is the handle for the 
specific AP.
So, when you want to get the RSSI for an AP, you would (1)specify an AP and 
(2)query the RSSI info about the AP.
The codelet can be found in the Tizen Source Repo here;
(1) int test_wifi_manager_get_ap_info(void)
(2) static bool __test_found_print_ap_info_callback(wifi_manager_ap_h ap, void 
*user_data)

https://review.tizen.org/gerrit/gitweb?p=platform/core/api/wifi-manager.git;a=blob;f=test/wifi_manager_test.c;h=ca0654b681e66780815b5828f0294a14390ac340;hb=refs/heads/tizen_4.0

Thanks,
Steve / Taesoo
=========================================================================================================

From: Application-dev [mailto:application-dev-boun...@lists.tizen.org] On 
Behalf Of I know U
Sent: Sunday, March 10, 2019 8:45 PM
To: application-dev
Subject: [Tizen Application-dev] help

Hello:
I want to get the rssi of WiFi using gear s3. I only found the following 
function int wifi_manager_ap_get_rssi (wifi_manager_ap_h ap, int *rssi) on the 
official website and I do not understand the parameter ap. How can I use this 
function specifically? Can you give some examples to illustrate? Or is there 
any other way to get WiFi rssi?
Thank you!

------------------
best wishes!

 


_______________________________________________
Application-dev mailing list
Application-dev@lists.tizen.org
https://lists.tizen.org/listinfo/application-dev

Reply via email to