diff options
Diffstat (limited to 'include/network.h')
-rwxr-xr-x | include/network.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h index 8ca53148..d1838a7d 100755 --- a/include/network.h +++ b/include/network.h @@ -241,6 +241,9 @@ unsigned char *connman_network_get_last_connected_bssid(struct connman_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); +__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); int connman_network_get_snr(struct connman_network *network); void connman_network_set_snr(struct connman_network *network, int snr); #endif |