HomeSort by relevance Sort by last modified time
    Searched refs:tlv (Results 26 - 34 of 34) sorted by null

12

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 110 struct eap_tlv_hdr *tlv; local
115 /* Encapsulate EAP packet in EAP-Payload TLV */
116 wpa_printf(MSG_DEBUG, "EAP-PEAPv2: Add EAP-Payload TLV");
117 e = wpabuf_alloc(sizeof(*tlv) + wpabuf_len(buf));
120 "for TLV encapsulation");
124 tlv = wpabuf_put(e, sizeof(*tlv));
125 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
127 tlv->length = host_to_be16(wpabuf_len(buf));
375 len = 6; /* Result TLV */
1110 struct eap_tlv_hdr *tlv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 111 struct eap_tlv_hdr *tlv; local
116 /* Encapsulate EAP packet in EAP-Payload TLV */
117 wpa_printf(MSG_DEBUG, "EAP-PEAPv2: Add EAP-Payload TLV");
118 e = wpabuf_alloc(sizeof(*tlv) + wpabuf_len(buf));
121 "for TLV encapsulation");
125 tlv = wpabuf_put(e, sizeof(*tlv));
126 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
128 tlv->length = host_to_be16(wpabuf_len(buf));
378 mlen = 6; /* Result TLV */
1087 struct eap_tlv_hdr *tlv; local
    [all...]
  /external/wpa_supplicant/
eap_fast.c 1206 struct eap_tlv_hdr *tlv; local
1208 /* Encapsulate EAP packet in EAP Payload TLV */
1209 tlv = os_malloc(sizeof(*tlv) + *len);
1210 if (tlv == NULL) {
1212 "allocate memory for TLV "
1217 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
1219 tlv->length = host_to_be16(*len);
1220 os_memcpy(tlv + 1, buf, *len);
1222 *len += sizeof(*tlv);
1869 u8 *tlv; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control.h 125 /** Element's TLV value has been changed \hideinitializer */
169 /** TLV type - Container */
171 /** TLV type - basic dB scale */
173 /** TLV type - linear volume */
175 /** TLV type - dB range container */
240 unsigned int *tlv, unsigned int tlv_size);
242 const unsigned int *tlv);
244 const unsigned int *tlv);
515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size);
516 int snd_hctl_elem_tlv_write(snd_hctl_elem_t *elem, const unsigned int *tlv);
    [all...]
  /external/iproute2/tc/
em_meta.c 148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val,
156 addattr_l(n, MAX_MSG, tlv, &t, sizeof(t));
162 addattr_l(n, MAX_MSG, tlv, a->data, a->len);
440 fprintf(stderr, "Missing value TLV\n");
447 fprintf(stderr, "meta int type value TLV " \
496 fprintf(stderr, "meta int type mask TLV size mismatch\n");
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 1943 struct wpabuf *tlv = NULL; local
2030 struct wpabuf *tlv = NULL; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon20462
  /bionic/libc/kernel/common/sound/
asound.h 835 unsigned int tlv[0]; member in struct:snd_ctl_tlv
    [all...]
  /external/kernel-headers/original/sound/
asound.h 838 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]

Completed in 485 milliseconds

12