Tizen RT Public API
v1.1 D4
|
DM Connectivity APIs. More...
Go to the source code of this file.
Data Structures | |
struct | dm_scan_info_s |
Specify the data structure to hold WiFi scanning information. More... | |
Functions | |
int | dm_conn_get_rssi (int *rssi) |
get the rssi of network More... | |
int | dm_conn_get_address (char *ipAddr) |
get the ip address of network More... | |
int | dm_conn_get_interface (char *interface) |
get the current interface of network More... | |
int | dm_conn_get_channel (int *channel) |
get the channel of network More... | |
int | dm_conn_get_tx_power (int *dbm) |
get the tx power of network More... | |
int | dm_conn_set_tx_power (const int *dbm) |
set the tx power of network More... | |
int | dm_conn_register_linkup_cb (conn_cb cb) |
register link up callback function for connectivity event. More... | |
int | dm_conn_register_linkdown_cb (conn_cb cb) |
register link down callback function for connectivity event. More... | |
int | dm_conn_unregister_linkup_cb (conn_cb cb) |
unregister link up callback function for connectivity event. More... | |
int | dm_conn_unregister_linkdown_cb (conn_cb cb) |
unregister link down callback function for connectivity event. More... | |
DM Connectivity APIs.
Definition in file dm_connectivity.h.