| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | ieee802_11_common.c | 23 static int ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, in ieee802_11_parse_vendor_specific() argument 211 ieee802_11_parse_mle(const u8 *pos, size_t elen, size_t **total_len, struct ieee802_11_elems *elems, int show_errors) ieee802_11_parse_mle() argument 274 ieee802_11_parse_extension(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, const u8 *start, size_t len, int show_errors) ieee802_11_parse_extension() argument 441 ieee802_11_parse_fragment(struct frag_ies_info *frag_ies, const u8 *pos, u8 elen) ieee802_11_parse_fragment() argument 489 const u8 *pos = elem->data; ieee802_11_parse_elems() local 852 const char *pos; hostapd_config_wmm_ac() local 926 char *pos; hostapd_config_read_int10() local 954 const char *pos; hostapd_config_tx_queue() local 2247 u8 *pos = buf; add_multi_ap_ie() local 2519 ieee802_11_parse_candidate_list(const char *pos, u8 *nei_rep, size_t nei_rep_len) ieee802_11_parse_candidate_list() argument 2854 const u8 *pos, *end = data + len; ieee802_11_defrag_data() local [all...] |
| H A D | sae.c | 1674 u8 *pos; in sae_write_commit() local 1798 sae_is_password_id_elem(const u8 *pos, const u8 *end) sae_is_password_id_elem() argument 1808 sae_is_rejected_groups_elem(const u8 *pos, const u8 *end) sae_is_rejected_groups_elem() argument 1818 sae_is_token_container_elem(const u8 *pos, const u8 *end) sae_is_token_container_elem() argument 1828 sae_is_akm_suite_selector_elem(const u8 *pos, const u8 *end) sae_is_akm_suite_selector_elem() argument 1838 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len, int h2e) sae_parse_commit_token() argument 1874 sae_parse_token_container(struct sae_data *sae, const u8 *pos, const u8 *end, const u8 **token, size_t *token_len) sae_parse_token_container() argument 1889 sae_parse_commit_scalar(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_scalar() argument 1938 sae_parse_commit_element_ecc(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_element_ecc() argument 1985 sae_parse_commit_element_ffc(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_element_ffc() argument 2035 sae_parse_commit_element(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_element() argument 2044 sae_parse_password_identifier(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_password_identifier() argument 2094 sae_parse_rejected_groups(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_rejected_groups() argument 2125 sae_parse_akm_suite_selector(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_akm_suite_selector() argument 2162 const u8 *pos = data, *end = data + len; sae_parse_commit() local [all...] |
| H A D | wpa_common.c | 663 u8 *data, *pos; in fils_pmk_to_ptk() local 990 const u8 *end, *pos; wpa_ft_parse_ftie() local 1063 const u8 *end, *pos; wpa_ft_parse_ies() local 1610 const u8 *pos; wpa_parse_wpa_ie_rsn() local 1804 const u8 *pos; wpa_parse_wpa_ie_wpa() local 1930 u8 *pos, r0_key_data[64], hash[48]; wpa_derive_pmk_r0() local 2064 u8 *pos; wpa_derive_pmk_r1() local 2114 u8 *pos, hash[32]; wpa_pmk_r1_to_ptk() local 2781 u8 *pos = start; rsn_cipher_put_suites() local 2814 u8 *pos = start; wpa_cipher_put_suites() local 2948 char *pos = start; wpa_write_ciphers() local 3064 const char *pos = domain; fils_domain_name_hash() local 3092 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) wpa_parse_vendor_specific() argument 3127 wpa_parse_generic(const u8 *pos, struct wpa_eapol_ie_parse *ie) wpa_parse_generic() argument 3325 wpa_parse_generic(const u8 *pos, struct wpa_eapol_ie_parse *ie) wpa_parse_generic() argument 3457 const u8 *pos, *end; wpa_parse_kde_ies() local 3637 u8 *pos; wpa_pasn_add_rsne() local 3940 const u8 *pos = (const u8 *) (params + 1); wpa_pasn_parse_parameter_ie() local [all...] |
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrRenderer.cpp | 108 const tcu::IVec2 pos = tcu::IVec2(de::max(a.x(), b.x()), de::max(a.y(), b.y())); in rectIntersection() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fVertexTextureTests.cpp | 120 IVec2 pos (void) const { return IVec2(x, y); } in pos() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_wolfssl.c | 606 const char *pos, *end; in tls_match_alt_subject() local 901 char *pos; wolfssl_tls_cert_event() local 1161 const char *pos = ca_cert + 7; tls_connection_ca_cert() local 1817 char buf[128], *pos, *end; tls_connection_set_cipher_list() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_atheros.c | 1243 char *pos; in atheros_wireless_event_wireless_custom() local 1483 char *pos, *end, *custom, *buf; in atheros_wireless_event_wireless() local 2192 u8 *data, *pos; atheros_wnm_sleep() local [all...] |
| H A D | driver_bsd.c | 1359 u8 *pos; in wpa_driver_bsd_add_scan_entry() local 1432 uint8_t buf[24*1024], *pos; wpa_driver_bsd_get_scan_results2() local [all...] |
| H A D | driver_nl80211_capa.c | 2444 char *pos = str; in nl80211_dump_chan_list() local
|
| H A D | driver_nl80211_event.c | 490 const u8 *pos; in nl80211_get_basic_mle_links_info() local 1728 char msg[500], *pos, *end; local 2651 char msg[500], *pos, *end; global() local [all...] |
| H A D | driver_wext.c | 417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local 751 char buf[90], *pos; in wext_get_phy_name() local 927 char path[200], buf[200], *pos; wext_check_hostap() local 1306 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) wext_get_scan_rate() argument 1436 u8 *pos, *end, *ssid_ie = NULL, *rate_ie = NULL; wpa_driver_wext_add_scan_entry() local 1510 char *pos, *end, *custom; wpa_driver_wext_get_scan_results() local 2455 char *pos, *end; wpa_driver_wext_status() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap.c | 179 char *pos, mnc[4]; in eap_sm_append_3gpp_realm() local 498 int mnc_len, pos; in eap_get_realm() local 538 char *pos; in eap_erp_get_key() local 627 char *pos; eap_peer_get_erp_info() local 698 int pos; eap_peer_erp_init() local 1505 const u8 *pos; eap_sm_processIdentity() local 1748 const u8 *pos; eap_sm_processNotify() local 1783 const u8 *pos = (const u8 *) (hdr + 1); eap_peer_initiate() local 1833 const u8 *pos = (const u8 *) (hdr + 1); eap_peer_finish() local 1995 const u8 *pos; eap_sm_parseEapReq() local [all...] |
| H A D | eap_teap.c | 122 const char *pos; in eap_teap_parse_phase1() local 404 u8 *pos; in eap_teap_phase2_request() local 818 u8 *pos; eap_teap_process_crypto_binding() local 925 eap_teap_parse_pac_tlv(struct eap_teap_pac *entry, int type, u8 *pos, size_t len, int *pac_key_found) eap_teap_parse_pac_tlv() argument 962 u8 *pos; eap_teap_process_pac_tlv() local 999 eap_teap_parse_pac_info(struct eap_teap_pac *entry, int type, u8 *pos, size_t len) eap_teap_parse_pac_info() argument 1081 u8 *pos; eap_teap_process_pac_info() local 1157 u8 *pos, *end; eap_teap_parse_decrypted() local 1622 eap_teap_process_start(struct eap_sm *sm, struct eap_teap_data *data, u8 flags, const u8 *pos, size_t left) eap_teap_process_start() argument 1768 const u8 *pos; eap_teap_add_stub_outer_tlvs() local 1838 const u8 *pos; eap_teap_process() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_teap.c | 144 u8 *buf, *pos, *end, *pac_key = NULL; in eap_teap_session_ticket_cb() local 717 u8 *pos; eap_teap_build_pac() local 986 const u8 *pos; eap_teap_check() local 1047 u8 *pos; eap_teap_process_phase2_response() local 1234 u8 *pos, *end, *username, *password, *new_id; eap_teap_process_basic_auth_resp() local 1336 u8 *pos, *end; eap_teap_parse_tlvs() local 1873 const u8 *pos; eap_teap_process() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius_server.c | 527 const char *pos; in radius_server_testing_options() local 799 u8 *buf, *pos, *end, type, sublen; in radius_server_hs20_missing_sim_pps() local 1018 u8 *buf, *pos, hash[HS20_MOBILE_ID_HASH_LEN]; radius_server_encapsulate_eap() local 1060 const char *url = data->t_c_server_url, *pos; radius_server_encapsulate_eap() local 1301 u8 *buf, *pos, *end, type, sublen, *timestamp = NULL; radius_server_hs20_t_c_check() local 2025 char *buf, *pos; radius_server_read_clients() local 2374 char *end, *pos; radius_server_get_mib() local 2698 const char *pos = req; radius_server_dac_request() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | edit.c | 137 int pos; in delete_word() local 274 char buf[CMD_BUF_LEN], *pos; history_read() local 728 char last, *pos; esc_seq_to_key() local 1113 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) edit_init() argument [all...] |
| H A D | http_curl.c | 803 int pos; in add_logotype_ext() local 1416 char *pos; in post_init_client() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 124 const char *pos; in wpas_dpp_nfc_handover_req() local 156 const char *pos; in wpas_dpp_nfc_handover_sel() local 317 char *str, *end, *pos; wpas_dpp_scan_channel_list() local 749 const char *pos; wpas_dpp_auth_init() local 1621 const u8 *pos; wpas_dpp_gas_resp_cb() local 3280 const char *pos, *end; wpas_dpp_pkex_add() local 3484 const char *pos; wpas_dpp_controller_start() local 3769 const char *pos; wpas_dpp_chirp() local 3843 const char *pos; wpas_dpp_reconfig() local 3926 const char *pos, *value; wpas_dpp_ca_set() local [all...] |
| H A D | events.c | 1124 const u8 *owe, *pos, *end, *bssid; in owe_trans_ssid() local 2861 const u8 *map_sub_elem, *pos; multi_ap_process_assoc_resp() local [all...] |
| H A D | interworking.c | 368 static const u8 * nai_realm_parse_eap(struct nai_realm_eap *e, const u8 *pos, in nai_realm_parse_eap() argument 465 nai_realm_parse_realm(struct nai_realm *r, const u8 *pos, const u8 *end) nai_realm_parse_realm() argument 529 const u8 *pos, *end; nai_realm_parse() local 572 char *tmp, *pos, *end; nai_realm_match() local 739 const u8 *pos, *end; plmn_id_match() local 823 char *end, *pos; build_root_nai() local 1091 const u8 *pos, *end; roaming_consortium_element_match() local 1133 const u8 *pos, *end; roaming_consortium_anqp_match() local 1305 has_proto_match(const u8 *pos, const u8 *end, u8 proto) has_proto_match() argument 1317 has_proto_port_match(const u8 *pos, const u8 *end, u8 proto, u16 port) has_proto_port_match() argument 1466 const char *pos; interworking_set_eap_params() local 2240 const u8 *pos, *end; domain_name_list_contains() local 2921 const u8 *pos = data, *end = data + len; interworking_parse_venue_url() local 2949 const u8 *pos = data; interworking_parse_rx_anqp_resp() local 3122 const u8 *pos; anqp_resp_cb() local [all...] |
| H A D | scan.c | 833 const u8 *owe, *pos, *end; in wpa_add_owe_scan_ssid() local 2099 const u8 *end, *pos; in wpa_scan_get_vendor_ie_multi() local 2264 u8 *pos; dump_scan_res() local [all...] |
| H A D | sme.c | 333 u8 *pos; local 389 const u8 *rnr_ie, *pos; local 818 u8 *pos = wpa_s->sme.assoc_req_ie + global() local 856 u8 *pos; global() local 899 u8 *pos = wpa_s->sme.assoc_req_ie; global() local 1618 const u8 *pos; global() local 2303 u8 *pos, *next, *end; global() local 2599 const u8 *rm_en, *pos, *end; global() local [all...] |
| H A D | wpas_glue.c | 686 u8 *data, *pos; in wpa_supplicant_send_ft_action() local
|
| H A D | wps_supplicant.c | 1403 char *pos, *end; in wpas_wps_start_reg() local 2667 const u8 *pos; wpas_wps_nfc_rx_handover_sel() local 2806 const u8 *pos; wpas_er_wps_nfc_report_handover() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| H A D | ap_config_file.c | 32 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local 169 char buf[128], *pos; hostapd_config_read_maclist() local 240 hostapd_config_eap_user_salted(struct hostapd_eap_user *user, const char *hash, size_t len, char **pos, int line, const char *fname) hostapd_config_eap_user_salted() argument 299 char buf[512], *pos, *start, *pos2; hostapd_config_read_eap_user() local 852 char *pos; hostapd_parse_chanlist() local 872 char *pos, *end; hostapd_parse_intlist() local 950 char *pos; hostapd_config_read_int10() local 985 const char *pos; hostapd_config_tx_queue() local 1045 rkh_derive_key(const char *pos, u8 *key, size_t key_len) rkh_derive_key() argument 1067 char *pos, *next; add_r0kh() local 1113 char *pos, *next; add_r1kh() local 1330 parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, int line) parse_roaming_consortium() argument 1362 parse_lang_string(struct hostapd_lang_string **array, unsigned int *count, char *pos) parse_lang_string() argument 1410 parse_venue_name(struct hostapd_bss_config *bss, char *pos, int line) parse_venue_name() argument 1422 parse_venue_url(struct hostapd_bss_config *bss, char *pos, int line) parse_venue_url() argument 1464 char *pos; parse_3gpp_cell_net() local 1540 char *pos, *end, *rpos; parse_nai_realm() local 1728 char *pos = buf; parse_qos_map_set() local 1772 char *pos; hs20_parse_conn_capab() local 1806 char *pos; hs20_parse_wan_metrics() local 1867 hs20_parse_oper_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_oper_friendly_name() argument 1880 hs20_parse_icon(struct hostapd_bss_config *bss, char *pos) hs20_parse_icon() argument 1933 hs20_parse_osu_ssid(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_ssid() argument 1954 hs20_parse_osu_server_uri(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_server_uri() argument 1974 hs20_parse_osu_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_friendly_name() argument 1993 hs20_parse_osu_nai(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_nai() argument 2010 hs20_parse_osu_nai2(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_nai2() argument 2028 hs20_parse_osu_method_list(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_method_list() argument 2045 hs20_parse_osu_icon(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_icon() argument 2069 hs20_parse_osu_service_desc(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_service_desc() argument 2088 hs20_parse_operator_icon(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_operator_icon() argument 2110 hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, char *pos) hostapd_config_parse_acs_chan_bias() argument 2243 char *pos, *next; add_airtime_weight() local 2279 const char *pos = val, *pos2, *end = NULL; parse_sae_password() local 2339 hostapd_dpp_controller_parse(struct hostapd_bss_config *bss, const char *pos) hostapd_dpp_controller_parse() argument 2368 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *buf, char *pos, int line) global() argument 4529 char buf[4096], *pos; global() local [all...] |