HomeSort by relevance Sort by last modified time
    Searched full:_bind (Results 1 - 25 of 30) sorted by null

1 2

  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 592 struct eap_tlv_crypto_binding_tlv *_bind)
596 _bind->version, _bind->received_version, _bind->subtype);
598 _bind->nonce, sizeof(_bind->nonce));
600 _bind->compound_mac, sizeof(_bind->compound_mac));
602 if (_bind->version != EAP_FAST_VERSION ||
603 _bind->received_version != EAP_FAST_VERSION |
    [all...]