Searched refs:password (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp87 (char*)pmsg->cmsg.cmsg_if_request.password,
100 (char*)pmsg->cmsg.cmsg_if_request.password,
113 (char*)pmsg->cmsg.cmsg_if_request.password,
183 (char*)pmsg->cmsg.cmsg_if_request.password,
196 (char*)pmsg->cmsg.cmsg_if_request.password,
209 (char*)pmsg->cmsg.cmsg_if_request.password,
H A Dloc_eng_dmn_conn_handler.h85 char password[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request
H A Dloc_eng_agps.h280 inline virtual void setWifiInfo(char* ssid, char* password) argument
281 { ssid[0] = 0; password[0] = 0; }
366 char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) :
369 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]),
375 strlcpy(mPassword, password, SSID_BUF_SIZE);
386 inline virtual void setWifiInfo(char* ssid, char* password) argument
393 strlcpy(password, mPassword, SSID_BUF_SIZE);
395 password[0] = '\0';
365 WIFISubscriber(const AgpsStateMachine* stateMachine, char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) argument
H A Dloc_eng_agps.cpp768 nifRequest.password[0] = '\0';
771 s->setWifiInfo(nifRequest.ssid, nifRequest.password);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp87 (char*)pmsg->cmsg.cmsg_if_request.password,
100 (char*)pmsg->cmsg.cmsg_if_request.password,
113 (char*)pmsg->cmsg.cmsg_if_request.password,
183 (char*)pmsg->cmsg.cmsg_if_request.password,
196 (char*)pmsg->cmsg.cmsg_if_request.password,
209 (char*)pmsg->cmsg.cmsg_if_request.password,
H A Dloc_eng_dmn_conn_handler.h85 char password[SSID_BUF_SIZE]; member in struct:ctrl_msg_if_request
H A Dloc_eng_agps.h279 inline virtual void setWifiInfo(char* ssid, char* password) argument
280 { ssid[0] = 0; password[0] = 0; }
358 char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) :
361 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]),
367 strlcpy(mPassword, password, SSID_BUF_SIZE);
375 inline virtual void setWifiInfo(char* ssid, char* password) argument
382 strlcpy(password, mPassword, SSID_BUF_SIZE);
384 password[0] = '\0';
357 WIFISubscriber(const AgpsStateMachine* stateMachine, char * ssid, char * password, loc_if_req_sender_id_e_type sender_id) argument
H A Dloc_eng_agps.cpp767 nifRequest.password[0] = '\0';
770 s->setWifiInfo(nifRequest.ssid, nifRequest.password);
/hardware/qcom/gps/msm8960/core/
H A Dgps_extended_c.h141 char password[SSID_BUF_SIZE]; member in struct:__anon1776
/hardware/qcom/gps/core/
H A Dgps_extended_c.h165 char password[SSID_BUF_SIZE]; member in struct:__anon1691
/hardware/ril/include/telephony/
H A Dril.h1374 /* the password for APN, or NULL */
1375 char* password; member in struct:__anon2486
2131 * ((const char **)data)[4] is the password for APN, or NULL
2491 * ((const char **)data)[1] is the password, or "" if not required
2525 * ((const char **)data)[2] = password
2550 * Change call barring facility password
2556 * ((const char **)data)[1] = old password
2557 * ((const char **)data)[2] = new password
5037 char *password; member in struct:__anon2488
/hardware/ril/reference-ril/
H A Dril.h1374 /* the password for APN, or NULL */
1375 char* password; member in struct:__anon2662
2131 * ((const char **)data)[4] is the password for APN, or NULL
2491 * ((const char **)data)[1] is the password, or "" if not required
2525 * ((const char **)data)[2] = password
2550 * Change call barring facility password
2556 * ((const char **)data)[1] = old password
2557 * ((const char **)data)[2] = new password
5037 char *password; member in struct:__anon2664
/hardware/ril/libril/
H A Dril.cpp1702 pf.password = strdupReadString(p);
1705 appendPrintBuf("%sapn=%s, protocol=%s, authtype=%d, username=%s, password=%s",
1706 printBuf, pf.apn, pf.protocol, pf.authtype, pf.username, pf.password);
1719 memsetString(pf.password);
1725 free(pf.password);
1931 dataProfiles[i].password = strdupReadString(p);
1947 user =%s, password =%s, type =%d, maxConnsTime =%d, maxConns =%d, \
1950 dataProfiles[i].user, dataProfiles[i].password, dataProfiles[i].type,

Completed in 213 milliseconds