Home
last modified time | relevance | path

Searched refs:WPA_GET_BE16 (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.c255 WPA_GET_BE16(attr->dev_password_id) != DEV_PW_PUSHBUTTON) { in wps_is_selected_pbc_registrar()
263 !(WPA_GET_BE16(attr->sel_reg_config_methods) & in wps_is_selected_pbc_registrar()
289 WPA_GET_BE16(attr->dev_password_id) == DEV_PW_PUSHBUTTON) { in is_selected_pin_registrar()
294 !(WPA_GET_BE16(attr->sel_reg_config_methods) & in is_selected_pin_registrar()
678 WPA_GET_BE16(attr->dev_password_id)); in wps_attr_text()
690 WPA_GET_BE16(attr->sel_reg_config_methods)); in wps_attr_text()
738 WPA_GET_BE16(attr->config_methods)); in wps_attr_text()
Dwps_attr_process.c131 cred->auth_type = WPA_GET_BE16(auth_type); in wps_process_cred_auth_type()
148 cred->encr_type = WPA_GET_BE16(encr_type); in wps_process_cred_encr_type()
Dwps_validate.c142 val = WPA_GET_BE16(config_methods); in wps_validate_config_methods()
161 val = WPA_GET_BE16(config_methods); in wps_validate_ap_config_methods()
249 val = WPA_GET_BE16(assoc_state); in wps_validate_assoc_state()
271 val = WPA_GET_BE16(config_error); in wps_validate_config_error()
294 val = WPA_GET_BE16(dev_password_id); in wps_validate_dev_password_id()
514 val = WPA_GET_BE16(config_methods); in wps_validate_sel_reg_config_methods()
653 val = WPA_GET_BE16(flags); in wps_validate_auth_type_flags()
675 val = WPA_GET_BE16(type); in wps_validate_auth_type()
699 val = WPA_GET_BE16(flags); in wps_validate_encr_type_flags()
721 val = WPA_GET_BE16(type); in wps_validate_encr_type()
[all …]
Dwps_attr_parse.c290 WPA_GET_BE16(pos + WPS_OOB_PUBKEY_HASH_LEN) != in wps_set_attr()
616 type = WPA_GET_BE16(pos); in wps_parse_msg()
618 len = WPA_GET_BE16(pos); in wps_parse_msg()
Dwps_enrollee.c945 id = WPA_GET_BE16(dev_pw_id); in wps_process_dev_pw_id()
1103 WPA_GET_BE16(attr->config_methods); in wps_process_m2d()
1117 WPA_GET_BE16(attr->config_error); in wps_process_m2d()
1120 WPA_GET_BE16(attr->dev_password_id); in wps_process_m2d()
1615 config_error = WPA_GET_BE16(attr->config_error); in wps_process_wsc_nack()
Dwps_registrar.c1187 WPA_GET_BE16(attr.config_methods), in wps_registrar_probe_req_rx()
1188 WPA_GET_BE16(attr.dev_password_id), in wps_registrar_probe_req_rx()
1193 if (WPA_GET_BE16(attr.dev_password_id) != DEV_PW_PUSHBUTTON) in wps_registrar_probe_req_rx()
2274 wps->dev_pw_id = WPA_GET_BE16(pw_id); in wps_process_dev_password_id()
2442 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2499 encr_types = WPA_GET_BE16(encr); in wps_process_encr_type_flags()
2553 m = WPA_GET_BE16(methods); in wps_process_config_methods()
3254 config_error = WPA_GET_BE16(attr.config_error); in wps_process_wsc_nack()
3787 id = WPA_GET_BE16(pos); in wps_registrar_add_nfc_password_token()
Dwps_common.c507 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str()
508 WPA_GET_BE16(&dev_type[6])); in wps_dev_type_bin2str()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast_common.c178 tlv->result = WPA_GET_BE16(pos); in eap_fast_parse_tlv()
204 tlv->iresult = WPA_GET_BE16(pos); in eap_fast_parse_tlv()
249 tlv->request_action = WPA_GET_BE16(pos); in eap_fast_parse_tlv()
Deap_fast_pac.c718 type = WPA_GET_BE16(pos); in eap_fast_pac_get_a_id()
720 len = WPA_GET_BE16(pos); in eap_fast_pac_get_a_id()
794 WPA_GET_BE16(buf + 4) != EAP_FAST_PAC_BINARY_FORMAT_VERSION) { in eap_fast_load_pac_bin()
817 pac->pac_type = WPA_GET_BE16(pos); in eap_fast_load_pac_bin()
821 val = WPA_GET_BE16(pos); in eap_fast_load_pac_bin()
832 val = WPA_GET_BE16(pos); in eap_fast_load_pac_bin()
Deap_peap.c514 tlv_type = WPA_GET_BE16(pos) & 0x3fff; in eap_tlv_process()
516 tlv_len = WPA_GET_BE16(pos); in eap_tlv_process()
587 status = WPA_GET_BE16(result_tlv); in eap_tlv_process()
Deap_fast.c946 pac_type = WPA_GET_BE16(pos); in eap_fast_parse_pac_info()
1086 tlv_type = WPA_GET_BE16(pos) & 0x3fff; in eap_fast_parse_decrypted()
1088 len = WPA_GET_BE16(pos); in eap_fast_parse_decrypted()
Deap_mschapv2.c691 size_t ms_len = WPA_GET_BE16(ms->ms_length); in eap_mschapv2_check_mslen()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dcomeback_token.c47 if (token_idx == 0 || token_idx != WPA_GET_BE16(token)) { in check_comeback_token()
51 MAC2STR(addr), WPA_GET_BE16(token), token_idx); in check_comeback_token()
Dwpa_auth.c641 key_info = WPA_GET_BE16(key->key_info); in wpa_receive()
642 key_data_length = WPA_GET_BE16(key->key_data_length); in wpa_receive()
1231 key_info = WPA_GET_BE16(key->key_info); in wpa_verify_key_mic()
1676 key_data_length = WPA_GET_BE16(key->key_data_length); in SM_STATE()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_server_read.c111 len = WPA_GET_BE16(pos); in tls_process_status_request_v2()
180 conn->client_version = WPA_GET_BE16(pos); in tls_process_client_hello()
237 num_suites = WPA_GET_BE16(pos); in tls_process_client_hello()
257 u16 tmp = WPA_GET_BE16(c); in tls_process_client_hello()
317 ext_len = WPA_GET_BE16(pos); in tls_process_client_hello()
341 ext_type = WPA_GET_BE16(pos); in tls_process_client_hello()
349 ext_len = WPA_GET_BE16(pos); in tls_process_client_hello()
613 encr_len = WPA_GET_BE16(pos); in tls_process_client_key_exchange_rsa()
665 if (!use_random && WPA_GET_BE16(out) != conn->client_version) { in tls_process_client_key_exchange_rsa()
740 dh_yc_len = WPA_GET_BE16(pos); in tls_process_client_key_exchange_dh()
Dtlsv1_client_read.c58 ext = WPA_GET_BE16(pos); in tls_process_server_hello_extensions()
63 elen = WPA_GET_BE16(pos); in tls_process_server_hello_extensions()
129 tls_version = WPA_GET_BE16(pos); in tls_process_server_hello()
175 cipher_suite = WPA_GET_BE16(pos); in tls_process_server_hello()
223 ext_len = WPA_GET_BE16(pos); in tls_process_server_hello()
686 val = WPA_GET_BE16(pos); in tlsv1_process_diffie_hellman()
710 val = WPA_GET_BE16(pos); in tlsv1_process_diffie_hellman()
726 val = WPA_GET_BE16(pos); in tlsv1_process_diffie_hellman()
Dpkcs5.c190 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params_pbes2()
340 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params()
Dtlsv1_record.c299 rlen = WPA_GET_BE16(in_data + 3); in tlsv1_record_receive()
Dtlsv1_common.c430 slen = WPA_GET_BE16(pos); in tls_verify_signature()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1292 key_info = WPA_GET_BE16(key->key_info); in wpa_supplicant_process_3_of_4()
1312 keylen = WPA_GET_BE16(key->key_length); in wpa_supplicant_process_3_of_4()
1522 gd->gtk_len = WPA_GET_BE16(key->key_length); in wpa_supplicant_process_1_of_2_wpa()
1646 key_info = WPA_GET_BE16(key->key_info); in wpa_supplicant_process_1_of_2()
1817 u16 key_info = WPA_GET_BE16(key->key_info); in wpa_eapol_key_dump()
1835 WPA_GET_BE16(key->key_length), key_data_len); in wpa_eapol_key_dump()
1934 key_info = WPA_GET_BE16(key->key_info); in wpa_sm_rx_eapol()
2020 key_data_len = WPA_GET_BE16(key192->key_data_length); in wpa_sm_rx_eapol()
2022 key_data_len = WPA_GET_BE16(key->key_data_length); in wpa_sm_rx_eapol()
2663 if (WPA_GET_BE16(key->key_data_length) == 0 || in eapol_txcb()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c330 message_length = WPA_GET_BE16(pos); in eap_wsc_process()
Deap_server.c836 seq = WPA_GET_BE16(pos); in SM_STATE()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h128 static inline u16 WPA_GET_BE16(const u8 *a) in WPA_GET_BE16() function