diff options
Diffstat (limited to 'include/network.h')
-rwxr-xr-x | include/network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h index d637579f..46ccc816 100755 --- a/include/network.h +++ b/include/network.h @@ -236,12 +236,14 @@ int connman_network_set_bssid_list(struct connman_network *network, GSList *bssids); void *connman_network_get_bssid_list(struct connman_network *network); unsigned int connman_network_get_max_bssid_count(struct connman_network *network); +#if defined TIZEN_EXT_INS int connman_network_set_last_connected_bssid(struct connman_network *network, const unsigned char *bssid); unsigned char *connman_network_get_last_connected_bssid(struct connman_network *network); void connman_network_set_assoc_reject_table(struct connman_network *network, GHashTable *assoc_reject_table); GHashTable *connman_network_get_assoc_reject_table(struct connman_network *network); +#endif /* defined TIZEN_EXT_INS */ __time_t connman_network_get_roam_scan_time(struct connman_network *network); void connman_network_set_roam_scan_time(struct connman_network *network, __time_t roam_scan_time); |