/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.c | 612 struct wpabuf *buf = wpa_s->vendor_elem[VENDOR_ELEM_PROBE_REQ]; in wpa_supplicant_extra_ies() local 1937 struct wpabuf *buf; in wpa_scan_get_vendor_ie_multi() local 455 wpas_add_interworking_elements(struct wpa_supplicant *wpa_s, struct wpabuf *buf) wpas_add_interworking_elements() argument [all...] |
H A D | sme.c | 91 struct wpabuf *buf; in sme_auth_build_sae_commit() local 160 struct wpabuf *buf; sme_auth_build_sae_confirm() local 611 struct wpabuf *buf = wpa_s->vendor_elem[VENDOR_ELEM_ASSOC_REQ]; sme_send_authentication() local 909 sme_external_auth_build_buf(struct wpabuf *buf, struct wpabuf *params, const u8 *sa, const u8 *da, u16 auth_transaction, u16 seq_num) sme_external_auth_build_buf() argument 939 struct wpabuf *resp, *buf; sme_external_auth_send_sae_commit() local 1006 struct wpabuf *resp, *buf; sme_external_auth_send_sae_confirm() local 1425 remove_ie(u8 *buf, size_t *len, u8 eid) remove_ie() argument 1462 struct wpabuf *buf; sme_associate() local 2020 struct wpabuf *buf; sme_send_2040_bss_coex() local [all...] |
H A D | wpas_glue.c | 141 static int wpa_supplicant_eapol_send(void *ctx, int type, const u8 *buf, in wpa_supplicant_eapol_send() argument 315 u8 buf[2 * PMK_LEN]; in wpa_supplicant_eapol_cb() local 97 wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, u16 proto, const u8 *buf, size_t len) wpa_ether_send() argument 435 _wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, const u8 *buf, size_t len) _wpa_ether_send() argument 711 wpa_supplicant_send_tdls_mgmt(void *ctx, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capab, int initiator, const u8 *buf, size_t len) wpa_supplicant_send_tdls_mgmt() argument 882 char *buf; wpas_send_ctrl_req() local [all...] |
H A D | wps_supplicant.c | 375 char *buf = os_malloc(blen); in wpa_supplicant_wps_cred() local 1495 char buf[50]; in wpas_wps_set_uuid() local 1910 int wpas_wps_scan_result_text(const u8 *ies, size_t ies_len, char *buf, in wpas_wps_scan_result_text() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 38 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local 175 char buf[128], *pos; hostapd_config_read_maclist() local 305 char buf[512], *pos, *start, *pos2; hostapd_config_read_eap_user() local 689 char *start, *end, *buf; hostapd_config_parse_key_mgmt() local 1390 parse_3gpp_cell_net(struct hostapd_bss_config *bss, char *buf, int line) parse_3gpp_cell_net() argument 1465 parse_nai_realm(struct hostapd_bss_config *bss, char *buf, int line) parse_nai_realm() argument 1606 parse_anqp_elem(struct hostapd_bss_config *bss, char *buf, int line) parse_anqp_elem() argument 1654 parse_qos_map_set(struct hostapd_bss_config *bss, char *buf, int line) parse_qos_map_set() argument 1698 hs20_parse_conn_capab(struct hostapd_bss_config *bss, char *buf, int line) hs20_parse_conn_capab() argument 1732 hs20_parse_wan_metrics(struct hostapd_bss_config *bss, char *buf, int line) hs20_parse_wan_metrics() argument 2081 parse_wpabuf_hex(int line, const char *name, struct wpabuf **buf, const char *val) parse_wpabuf_hex() argument 2342 get_hex_config(u8 *buf, size_t max_len, int line, const char *field, const char *val) get_hex_config() argument 2438 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *buf, char *pos, int line) hostapd_config_fill() argument 4907 char buf[4096], *pos; hostapd_config_read() local [all...] |
H A D | hostapd_cli.c | 195 char buf[4096]; in _wpa_ctrl_command() local 230 char buf[4096]; in hostapd_cli_cmd() local 266 char buf[10 in hostapd_cli_cmd_mib() local 312 char buf[64]; hostapd_cli_cmd_sta() local 344 char buf[64]; hostapd_cli_cmd_new_sta() local 358 char buf[64]; hostapd_cli_cmd_deauthenticate() local 376 char buf[64]; hostapd_cli_cmd_disassociate() local 395 char buf[64]; hostapd_cli_cmd_signature() local 410 char buf[64]; hostapd_cli_cmd_sa_query() local 425 char buf[256]; hostapd_cli_cmd_wps_pin() local 488 char *buf; hostapd_cli_cmd_wps_nfc_tag_read() local 580 char buf[64]; hostapd_cli_cmd_wps_ap_pin() local 608 char buf[256]; hostapd_cli_cmd_wps_config() local 653 char buf[300]; hostapd_cli_cmd_disassoc_imminent() local 673 char buf[300]; hostapd_cli_cmd_ess_disassoc() local 693 char buf[2000], *tmp; hostapd_cli_cmd_bss_tm_req() local 727 char buf[4096], *pos; wpa_ctrl_command_sta() local 826 char buf[200]; hostapd_cli_cmd_set_qos_map_set() local 846 char buf[50]; hostapd_cli_cmd_send_qos_map_conf() local 865 char buf[300]; hostapd_cli_cmd_hs20_wnm_notif() local 885 char buf[300]; hostapd_cli_cmd_hs20_deauth_req() local 1858 char buf[4096]; hostapd_cli_recv_pending() local 2034 char buf[256]; hostapd_cli_action() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 35 char buf[500]; in write_result() local 225 char buf[200]; in process_est_cert() local 982 char *buf; set_pps_cred_policy_required_proto_port() local 1588 char buf[200], dir[200]; set_pps_cred_digital_cert() local 1627 char buf[200], dir[200]; set_pps_cred_realm() local 1674 char *imsi, *eaptype, *str, buf[20]; set_pps_cred_sim() local 2015 char buf[1000]; parse_osu_providers() local 2160 char buf[200]; osu_connect() local 2495 char fname[300], buf[400]; cmd_signup() local 2569 char buf[256]; cmd_sub_rem() local 2727 char buf[256]; cmd_pol_upd() local 3130 char buf[100]; check_workarounds() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.c | 76 u8 buf[200], *pos; in hostapd_build_ap_extra_ies() local 482 hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len) hostapd_get_ssid() argument 490 hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len) hostapd_set_ssid() argument 752 hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) hostapd_drv_wnm_oper() argument [all...] |
H A D | dpp_hostapd.c | 997 struct wpabuf *buf; in hostapd_dpp_start_gas_client() local 714 hostapd_dpp_rx_auth_req(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_auth_req() argument 1047 hostapd_dpp_rx_auth_resp(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_auth_resp() argument 1100 hostapd_dpp_rx_auth_conf(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len) hostapd_dpp_rx_auth_conf() argument 1166 hostapd_dpp_rx_conf_result(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len) hostapd_dpp_rx_conf_result() argument 1217 hostapd_dpp_rx_conn_status_result(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len) hostapd_dpp_rx_conn_status_result() argument 1256 hostapd_dpp_rx_presence_announcement(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_presence_announcement() argument 1341 hostapd_dpp_rx_reconfig_announcement(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_reconfig_announcement() argument 1435 hostapd_dpp_rx_reconfig_auth_resp(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_reconfig_auth_resp() argument 1606 hostapd_dpp_rx_peer_disc_req(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_peer_disc_req() argument 1720 hostapd_dpp_rx_pkex_exchange_req(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq, bool v2) hostapd_dpp_rx_pkex_exchange_req() argument 1775 hostapd_dpp_rx_pkex_exchange_resp(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_pkex_exchange_resp() argument 1811 hostapd_dpp_rx_pkex_commit_reveal_req(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_pkex_commit_reveal_req() argument 1859 hostapd_dpp_rx_pkex_commit_reveal_resp(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_pkex_commit_reveal_resp() argument 1901 hostapd_dpp_rx_action(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq) hostapd_dpp_rx_action() argument 2257 u8 *buf; hostapd_dpp_relay_tx() local 2272 hostapd_dpp_relay_gas_resp_tx(void *ctx, const u8 *addr, u8 dialog_token, int prot, struct wpabuf *buf) hostapd_dpp_relay_gas_resp_tx() argument [all...] |
H A D | hostapd.c | 809 char buf[128]; in hostapd_das_find_sta() local 1809 fst_hostapd_send_action_cb(void *ctx, const u8 *da, struct wpabuf *buf) fst_hostapd_send_action_cb() argument 1828 fst_hostapd_update_mb_ie_cb(void *ctx, const u8 *addr, const u8 *buf, size_t size) fst_hostapd_update_mb_ie_cb() argument 3017 hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) hostapd_add_iface() argument 3223 hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) hostapd_remove_iface() argument [all...] |
H A D | ieee802_1x.c | 54 u8 *buf; in ieee802_1x_send() local 149 u8 *buf, *ekey; in ieee802_1x_tx_key_one() local 436 char buf[128]; add_common_radius_sta_attr() local 534 char buf[128]; add_common_radius_attr() local 783 u8 buf[3]; ieee802_1x_encapsulate_radius() local 941 handle_eap(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) handle_eap() argument 1000 ieee802_1x_save_eapol(struct sta_info *sta, const u8 *buf, size_t len) ieee802_1x_save_eapol() argument 1032 ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf, size_t len) ieee802_1x_receive() argument 1412 char buf[64]; ieee802_1x_decapsulate_radius() local 1490 u8 *buf; ieee802_1x_get_keys() local 1605 u8 *buf, *identity; ieee802_1x_update_sta_identity() local 1639 u8 *buf; ieee802_1x_update_sta_cui() local 1785 u8 *buf, *pos, *end, type, sublen; ieee802_1x_check_hs20() local 2533 ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, const u8 *buf, size_t len, int ack) ieee802_1x_tx_status() argument 2560 ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta, const u8 *buf, int len, int ack) ieee802_1x_eapol_tx_status() argument 2716 ieee802_1x_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) ieee802_1x_get_mib() argument 2723 ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) ieee802_1x_get_mib_sta() argument [all...] |
H A D | sta_info.h | 65 struct wpabuf *buf; member
|
H A D | wps_hostapd.c | 343 char *buf = os_malloc(blen); in hapd_new_ap_event() local 461 char buf[1024]; in hapd_wps_cred_cb() local 1794 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) hostapd_wps_get_mib_sta() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 2056 struct wpabuf *buf = NULL; in dpp_build_csr() local 206 dpp_pbkdf2(size_t hash_len, const u8 *password, size_t password_len, const u8 *salt, size_t salt_len, unsigned int iterations, u8 *buf, size_t buflen) dpp_pbkdf2() argument 232 dpp_set_pubkey_point(struct crypto_ec_key *group_key, const u8 *buf, size_t len) dpp_set_pubkey_point() argument [all...] |
H A D | ieee802_11_common.c | 777 struct wpabuf *buf; in ieee802_11_vendor_ie_concat() local 2221 size_t mbo_add_ie(u8 *buf, size_t len, const u8 *attr, size_t attr_len) in mbo_add_ie() argument 2245 add_multi_ap_ie(u8 *buf, size_t len, u8 value) add_multi_ap_ie() argument 2853 struct wpabuf *buf; ieee802_11_defrag_data() local 2895 struct wpabuf *buf; ieee802_11_defrag_data() local 3251 get_basic_mle_mld_addr(const u8 *buf, size_t len) get_basic_mle_mld_addr() argument [all...] |
H A D | sae.c | 1671 int sae_write_commit(struct sae_data *sae, struct wpabuf *buf, in sae_write_commit() argument 2340 sae_write_confirm(struct sae_data *sae, struct wpabuf *buf) sae_write_confirm() argument [all...] |
H A D | wpa_common.c | 203 wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, const u8 *buf, size_t len, u8 *mic) wpa_eapol_key_mic() argument 1411 u8 *buf; pasn_mic() local 1928 u8 buf[1 + SSID_MAX_LEN + MOBILITY_DOMAIN_ID_LEN + 1 + wpa_derive_pmk_r0() local 2063 u8 buf[FT_R1KH_ID_LEN + ETH_ALEN]; wpa_derive_pmk_r1() local 2113 u8 buf[2 * WPA_NONCE_LEN + 2 * ETH_ALEN]; wpa_pmk_r1_to_ptk() local 2880 char *start, *end, *buf; wpa_parse_cipher() local 3063 char buf[255], *wpos = buf; fils_domain_name_hash() local 3455 wpa_parse_kde_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) wpa_parse_kde_ies() argument 3599 wpa_pasn_build_auth_header(struct wpabuf *buf, const u8 *bssid, const u8 *src, const u8 *dst, u8 trans_seq, u16 status) wpa_pasn_build_auth_header() argument 3632 wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, int akmp, int cipher) wpa_pasn_add_rsne() argument 3740 wpa_pasn_add_parameter_ie(struct wpabuf *buf, u16 pasn_group, u8 wrapped_data_format, const struct wpabuf *pubkey, bool compressed, const struct wpabuf *comeback, int after) wpa_pasn_add_parameter_ie() argument 3809 wpa_pasn_add_wrapped_data(struct wpabuf *buf, struct wpabuf *wrapped_data_buf) wpa_pasn_add_wrapped_data() argument 4024 wpa_pasn_add_rsnxe(struct wpabuf *buf, u16 capab) wpa_pasn_add_rsnxe() argument [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.cpp | 1717 static void generateExtensionStatements (std::ostringstream& buf, const std::vector<RequiredExtension>& extensions, glu::ShaderType type) in generateExtensionStatements() argument
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 94 deUint32 buf = *i; in ~GLContext() local
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpTestLog.c | 288 DE_INLINE void int32ToString (int val, char buf[32]) in int32ToString() argument 293 DE_INLINE void int64ToString (deInt64 val, char buf[32]) in int64ToString() argument 298 DE_INLINE void floatToString (float value, char* buf, size_t bufSize) in floatToString() argument 303 DE_INLINE void doubleToString (double value, char* buf, size_t bufSize) in doubleToString() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_wolfssl.c | 864 int crypto_get_random(void *buf, size_t len) in crypto_get_random() argument 1029 struct crypto_bignum * crypto_bignum_init_set(const u8 *buf, size_t len) in crypto_bignum_init_set() argument 1112 u8 *buf; in crypto_bignum_rand() local 274 pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, u8 *buf, size_t buflen) pbkdf2_sha1() argument 1081 crypto_bignum_to_bin(const struct crypto_bignum *a, u8 *buf, size_t buflen, size_t padlen) crypto_bignum_to_bin() argument 1752 struct wpabuf *buf = NULL; crypto_ecdh_get_pubkey() local [all...] |
H A D | tls_wolfssl.c | 134 static int wolfssl_receive_cb(WOLFSSL *ssl, char *buf, int sz, void *ctx) in wolfssl_receive_cb() argument 156 static int wolfssl_send_cb(WOLFSSL *ssl, char *buf, int sz, void *ctx) in wolfssl_send_cb() argument 179 struct wpabuf *buf; in remove_session_cb() local 117 wolfssl_reset_in_data(struct tls_in_data *in, const struct wpabuf *buf) wolfssl_reset_in_data() argument 502 tls_passwd_cb(char *buf, int size, int rwflag, void *password) tls_passwd_cb() argument 819 struct wpabuf *buf = NULL; get_x509_cert() local 953 char buf[256]; tls_verify_cb() local 972 wolfSSL_X509_NAME_oneline(wolfSSL_X509_get_subject_name(err_cert), buf, tls_verify_cb() local 1775 struct wpabuf *buf; tls_connection_decrypt() local 1817 char buf[128], *pos, *end; tls_connection_set_cipher_list() local 1875 tls_get_cipher(void *tls_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_cipher() argument 1950 tls_get_library_version(char *buf, size_t buf_len) tls_get_library_version() argument 1956 tls_get_version(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_version() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 264 static char buf[sizeof(MACSTR)]; in ether_sprintf() local 707 u8 buf[512]; in atheros_set_opt_ie() local 856 static void atheros_raw_receive(void *ctx, const u8 *src_addr, const u8 *buf, in atheros_raw_receive() argument 1002 u8 buf[512]; atheros_set_wps_ie() local 1461 atheros_wireless_event_atheros_custom(struct atheros_driver_data *drv, int opcode, char *buf, int len) atheros_wireless_event_atheros_custom() argument 1483 char *pos, *end, *custom, *buf; atheros_wireless_event_wireless() local 1537 buf, len); atheros_wireless_event_wireless() local 1552 atheros_wireless_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi, u8 *buf, size_t len) atheros_wireless_event_rtm_newlink() argument 1651 unsigned char buf[3000]; atheros_send_eapol() local 1689 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) handle_read() argument 1843 atheros_set_ssid(void *priv, const u8 *buf, int len) atheros_set_ssid() argument 1863 atheros_get_ssid(void *priv, u8 *buf, int len) atheros_get_ssid() argument 1971 u8 buf[1510]; atheros_send_mgmt() local 2099 u8 buf[IEEE80211_APPIE_MAX]; athr_wnm_tfs() local 2225 atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) atheros_wnm_oper() argument [all...] |
H A D | driver_bsd.c | 890 static char buf[sizeof(MACSTR_SEC)]; in ether_sprintf() local 992 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() argument 1192 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() argument 1432 uint8_t buf[24*1024], *pos; wpa_driver_bsd_get_scan_results2() local [all...] |
H A D | driver_wext.c | 170 char buf[33]; in wpa_driver_wext_set_ssid() local 417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local 533 wpa_driver_wext_event_link(struct wpa_driver_wext_data *drv, char *buf, size_t len, int del) wpa_driver_wext_event_link() argument 579 wpa_driver_wext_own_ifname(struct wpa_driver_wext_data *drv, u8 *buf, size_t len) wpa_driver_wext_own_ifname() argument 604 wpa_driver_wext_own_ifindex(struct wpa_driver_wext_data *drv, int ifindex, u8 *buf, size_t len) wpa_driver_wext_own_ifindex() argument 622 wpa_driver_wext_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi, u8 *buf, size_t len) wpa_driver_wext_event_rtm_newlink() argument 703 wpa_driver_wext_event_rtm_dellink(void *ctx, struct ifinfomsg *ifi, u8 *buf, size_t len) wpa_driver_wext_event_rtm_dellink() argument 751 char buf[90], *pos; wext_get_phy_name() local 794 struct stat buf; wpa_driver_wext_init() local 870 char buf[200], *res; wext_hostap_ifname() local 904 char buf[200]; wext_add_hostap() local 927 char path[200], buf[200], *pos; wext_check_hostap() local 2451 wpa_driver_wext_status(void *priv, char *buf, size_t buflen) wpa_driver_wext_status() argument [all...] |