HomeSort by relevance Sort by last modified time
    Searched refs:host_to_be16 (Results 1 - 25 of 27) sorted by null

1 2

  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 144 hdr->length = host_to_be16(len);
173 hdr->length = host_to_be16(wpabuf_len(msg));
eap_fast_common.c 22 hdr.type = host_to_be16(type);
23 hdr.len = host_to_be16(len);
eap_sim_common.c 1018 eap->length = host_to_be16(wpabuf_len(msg->buf));
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 502 nak->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | EAP_TLV_NAK_TLV);
503 nak->length = host_to_be16(6);
505 nak->nak_type = host_to_be16(tlv_type);
520 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
524 result->length = host_to_be16(2);
525 result->status = host_to_be16(status);
542 ack->tlv_type = host_to_be16(EAP_TLV_PAC_TLV |
544 ack->length = host_to_be16(sizeof(*ack) - sizeof(struct eap_tlv_hdr));
545 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT);
546 ack->pac_len = host_to_be16(2)
    [all...]
eap_peap.c 812 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
893 host_to_be16(sizeof(*rhdr));
917 rhdr->length = host_to_be16(sizeof(*rhdr));
    [all...]
eap_ttls.c 972 hdr->length = host_to_be16(sizeof(*hdr) + 1);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 614 result->tlv_type = host_to_be16(
617 result->length = host_to_be16(2);
618 result->status = host_to_be16(EAP_TLV_RESULT_SUCCESS);
626 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
628 result->length = host_to_be16(2);
629 result->status = host_to_be16(EAP_TLV_RESULT_SUCCESS);
634 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
636 binding->length = host_to_be16(sizeof(*binding) -
767 pac_tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
779 pac_info->type = host_to_be16(PAC_TYPE_PAC_INFO)
    [all...]
eap_server_peap.c 444 hdr->length = host_to_be16(req_len);
1043 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
eap_server.c 1007 resp->length = host_to_be16(sizeof(*resp));
1025 resp->length = host_to_be16(sizeof(*resp));
    [all...]
  /external/wpa_supplicant_8/src/ap/
iapp.c 191 hdr->identifier = host_to_be16(iapp->identifier++);
192 hdr->length = host_to_be16(sizeof(*hdr) + sizeof(*add));
199 add->seq_num = host_to_be16(seq_num);
223 msg.len = host_to_be16(6);
peerkey_auth.c 69 error.mui = host_to_be16(mui);
70 error.error_type = host_to_be16(error_type);
preauth_auth.c 256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH);
wpa_auth_glue.c 436 buf->h_proto = host_to_be16(proto);
ieee802_1x.c 62 xhdr->length = host_to_be16(datalen);
179 hdr->length = host_to_be16(len);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 165 #define host_to_be16(n) wpa_swap_16(n) macro
193 #define host_to_be16(n) ((__force be16) bswap_16((n))) macro
206 #define host_to_be16(n) (n) macro
  /external/wpa_supplicant_8/src/radius/
radius.c 367 msg->hdr->length = host_to_be16(wpabuf_len(msg->buf));
371 msg->hdr->length = host_to_be16(wpabuf_len(msg->buf));
397 msg->hdr->length = host_to_be16(wpabuf_len(msg->buf));
440 msg->hdr->length = host_to_be16(wpabuf_len(msg->buf));
468 msg->hdr->length = host_to_be16(wpabuf_len(msg->buf));
489 msg->hdr->length = host_to_be16(wpabuf_len(msg->buf));
    [all...]
radius_server.c 932 eapfail.length = host_to_be16(sizeof(eapfail));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 105 hdr->length = host_to_be16(data_len);
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 102 error.mui = host_to_be16(mui);
103 error.error_type = host_to_be16(error_type);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 183 eth.h_proto = host_to_be16(ETH_P_EAPOL);
227 eth.h_proto = host_to_be16(proto);
    [all...]
driver_madwifi.c 1105 eth->h_proto = host_to_be16(ETH_P_EAPOL);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 94 hdr->length = host_to_be16(data_len);
wpas_glue.c 73 hdr->length = host_to_be16(data_len);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 93 eap.length = host_to_be16(sizeof(eap));
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 685 body->actor_sci.port = host_to_be16(kay->actor_sci.port);
    [all...]

Completed in 1678 milliseconds

1 2