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;
413 struct eap_sake_hdr *resp;
419 if (pos == NULL || len < sizeof(struct eap_sake_hdr))
422 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 118 struct eap_sake_hdr *sake;
122 plen = length + sizeof(struct eap_sake_hdr);
366 const struct eap_sake_hdr *req;
373 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) {
378 req = (const struct eap_sake_hdr *) pos;

Completed in 616 milliseconds