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

  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 39 struct eap_gpsk_csuite { struct
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 30 struct eap_gpsk_csuite csuite_list[MAX_NUM_CSUITES];
119 data->csuite_count * sizeof(struct eap_gpsk_csuite);
134 data->csuite_count * sizeof(struct eap_gpsk_csuite));
136 data->csuite_count * sizeof(struct eap_gpsk_csuite));
147 struct eap_gpsk_csuite *csuite;
154 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
243 const struct eap_gpsk_csuite *csuite;
348 if (alen != data->csuite_count * sizeof(struct eap_gpsk_csuite) ||
363 csuite = (const struct eap_gpsk_csuite *) pos;
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 200 struct eap_gpsk_csuite *csuite;
203 count = csuite_list_len / sizeof(struct eap_gpsk_csuite);
206 csuite = (struct eap_gpsk_csuite *) csuite_list;
257 if (len == 0 || (len % sizeof(struct eap_gpsk_csuite))) {
323 struct eap_gpsk_csuite *csuite;
330 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
495 const struct eap_gpsk_csuite *csuite;
505 csuite = (const struct eap_gpsk_csuite *) pos;

Completed in 76 milliseconds