HomeSort by relevance Sort by last modified time
    Searched refs:be_to_host16 (Results 1 - 23 of 23) 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);
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 147 #define be_to_host16(n) wpa_swap_16(n) macro
176 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) macro
189 #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 301 be_to_host16(eap->length) > wpabuf_len(reqData)) {
eap_ttls.c 437 size_t len = be_to_host16(hdr->length);
1111 len = be_to_host16(hdr->length);
    [all...]
eap_pwd.c 239 data->group_num = be_to_host16(id->group_num);
eap_sim.c 1070 len = be_to_host16(req->length);
    [all...]
eap_aka.c     [all...]
eap.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 1108 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 980 len = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 703 plen = be_to_host16(hdr->length);
711 hdr->version, hdr->type, be_to_host16(hdr->length),
758 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/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));
686 msg_len = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 727 plen = be_to_host16(hdr->length);
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 121 eapol_len = be_to_host16(hdr->length);
    [all...]

Completed in 1539 milliseconds