Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:resp

795 	u8 *resp;
799 resp = eap_get_eapRespData(sm->eap, &resp_len);
800 if (resp == NULL) {
808 IEEE802_1X_TYPE_EAP_PACKET, resp, resp_len);
811 os_free(resp);