HomeSort by relevance Sort by last modified time
    Searched refs:eap_gpsk_csuite (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant/
eap_gpsk_common.h 45 struct eap_gpsk_csuite { struct
eap_gpsk.c 190 struct eap_gpsk_csuite *csuite;
193 count = csuite_list_len / sizeof(struct eap_gpsk_csuite);
196 csuite = (struct eap_gpsk_csuite *) csuite_list;
242 if (*list_len == 0 || (*list_len % sizeof(struct eap_gpsk_csuite))) {
307 struct eap_gpsk_csuite *csuite;
314 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
358 csuite = (struct eap_gpsk_csuite *) rpos;
476 const struct eap_gpsk_csuite *csuite;
486 csuite = (const struct eap_gpsk_csuite *) pos;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_gpsk_common.h 45 struct eap_gpsk_csuite { struct
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 45 struct eap_gpsk_csuite { struct
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_gpsk.c 37 struct eap_gpsk_csuite csuite_list[MAX_NUM_CSUITES];
132 data->csuite_count * sizeof(struct eap_gpsk_csuite);
147 data->csuite_count * sizeof(struct eap_gpsk_csuite));
149 data->csuite_count * sizeof(struct eap_gpsk_csuite));
160 struct eap_gpsk_csuite *csuite;
167 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
256 const struct eap_gpsk_csuite *csuite;
361 if (alen != data->csuite_count * sizeof(struct eap_gpsk_csuite) ||
376 csuite = (const struct eap_gpsk_csuite *) pos;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 38 struct eap_gpsk_csuite csuite_list[MAX_NUM_CSUITES];
133 data->csuite_count * sizeof(struct eap_gpsk_csuite);
148 data->csuite_count * sizeof(struct eap_gpsk_csuite));
150 data->csuite_count * sizeof(struct eap_gpsk_csuite));
161 struct eap_gpsk_csuite *csuite;
168 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
257 const struct eap_gpsk_csuite *csuite;
362 if (alen != data->csuite_count * sizeof(struct eap_gpsk_csuite) ||
377 csuite = (const struct eap_gpsk_csuite *) pos;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_gpsk.c 188 struct eap_gpsk_csuite *csuite;
191 count = csuite_list_len / sizeof(struct eap_gpsk_csuite);
194 csuite = (struct eap_gpsk_csuite *) csuite_list;
241 if (*list_len == 0 || (*list_len % sizeof(struct eap_gpsk_csuite))) {
304 struct eap_gpsk_csuite *csuite;
311 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
461 const struct eap_gpsk_csuite *csuite;
471 csuite = (const struct eap_gpsk_csuite *) pos;
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 189 struct eap_gpsk_csuite *csuite;
192 count = csuite_list_len / sizeof(struct eap_gpsk_csuite);
195 csuite = (struct eap_gpsk_csuite *) csuite_list;
242 if (*list_len == 0 || (*list_len % sizeof(struct eap_gpsk_csuite))) {
305 struct eap_gpsk_csuite *csuite;
312 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
462 const struct eap_gpsk_csuite *csuite;
472 csuite = (const struct eap_gpsk_csuite *) pos;

Completed in 5536 milliseconds