/hostap-3.7.0/src/utils/ |
D | trace.h | 23 const void *addr; member 34 #define wpa_trace_add_ref(ptr, name, addr) \ argument 37 #define wpa_trace_remove_ref(ptr, name, addr) \ argument 52 #define wpa_trace_add_ref(ptr, name, addr) do { } while (0) argument 53 #define wpa_trace_remove_ref(ptr, name, addr) do { } while (0) argument 54 #define wpa_trace_check_ref(addr) do { } while (0) argument
|
D | ip_addr.c | 14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, in hostapd_ip_txt() 36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr()
|
/hostap-3.7.0/wpa_supplicant/ |
D | ctrl_iface_udp.c | 33 struct sockaddr_in6 addr; member 35 struct sockaddr_in addr; member 86 char addr[INET6_ADDRSTRLEN]; in wpa_supplicant_ctrl_iface_attach() local 119 char addr[INET6_ADDRSTRLEN]; local 164 char addr[INET6_ADDRSTRLEN]; local 226 char addr[INET6_ADDRSTRLEN]; local 401 struct sockaddr_in6 addr; local 404 struct sockaddr_in addr; local 531 char addr[INET6_ADDRSTRLEN]; local 628 char addr[INET6_ADDRSTRLEN]; local [all …]
|
D | ibss_rsn.c | 28 const u8 *addr) in ibss_rsn_get_peer() 147 const u8 *addr, int key_idx, int set_tx, in supp_set_key() 187 static int supp_mlme_setprotection(void *ctx, const u8 *addr, in supp_mlme_setprotection() 264 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger() 275 static const u8 * auth_get_psk(void *ctx, const u8 *addr, in auth_get_psk() 293 static int auth_send_eapol(void *ctx, const u8 *addr, const u8 *data, in auth_send_eapol() 316 const u8 *addr, int idx, u8 *key, size_t key_len, in auth_set_key() 360 static void ibss_rsn_disconnect(void *ctx, const u8 *addr, u16 reason) in ibss_rsn_disconnect() 411 static void auth_set_eapol(void *ctx, const u8 *addr, in auth_set_eapol() 535 ibss_rsn_peer_init(struct ibss_rsn *ibss_rsn, const u8 *addr) in ibss_rsn_peer_init() [all …]
|
/hostap-3.7.0/tests/hwsim/ |
D | wlantest.py | 155 def info_sta(self, field, bssid, addr): argument 161 def get_sta_counter(self, field, bssid, addr): argument 167 def clear_sta_counters(self, bssid, addr): argument 205 def require_sta_pmf_mandatory(self, bssid, addr): argument 212 def require_sta_pmf(self, bssid, addr): argument 217 def require_sta_no_pmf(self, bssid, addr): argument 222 def require_sta_key_mgmt(self, bssid, addr, key_mgmt): argument 227 def get_tx_tid(self, bssid, addr, tid): argument 233 def get_rx_tid(self, bssid, addr, tid): argument 239 def get_tid_counters(self, bssid, addr): argument
|
/hostap-3.7.0/src/crypto/ |
D | crypto_gnutls.c | 21 const u8 *addr[], const size_t *len, u8 *mac) in gnutls_digest_vector() 42 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() 71 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() 77 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() 83 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha256_vector() 89 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha384_vector() 95 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha512_vector() 102 size_t num_elem, const u8 *addr[], in gnutls_hmac_vector() 129 const u8 *addr[], const size_t *len, u8 *mac) in hmac_md5_vector() 144 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector() [all …]
|
D | crypto_nettle.c | 52 const u8 *addr[], const size_t *len, u8 *mac) in nettle_digest_vector() 72 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() 78 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() 84 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() 90 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha256_vector() 96 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha384_vector() 102 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha512_vector() 109 const u8 *addr[], const size_t *len, u8 *mac) in hmac_md5_vector() 134 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector() 161 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector() [all …]
|
D | crypto_linux.c | 59 const u8 *addr[], const size_t *len, in linux_af_alg_hash_vector() 125 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() 132 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() 139 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha1_vector() 147 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha256_vector() 155 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha384_vector() 163 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha512_vector() 172 const u8 *addr[], const size_t *len, u8 *mac) in hmac_md5_vector() 187 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector() 202 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector() [all …]
|
D | aes-siv.c | 54 static void pad_block(u8 *pad, const u8 *addr, size_t len) in pad_block() 65 size_t num_elem, const u8 *addr[], size_t *len, u8 *mac) in aes_s2v() 121 size_t num_elem, const u8 *addr[], const size_t *len, in aes_siv_encrypt() 164 size_t num_elem, const u8 *addr[], const size_t *len, in aes_siv_decrypt()
|
D | crypto_mbedtls.c | 39 mbedtls_md_type_t md_type, size_t num_elem, const u8 *addr[], in digest_vector() 82 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha256_vector() 87 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha384_vector() 92 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() 97 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() 103 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() 185 const u8 *addr[], const size_t *len, u8 *mac) in hmac_vector() 218 const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], in hmac_sha384_vector() 232 const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], in hmac_sha256_vector() 246 const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], in hmac_md5_vector() [all …]
|
/hostap-3.7.0/src/ap/ |
D | ap_drv_ops.h | 162 const u8 *addr, int vlan_id) in hostapd_drv_set_sta_vlan() 171 const u8 *addr) in hostapd_drv_get_inact_sec() 179 const u8 *addr) in hostapd_drv_sta_remove() 187 const u8 *addr, const u8 *data, in hostapd_drv_hapd_send_eapol() 200 const u8 *addr) in hostapd_drv_read_sta_data() 208 const u8 *addr) in hostapd_drv_sta_clear_stats() 259 const u8 *own_addr, const u8 *addr, in hostapd_drv_poll_client() 312 int prefixlen, const u8 *addr) in hostapd_drv_br_add_ip_neigh()
|
D | wnm_ap.c | 28 static int ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, in ieee80211_11_get_tfs_ie() 38 static int ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, in ieee80211_11_set_tfs_ie() 49 const u8 *addr, u8 dialog_token, in ieee802_11_send_wnmsleep_resp() 258 const u8 *addr, const u8 *frm, int len) in ieee802_11_rx_wnmsleep_req() 365 const u8 *addr, in ieee802_11_send_bss_trans_mgmt_request() 406 const u8 *addr, const u8 *frm, in ieee802_11_rx_bss_trans_mgmt_query() 462 const u8 *addr, const u8 *frm, in ieee802_11_rx_bss_trans_mgmt_resp() 538 const u8 *addr) in wnm_beacon_protection_failure() 563 const u8 *addr, const u8 *buf, in ieee802_11_rx_wnm_notification_req() 592 const u8 *addr, const u8 *buf, in ieee802_11_rx_wnm_coloc_intf_report()
|
D | ctrl_iface_ap.c | 402 u8 addr[ETH_ALEN]; in hostapd_ctrl_iface_sta() local 444 u8 addr[ETH_ALEN]; in hostapd_ctrl_iface_sta_next() local 465 u8 minor_reason_code, const u8 *addr) in p2p_manager_disconnect() 516 u8 addr[ETH_ALEN]; in hostapd_ctrl_iface_deauthenticate() local 578 u8 addr[ETH_ALEN]; in hostapd_ctrl_iface_disassociate() local 642 u8 addr[ETH_ALEN]; in hostapd_ctrl_iface_signature() local 662 u8 addr[ETH_ALEN]; in hostapd_ctrl_iface_poll_sta() local 999 const u8 *addr, char *buf, size_t len) in hostapd_ctrl_iface_pmksa_list_mesh()
|
D | wpa_auth_glue.c | 220 static void hostapd_wpa_auth_logger(void *ctx, const u8 *addr, in hostapd_wpa_auth_logger() 245 static void hostapd_wpa_auth_disconnect(void *ctx, const u8 *addr, in hostapd_wpa_auth_disconnect() 256 static int hostapd_wpa_auth_mic_failure_report(void *ctx, const u8 *addr) in hostapd_wpa_auth_mic_failure_report() 263 static void hostapd_wpa_auth_psk_failure_report(void *ctx, const u8 *addr) in hostapd_wpa_auth_psk_failure_report() 271 static void hostapd_wpa_auth_set_eapol(void *ctx, const u8 *addr, in hostapd_wpa_auth_set_eapol() 312 static int hostapd_wpa_auth_get_eapol(void *ctx, const u8 *addr, in hostapd_wpa_auth_get_eapol() 330 static const u8 * hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr, in hostapd_wpa_auth_get_psk() 407 static int hostapd_wpa_auth_get_msk(void *ctx, const u8 *addr, u8 *msk, in hostapd_wpa_auth_get_msk() 438 const u8 *addr, int idx, u8 *key, in hostapd_wpa_auth_set_key() 500 static int hostapd_wpa_auth_get_seqnum(void *ctx, const u8 *addr, int idx, in hostapd_wpa_auth_get_seqnum() [all …]
|
D | ieee802_11_auth.c | 32 macaddr addr; member 42 macaddr addr; member 71 static int hostapd_acl_cache_get(struct hostapd_data *hapd, const u8 *addr, in hostapd_acl_cache_get() 106 static int hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, in hostapd_radius_acl_query() 174 int hostapd_check_acl(struct hostapd_data *hapd, const u8 *addr, in hostapd_check_acl() 213 int hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr, in hostapd_allowed_address()
|
D | hs20.c | 103 int hs20_send_wnm_notification(struct hostapd_data *hapd, const u8 *addr, in hs20_send_wnm_notification() 155 const u8 *addr, in hs20_send_wnm_notification_deauth_req() 190 const u8 *addr, const char *url) in hs20_send_wnm_notification_t_c()
|
D | ap_drv_ops.c | 335 const u8 *addr, int aid, int val) in hostapd_set_wds_sta() 350 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_sta_node() 359 int hostapd_sta_auth(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_auth() 403 int hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_assoc() 414 const u8 *addr, u16 aid, u16 capability, in hostapd_sta_add() 454 int hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_tspec() 498 const char *ifname, const u8 *addr, void *bss_ctx, in hostapd_if_add() 530 const u8 *addr, int idx, u8 *seq) in hostapd_get_seqnum() 590 int hostapd_sta_set_flags(struct hostapd_data *hapd, u8 *addr, in hostapd_sta_set_flags() 600 int hostapd_sta_set_airtime_weight(struct hostapd_data *hapd, const u8 *addr, in hostapd_sta_set_airtime_weight() [all …]
|
/hostap-3.7.0/src/common/ |
D | ptksa_cache.h | 25 u8 addr[ETH_ALEN]; member 55 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_get() 67 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, in ptksa_cache_add() 74 const u8 *addr, u32 cipher) in ptksa_cache_flush()
|
/hostap-3.7.0/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 310 QString addr; in enter_pin() local 487 void Peers::add_single_station(const char *addr) in add_single_station() 522 QString addr = ""; in add_p2p_group_client() local 781 QStandardItem * Peers::find_addr(QString addr) in find_addr() 794 QStandardItem * Peers::find_addr_type(QString addr, int type) in find_addr_type() 835 QString addr = items[2]; in event_notify() local 869 QString addr = items[1]; in event_notify() local 880 QString addr = items[1]; in event_notify() local 907 QString addr = items[1]; in event_notify() local 1012 QString addr = items[1]; in event_notify() local [all …]
|
/hostap-3.7.0/wpa_supplicant/examples/p2p/ |
D | p2p_invite.py | 62 def __init__(self,interface_name,wpas_dbus_interface,addr, argument 142 addr = None variable 167 addr = value variable
|
D | p2p_connect.py | 78 def __init__(self,ifname,wpas_dbus_interface,addr, argument 225 addr = None variable 256 addr = value variable
|
/hostap-3.7.0/src/drivers/ |
D | driver_hostap.c | 219 struct sockaddr_ll addr; in hostap_init_sockets() local 282 static int hostap_send_eapol(void *priv, const u8 *addr, const u8 *data, in hostap_send_eapol() 328 static int hostap_sta_set_flags(void *priv, const u8 *addr, in hostap_sta_set_flags() 408 const u8 *addr = params->addr; in wpa_driver_hostap_set_key() local 461 static int hostap_get_seqnum(const char *ifname, void *priv, const u8 *addr, in hostap_get_seqnum() 588 const u8 *addr) in hostap_read_sta_data() 661 static int hostap_sta_remove(void *priv, const u8 *addr) in hostap_sta_remove() 679 static int hostap_get_inact_sec(void *priv, const u8 *addr) in hostap_get_inact_sec() 695 static int hostap_sta_clear_stats(void *priv, const u8 *addr) in hostap_sta_clear_stats() 800 u8 addr[ETH_ALEN]; in hostapd_wireless_event_wireless_custom() local [all …]
|
D | driver_atheros.c | 261 ether_sprintf(const u8 *addr) in ether_sprintf() 428 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) in atheros_set_sta_authorized() 453 atheros_sta_set_flags(void *priv, const u8 *addr, in atheros_sta_set_flags() 466 atheros_del_key(void *priv, const u8 *addr, int key_idx) in atheros_del_key() 501 const u8 *addr = params->addr; in atheros_set_key() local 588 atheros_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, in atheros_get_seqnum() 646 const u8 *addr) in atheros_read_sta_driver_data() 681 atheros_sta_clear_stats(void *priv, const u8 *addr) in atheros_sta_clear_stats() 758 atheros_sta_deauth(void *priv, const u8 *own_addr, const u8 *addr, in atheros_sta_deauth() 782 atheros_sta_disassoc(void *priv, const u8 *own_addr, const u8 *addr, in atheros_sta_disassoc() [all …]
|
/hostap-3.7.0/src/wps/ |
D | wps_er.c | 59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, in wps_er_sta_get() 100 struct in_addr *addr, const u8 *uuid, in wps_er_ap_get() 289 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) in wps_er_ap_cache_settings() 637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add() 676 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) in wps_er_ap_remove() 757 const u8 *addr, in wps_er_add_sta_data() 837 const u8 *addr, in wps_er_process_wlanevent_probe_req() 1068 static void wps_er_process_wlanevent_eap(struct wps_er_ap *ap, const u8 *addr, in wps_er_process_wlanevent_eap() 1252 struct in_addr addr; in wps_er_init() local 1560 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) in wps_er_pbc() [all …]
|
/hostap-3.7.0/wlantest/ |
D | sta.c | 18 struct wlantest_sta * sta_find(struct wlantest_bss *bss, const u8 *addr) in sta_find() 31 struct wlantest_sta * sta_get(struct wlantest_bss *bss, const u8 *addr) in sta_get()
|