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

  /external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h 43 be16 tlv_type; member in struct:eap_tlv_hdr
48 be16 tlv_type; member in struct:eap_tlv_nak_tlv
55 be16 tlv_type; member in struct:eap_tlv_result_tlv
62 be16 tlv_type; member in struct:eap_tlv_intermediate_result_tlv
70 be16 tlv_type; member in struct:eap_tlv_crypto_binding_tlv
81 be16 tlv_type; member in struct:eap_tlv_pac_ack_tlv
90 be16 tlv_type; member in struct:eap_tlv_request_action_tlv
97 be16 tlv_type; /* PAC_TYPE_PAC_TYPE */ member in struct:eap_tlv_pac_type_tlv
eap_fast_common.h 105 int tlv_type, u8 *pos, int len);
eap_fast_common.c 177 int tlv_type, u8 *pos, int len)
179 switch (tlv_type) {
  /external/tcpdump/
print-ospf.c 256 register int j, k, tlv_type, tlv_length, subtlv_type, subtlv_length, priority_level, te_class; local
459 tlv_type = EXTRACT_16BITS(tptr);
465 tok2str(lsa_opaque_ri_tlv_values,"unknown",tlv_type),
466 tlv_type,
476 switch(tlv_type) {
507 tlv_type = EXTRACT_16BITS(tptr);
513 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type),
514 tlv_type,
524 switch(tlv_type) {
570 tlv_type = EXTRACT_16BITS(tptr)
    [all...]
print-ldp.c 249 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; local
258 tlv_type=LDP_MASK_TLV_TYPE(EXTRACT_16BITS(ldp_tlv_header->type));
264 tlv_type),
265 tlv_type,
272 switch(tlv_type) {
print-isoclns.c 1744 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
    [all...]
print-bgp.c 635 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
657 tlv_type=*pptr++;
662 switch(tlv_type) {
666 tlv_type,
683 tlv_type,
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 120 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
403 u16 tlv_type; local
427 tlv_type = EAP_TLV_CRYPTO_BINDING_TLV;
429 tlv_type |= EAP_TLV_TYPE_MANDATORY;
430 wpabuf_put_be16(buf, tlv_type);
652 int tlv_type, mandatory, tlv_len; local
664 tlv_type = pos[0] & 0x3f;
665 tlv_type = (tlv_type << 8) | pos[1];
676 switch (tlv_type) {
770 int tlv_type, mandatory, tlv_len, vtlv_len; local
    [all...]
eap_server_fast.c 613 result->tlv_type = host_to_be16(
625 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
633 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
758 WPA_PUT_BE16((u8 *) &result->tlv_type,
766 pac_tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
1126 int mandatory, tlv_type, len, res; local
1135 tlv_type = WPA_GET_BE16(pos) & 0x3fff;
1145 tlv_type, len, mandatory ? " (mandatory)" : "");
1147 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1153 "mandatory TLV type %d", tlv_type);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 266 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
304 tlv_ptr->tlv_type = htons(type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 266 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
304 tlv_ptr->tlv_type = htons(type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 266 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
304 tlv_ptr->tlv_type = htons(type);
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 309 u16 tlv_type; local
317 tlv_type = EAP_TLV_CRYPTO_BINDING_TLV;
319 tlv_type |= EAP_TLV_TYPE_MANDATORY;
320 wpabuf_put_be16(buf, tlv_type);
468 int tlv_type, mandatory; local
477 tlv_type = WPA_GET_BE16(pos) & 0x3fff;
489 switch (tlv_type) {
500 "%d%s", tlv_type,
506 tlv_type);
601 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY
    [all...]
eap_fast.c 482 static struct wpabuf * eap_fast_tlv_nak(int vendor_id, int tlv_type)
490 nak->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | EAP_TLV_NAK_TLV);
493 nak->nak_type = host_to_be16(tlv_type);
508 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
530 ack->tlv_type = host_to_be16(EAP_TLV_PAC_TLV |
609 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
719 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV);
724 pac->tlv_type = host_to_be16(EAP_TLV_PAC_TLV);
728 type->tlv_type = host_to_be16(PAC_TYPE_PAC_TYPE);
1072 int mandatory, tlv_type, len, res local
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
nvs.c 331 unsigned char tlv_type; local
339 tlv_type = buf[buf_idx];
342 /* if the tlv_type is the last type break from the loop */
343 switch (tlv_type) {
370 if ((eNVS_RADIO_TX_PARAMETERS == tlv_type) ||
371 (eNVS_RADIO_RX_PARAMETERS == tlv_type)) {
372 pdata[nvsTypeInfo].type = tlv_type;
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 200 ** NFC_STATUS_REFUSED if tlv_type is NDEF & tag won't support NDEF
204 NFC_API extern tNFA_STATUS NFA_RwLocateTlv (UINT8 tlv_type);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 313 long *min, long *max, unsigned int *tlv_type)
342 *tlv_type = type;
400 unsigned int *tlv_type; local
409 mixer_ctl_read_tlv(ctl, tlv, &min, &max, &tlv_type);
530 unsigned int tlv_type; local
542 } else if (!mixer_ctl_read_tlv(ctl, tlv, &min, &max, &tlv_type)) {
543 switch(tlv_type) {
699 unsigned int tlv_type; local
706 } else if (!mixer_ctl_read_tlv(ctl, tlv, &min, &max, &tlv_type)) {
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 321 ** NFC_STATUS_REFUSED if tlv_type is NDEF & tag won't support NDEF
325 tNFA_STATUS NFA_RwLocateTlv (UINT8 tlv_type)
335 if (tlv_type == TAG_LOCK_CTRL_TLV)
339 else if (tlv_type == TAG_MEM_CTRL_TLV)
343 else if (tlv_type == TAG_NDEF_TLV)
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 367 NFC_API extern tNFC_STATUS RW_T1tLocateTlv (UINT8 tlv_type);
468 NFC_API extern tNFC_STATUS RW_T2tLocateTlv(UINT8 tlv_type);
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 538 UINT8 tlv_type; \/* currently detected type *\/ member in struct:__anon10643
    [all...]

Completed in 451 milliseconds