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

  /external/wpa_supplicant/
eap_fast.c 1235 struct eap_tlv_crypto_binding__tlv *rbind; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 608 struct eap_tlv_crypto_binding_tlv *rbind,
611 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
613 rbind->length = host_to_be16(sizeof(*rbind) -
615 rbind->version = EAP_FAST_VERSION;
616 rbind->received_version = _bind->version;
617 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
618 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce));
619 inc_byte_array(rbind->nonce, sizeof(rbind->nonce))
    [all...]

Completed in 22 milliseconds