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

  /external/wpa_supplicant/
ctrl_iface.h 26 * @resp_len: Variable to be set to the response length
27 * Returns: Response (*resp_len bytes) or %NULL on failure
33 * this. If %NULL is returned, *resp_len can be set to two special values:
34 * 1 = send "FAIL\n" response, 2 = send "OK\n" response. If *resp_len has any
38 char *buf, size_t *resp_len);
44 * @resp_len: Variable to be set to the response length
45 * Returns: Response (*resp_len bytes) or %NULL on failure
50 * freeing the buffer after this. If %NULL is returned, *resp_len can be set to
52 * *resp_len has any other value, no response is sent.
55 char *buf, size_t *resp_len);
    [all...]
eap_tlv.c 26 * @resp_len: Buffer for returning the response length
32 u8 * eap_tlv_build_nak(int id, u16 nak_type, size_t *resp_len)
37 hdr = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, resp_len,
63 * @resp_len: Buffer for returning the response length
69 u8 * eap_tlv_build_result(int id, u16 status, size_t *resp_len)
74 hdr = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, resp_len,
102 * @resp_len: Buffer for returning the response length
106 const struct eap_hdr *hdr, u8 **resp, size_t *resp_len,
147 tlv_type, resp_len);
200 resp_len);
    [all...]
eap_tlv.h 90 u8 * eap_tlv_build_nak(int id, u16 nak_type, size_t *resp_len);
91 u8 * eap_tlv_build_result(int id, u16 status, size_t *resp_len);
93 const struct eap_hdr *hdr, u8 **resp, size_t *resp_len,
eap_peap.c 243 u8 **resp, size_t *resp_len)
254 *resp_len = sizeof(struct eap_hdr) + 1;
255 *resp = os_malloc(*resp_len + data->num_phase2_types);
267 (*resp_len)++;
271 resp_hdr->length = host_to_be16(*resp_len);
281 u8 **resp, size_t *resp_len)
297 *resp = eap_sm_buildIdentity(sm, hdr->identifier, resp_len, 1);
301 if (eap_tlv_process(sm, &iret, hdr, resp, resp_len,
338 if (eap_peap_phase2_nak(data, hdr, resp, resp_len))
365 resp_len);
401 size_t resp_len, len_decrypted, len, buf_len; local
    [all...]
eap_ttls.c 299 static int eap_ttls_avp_encapsulate(u8 **resp, size_t *resp_len, u32 avp_code,
304 avp = os_malloc(sizeof(struct ttls_avp) + *resp_len + 4);
308 *resp_len = 0;
312 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, *resp_len);
313 os_memcpy(pos, *resp, *resp_len);
314 pos += *resp_len;
318 *resp_len = pos - avp;
484 u8 **resp, size_t *resp_len)
495 *resp_len = sizeof(struct eap_hdr) + 1;
496 *resp = os_malloc(*resp_len + data->num_phase2_eap_types)
1083 size_t resp_len, eap_len = 0, len_decrypted = 0, len, buf_len, left; local
    [all...]
eap_fast.c 794 u8 **resp, size_t *resp_len)
805 *resp_len = sizeof(struct eap_hdr) + 1;
806 *resp = os_malloc(*resp_len + data->num_phase2_types);
818 (*resp_len)++;
822 resp_hdr->length = host_to_be16(*resp_len);
1047 u8 **resp, size_t *resp_len)
1062 *resp = eap_sm_buildIdentity(sm, hdr->identifier, resp_len, 1);
1087 if (eap_fast_phase2_nak(data, hdr, resp, resp_len))
1125 resp_len);
1231 size_t *resp_len, int final
1531 size_t buf_len, resp_len; local
    [all...]
eap_pax.c 111 u16 resp_len, u8 op_code)
115 resp = os_malloc(resp_len);
120 resp->length = host_to_be16(resp_len);
ctrl_iface.c 1157 char *buf, size_t *resp_len)
1176 *resp_len = 1;
    [all...]
eapol_sm.c 796 size_t resp_len; local
799 resp = eap_get_eapRespData(sm->eap, &resp_len);
808 IEEE802_1X_TYPE_EAP_PACKET, resp, resp_len);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h 26 * @resp_len: Variable to be set to the response length
27 * Returns: Response (*resp_len bytes) or %NULL on failure
33 * this. If %NULL is returned, *resp_len can be set to two special values:
34 * 1 = send "FAIL\n" response, 2 = send "OK\n" response. If *resp_len has any
38 char *buf, size_t *resp_len);
44 * @resp_len: Variable to be set to the response length
45 * Returns: Response (*resp_len bytes) or %NULL on failure
50 * freeing the buffer after this. If %NULL is returned, *resp_len can be set to
52 * *resp_len has any other value, no response is sent.
55 char *buf, size_t *resp_len);
    [all...]
ctrl_iface.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 285 uint32 resp_len; member in struct:wl_assoc_ielen
wl_cfg80211.c 2686 uint32 resp_len; local
    [all...]

Completed in 437 milliseconds