HomeSort by relevance Sort by last modified time
    Searched defs:SSID_BUF_SIZE (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 35 //for SSID_BUF_SIZE
38 #ifndef SSID_BUF_SIZE
39 #define SSID_BUF_SIZE (32+1)
84 char ssid[SSID_BUF_SIZE];
85 char password[SSID_BUF_SIZE];
loc_eng_msg.h 43 #ifndef SSID_BUF_SIZE
44 #define SSID_BUF_SIZE (32+1)
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_handler.h 35 //for SSID_BUF_SIZE
38 #ifndef SSID_BUF_SIZE
39 #define SSID_BUF_SIZE (32+1)
84 char ssid[SSID_BUF_SIZE];
85 char password[SSID_BUF_SIZE];
loc_eng_msg.h 43 #ifndef SSID_BUF_SIZE
44 #define SSID_BUF_SIZE (32+1)
  /hardware/qcom/gps/core/
gps_extended_c.h 105 #define SSID_BUF_SIZE (32+1)
164 char ssid[SSID_BUF_SIZE];
165 char password[SSID_BUF_SIZE];
  /hardware/qcom/gps/msm8960/core/
gps_extended_c.h 89 #define SSID_BUF_SIZE (32+1)
140 char ssid[SSID_BUF_SIZE];
141 char password[SSID_BUF_SIZE];

Completed in 51 milliseconds