X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gtest%2Fwifi.h;h=17d3b7ac766f062e5883aa0695d0cd2bcfc9202f;hb=fe7130cfd5e0aa33b899d5576900c31bc9845d04;hp=ef0200cba2f547fdb5a677aebe6a5511fec387db;hpb=8d9d52785402a1572c466178a3ab5e6838715183;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git diff --git a/gtest/wifi.h b/gtest/wifi.h index ef0200c..17d3b7a 100755 --- a/gtest/wifi.h +++ b/gtest/wifi.h @@ -25,9 +25,9 @@ public: ~Wifi(); error_e GetWifiState(char *state); -error_e IsIpConflictDetectEnabled(bool *state); +error_e IsIpConflictDetectEnabled(gboolean *state); error_e SetBgscan(int scan_mode); -error_e GetAutoscan(bool *state); +error_e GetAutoscan(gboolean *state); error_e GetIpConflictState(int *state); error_e GetIpConflictPeriod(int *period); error_e GetAutoscanmode(int *autoscanmode); @@ -52,12 +52,12 @@ error_e DeleteEapConfig(const char *profile_name); error_e IpConflictSetEnable(bool detect); error_e GetSimImsi(char *imsi); error_e ReqSimAuth(const unsigned char *rand_data, unsigned int length, - bool *result); + gboolean *result); error_e ReqAkaAuth(const unsigned char *rand_data, int rand_length, - const unsigned char *auth_data, int auth_length, bool *result); + const unsigned char *auth_data, int auth_length, gboolean *result); error_e GetSimAuth(const unsigned char *auth_data, unsigned int length); error_e CheckBlackList(const char *name, const char *sec_type, - const char *eap, bool *allowed); + const char *eap, gboolean *allowed); error_e TdlsDisconnect(const char *peer_mac_address, int *result); error_e TdlsConnectedPeer(char *peer_mac_address); error_e TdlsConnect(const char *peer_mac_address, int *result);