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

  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 93 struct eap_sake_hdr *sake;
97 plen = sizeof(struct eap_sake_hdr) + length;
239 struct eap_sake_hdr *resp;
245 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) {
250 resp = (struct eap_sake_hdr *) pos;
412 struct eap_sake_hdr *resp;
418 if (pos == NULL || len < sizeof(struct eap_sake_hdr))
421 resp = (struct eap_sake_hdr *) pos;
  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.h 47 struct eap_sake_hdr { struct
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 117 struct eap_sake_hdr *sake;
121 plen = length + sizeof(struct eap_sake_hdr);
371 const struct eap_sake_hdr *req;
378 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) {
383 req = (const struct eap_sake_hdr *) pos;

Completed in 170 milliseconds