Home
last modified time | relevance | path

Searched refs:be_to_host16 (Results 1 – 25 of 25) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_common.c40 len = be_to_host16(hdr->length); in eap_hdr_len_valid()
77 len = be_to_host16(hdr->length); in eap_hdr_validate()
/external/wpa_supplicant_8/src/ap/
Diapp.c279 be_to_host16(add->seq_num), in iapp_process_add_notify()
336 hlen = be_to_host16(hdr->length); in iapp_receive_udp()
341 be_to_host16(hdr->identifier), hlen); in iapp_receive_udp()
Dpeerkey_auth.c345 mui = be_to_host16(error.mui); in wpa_smk_error()
346 error_type = be_to_host16(error.error_type); in wpa_smk_error()
Dieee802_1x.c750 eap->code, eap->identifier, be_to_host16(eap->length), in handle_eap_response()
784 eap->code, eap->identifier, be_to_host16(eap->length), in handle_eap_initiate()
808 eap_len = be_to_host16(eap->length); in handle_eap()
937 datalen = be_to_host16(hdr->length); in ieee802_1x_receive()
1331 hdr->code, hdr->identifier, be_to_host16(hdr->length), in ieee802_1x_decapsulate_radius()
2365 be_to_host16(xhdr->length), ack); in ieee802_1x_eapol_tx_status()
/external/wpa_supplicant_8/src/utils/
Dcommon.h138 #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/
Deap_fast.c420 size_t len = be_to_host16(hdr->length); in eap_fast_phase2_request()
573 if (be_to_host16(hdr->length) > eap_payload_tlv_len) { in eap_fast_process_eap_payload_tlv()
876 type = be_to_host16(hdr->type); in eap_fast_process_pac_tlv()
877 len = be_to_host16(hdr->len); in eap_fast_process_pac_tlv()
1000 type = be_to_host16(hdr->type); in eap_fast_process_pac_info()
1001 len = be_to_host16(hdr->len); in eap_fast_process_pac_info()
1358 tlen = be_to_host16(hdr->len); in eap_fast_get_a_id()
1359 if (be_to_host16(hdr->type) == PAC_TYPE_A_ID && in eap_fast_get_a_id()
Deap_peap.c599 size_t len = be_to_host16(hdr->length); in eap_peap_phase2_request()
794 be_to_host16(hdr->length) == 5 && in eap_peap_decrypt()
832 len = be_to_host16(hdr->length); in eap_peap_decrypt()
Deap_leap.c294 be_to_host16(eap->length) > wpabuf_len(reqData)) { in eap_leap_process()
Deap_ttls.c437 size_t len = be_to_host16(hdr->length); in eap_ttls_phase2_request_eap()
1096 len = be_to_host16(hdr->length); in eap_ttls_process_phase2_eap()
Deap_sim.c1058 len = be_to_host16(req->length); in eap_sim_process()
Deap_pwd.c241 data->group_num = be_to_host16(id->group_num); in eap_pwd_perform_id_exchange()
Deap_aka.c1310 len = be_to_host16(req->length); in eap_aka_process()
Deap.c1773 plen = be_to_host16(hdr->length); in eap_sm_parseEapReq()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c691 plen = be_to_host16(hdr->length); in eapol_sm_processKey()
699 hdr->version, hdr->type, be_to_host16(hdr->length), in eapol_sm_processKey()
746 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length), in eapol_sm_processKey()
1273 plen = be_to_host16(hdr->length); in eapol_sm_rx_eapol()
1287 elen = be_to_host16(ehdr->length); in eapol_sm_rx_eapol()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c1109 len = be_to_host16(hdr->length); in eap_fast_process_phase2_eap()
1246 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE && in eap_fast_pac_type()
1247 be_to_host16(tlv->length) == 2 && in eap_fast_pac_type()
1248 be_to_host16(tlv->pac_type) == type; in eap_fast_pac_type()
Deap_server.c609 len = be_to_host16(nak->length); in SM_STATE()
1476 plen = be_to_host16(hdr->length); in eap_sm_parseEapResp()
Deap_server_pwd.c602 if ((data->group_num != be_to_host16(id->group_num)) || in eap_pwd_process_id_resp()
Deap_server_ttls.c978 len = be_to_host16(hdr->length); in eap_ttls_process_phase2_eap()
Deap_server_peap.c1120 len = be_to_host16(hdr->length); in eap_peap_process_phase2()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c126 be_to_host16(body->actor_sci.port)); in ieee802_1x_mka_dump_basic_body()
2870 mka_msg_len = be_to_host16(eapol_hdr->length); in ieee802_1x_kay_mkpdu_sanity_check()
3062 be_to_host16(eapol_hdr->length)) { in kay_l2_receive()
3065 (unsigned long) be_to_host16(eapol_hdr->length)); in kay_l2_receive()
3074 if (be_to_host16(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive()
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c623 error_type = be_to_host16(error.error_type); in wpa_supplicant_process_smk_error()
627 be_to_host16(error.mui), error_type, in wpa_supplicant_process_smk_error()
Dwpa.c116 eapol_len = be_to_host16(hdr->length); in wpa_eapol_key_send()
1986 plen = be_to_host16(hdr->length); in wpa_sm_rx_eapol()
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c427 u16 sci_port = be_to_host16(sc->sci.port); in macsec_qca_create_receive_sc()
/external/wpa_supplicant_8/src/radius/
Dradius.c356 msg->hdr->identifier, be_to_host16(msg->hdr->length)); in radius_msg_dump()
683 msg_len = be_to_host16(hdr->length); in radius_msg_parse()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c723 plen = be_to_host16(hdr->length); in ibss_rsn_eapol_dst_supp()