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 283 be_to_host16(add->seq_num),
340 hlen = be_to_host16(hdr->length);
345 be_to_host16(hdr->identifier), hlen);
peerkey_auth.c 358 mui = be_to_host16(error.mui);
359 error_type = be_to_host16(error.error_type);
ieee802_1x.c 689 eap->code, eap->identifier, be_to_host16(eap->length),
714 eap_len = be_to_host16(eap->length);
806 datalen = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 164 #define be_to_host16(n) wpa_swap_16(n) macro
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) macro
205 #define be_to_host16(n) (n) macro
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 417 size_t len = be_to_host16(hdr->length);
569 if (be_to_host16(hdr->length) > eap_payload_tlv_len) {
871 type = be_to_host16(hdr->type);
872 len = be_to_host16(hdr->len);
995 type = be_to_host16(hdr->type);
996 len = be_to_host16(hdr->len);
    [all...]
eap_peap.c 596 size_t len = be_to_host16(hdr->length);
789 be_to_host16(hdr->length) == 5 &&
827 len = be_to_host16(hdr->length);
    [all...]
eap_leap.c 294 be_to_host16(eap->length) > wpabuf_len(reqData)) {
eap_ttls.c 385 size_t len = be_to_host16(hdr->length);
1028 len = be_to_host16(hdr->length);
    [all...]
eap_pwd.c 233 data->group_num = be_to_host16(id->group_num);
eap_aka.c     [all...]
eap_sim.c 1051 len = be_to_host16(req->length);
    [all...]
eap.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 1101 len = be_to_host16(hdr->length);
    [all...]
eap_server.c 432 len = be_to_host16(nak->length);
945 plen = be_to_host16(hdr->length);
    [all...]
eap_server_peap.c 1060 len = be_to_host16(hdr->length);
eap_server_ttls.c 926 len = be_to_host16(hdr->length);
eap_server_pwd.c 589 if ((data->group_num != be_to_host16(id->group_num)) ||
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 667 plen = be_to_host16(hdr->length);
675 hdr->version, hdr->type, be_to_host16(hdr->length),
722 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length),
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 624 error_type = be_to_host16(error.error_type);
628 be_to_host16(error.mui), error_type,
    [all...]
wpa.c     [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 342 msg->hdr->identifier, be_to_host16(msg->hdr->length));
664 msg_len = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 717 plen = be_to_host16(hdr->length);
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 687 be_to_host16(eth->h_proto));
690 if (be_to_host16(eth->h_proto) == ETH_P_RRB) {
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 130 be_to_host16(body->actor_sci.port));
740 participant->current_peer_sci.port = be_to_host16(body->actor_sci.port);
    [all...]

Completed in 212 milliseconds