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

  /external/wpa_supplicant/
eap_pax.c 110 static struct eap_pax_hdr * eap_pax_alloc_resp(const struct eap_pax_hdr *req, function
209 resp = eap_pax_alloc_resp(req, *respDataLen, EAP_PAX_OP_STD_2);
327 resp = eap_pax_alloc_resp(req, *respDataLen, EAP_PAX_OP_ACK);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_pax.c 100 static struct wpabuf * eap_pax_alloc_resp(const struct eap_pax_hdr *req, function
198 resp = eap_pax_alloc_resp(req, id, EAP_PAX_OP_STD_2, plen);
308 resp = eap_pax_alloc_resp(req, id, EAP_PAX_OP_ACK, EAP_PAX_ICV_LEN);

Completed in 487 milliseconds