Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:act

717 	struct eap_tlv_request_action_tlv *act;
720 act = (struct eap_tlv_request_action_tlv *) pos;
721 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV);
722 act->length = host_to_be16(2);
723 act->action = host_to_be16(EAP_TLV_ACTION_PROCESS_TLV);
725 pac = (struct eap_tlv_hdr *) (act + 1);