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

  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 40 len = be_to_host16(hdr->length);
77 len = be_to_host16(hdr->length);
  /external/wpa_supplicant_8/src/ap/
iapp.c 279 be_to_host16(add->seq_num),
336 hlen = be_to_host16(hdr->length);
341 be_to_host16(hdr->identifier), hlen);
peerkey_auth.c 345 mui = be_to_host16(error.mui);
346 error_type = be_to_host16(error.error_type);
ieee802_1x.c 750 eap->code, eap->identifier, be_to_host16(eap->length),
784 eap->code, eap->identifier, be_to_host16(eap->length),
808 eap_len = be_to_host16(eap->length);
937 datalen = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 138 #define be_to_host16(n) wpa_swap_16(n) macro
167 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) macro
180 #define be_to_host16(n) (n) macro
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 420 size_t len = be_to_host16(hdr->length);
573 if (be_to_host16(hdr->length) > eap_payload_tlv_len) {
876 type = be_to_host16(hdr->type);
877 len = be_to_host16(hdr->len);
1000 type = be_to_host16(hdr->type);
1001 len = be_to_host16(hdr->len);
    [all...]
eap_peap.c 599 size_t len = be_to_host16(hdr->length);
794 be_to_host16(hdr->length) == 5 &&
832 len = be_to_host16(hdr->length);
    [all...]
eap_leap.c 294 be_to_host16(eap->length) > wpabuf_len(reqData)) {
eap_ttls.c 437 size_t len = be_to_host16(hdr->length);
1096 len = be_to_host16(hdr->length);
    [all...]
eap_aka.c     [all...]
eap_pwd.c 241 data->group_num = be_to_host16(id->group_num);
eap_sim.c 1058 len = be_to_host16(req->length);
    [all...]
eap.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 1109 len = be_to_host16(hdr->length);
    [all...]
eap_server.c 609 len = be_to_host16(nak->length);
    [all...]
eap_server_peap.c 1120 len = be_to_host16(hdr->length);
    [all...]
eap_server_pwd.c 602 if ((data->group_num != be_to_host16(id->group_num)) ||
eap_server_ttls.c 978 len = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 691 plen = be_to_host16(hdr->length);
699 hdr->version, hdr->type, be_to_host16(hdr->length),
746 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length),
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 427 u16 sci_port = be_to_host16(sc->sci.port);
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 623 error_type = be_to_host16(error.error_type);
627 be_to_host16(error.mui), error_type,
    [all...]
wpa.c 116 eapol_len = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 126 be_to_host16(body->actor_sci.port));
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 356 msg->hdr->identifier, be_to_host16(msg->hdr->length));
683 msg_len = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 723 plen = be_to_host16(hdr->length);

Completed in 471 milliseconds