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 32 struct eap_gpsk_csuite csuite_list[MAX_NUM_CSUITES];
127 data->csuite_count * sizeof(struct eap_gpsk_csuite);
142 data->csuite_count * sizeof(struct eap_gpsk_csuite));
144 data->csuite_count * sizeof(struct eap_gpsk_csuite));
155 struct eap_gpsk_csuite *csuite;
162 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
251 const struct eap_gpsk_csuite *csuite;
356 if (alen != data->csuite_count * sizeof(struct eap_gpsk_csuite) ||
371 csuite = (const struct eap_gpsk_csuite *) pos;
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 183 struct eap_gpsk_csuite *csuite;
186 count = csuite_list_len / sizeof(struct eap_gpsk_csuite);
189 csuite = (struct eap_gpsk_csuite *) csuite_list;
236 if (*list_len == 0 || (*list_len % sizeof(struct eap_gpsk_csuite))) {
299 struct eap_gpsk_csuite *csuite;
306 sizeof(struct eap_gpsk_csuite) + 2 + miclen;
471 const struct eap_gpsk_csuite *csuite;
481 csuite = (const struct eap_gpsk_csuite *) pos;

Completed in 2704 milliseconds