/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_glue.c | 191 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol() 233 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol() 253 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk() 332 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_msk() 371 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_key() 434 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_send_eapol() 805 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_update_vlan() 845 sta = ap_get_sta(hapd, addr); in hostapd_get_sta_tx_params() 869 sta = ap_get_sta(hapd, dst); in hostapd_wpa_auth_send_ft_action() 930 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_set_vlan() [all …]
|
D | drv_callbacks.c | 165 sta = ap_get_sta(hapd, addr); in hostapd_notif_assoc() 675 sta = ap_get_sta(hapd, addr); in hostapd_notif_disassoc() 694 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack() 711 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_opmode_changed() 1022 sta = ap_get_sta(hapd, dst); in hostapd_notify_auth_ft_finish() 1069 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth() 1142 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_action_rx() 1331 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta() 1359 sta = ap_get_sta(iface->bss[j], src); in hostapd_event_eapol_rx() 1561 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_wds_sta_interface_status()
|
D | ctrl_iface_ap.c | 378 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_sta() 413 (sta = ap_get_sta(hapd, addr)) == NULL) { in hostapd_ctrl_iface_sta_next() 533 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_deauthenticate() 596 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_disassociate() 619 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_signature() 639 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_poll_sta()
|
D | tkip_countermeasures.c | 80 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
|
D | utils.c | 67 osta = ap_get_sta(ohapd, data->addr); in prune_associations()
|
D | rrm.c | 370 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_send_lci_req() 459 sta = ap_get_sta(hapd, addr); in hostapd_send_range_req() 573 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_send_beacon_req()
|
D | ieee802_11.c | 355 sta = ap_get_sta(hapd, dst); in handle_auth_ft_finish() 2221 sta = ap_get_sta(hapd, mgmt->sa); in handle_auth() 3765 sta = ap_get_sta(hapd, mgmt->sa); in handle_assoc() 4116 sta = ap_get_sta(hapd, mgmt->sa); in handle_disassoc() 4180 sta = ap_get_sta(hapd, mgmt->sa); in handle_deauth() 4254 sta = ap_get_sta(hapd, mgmt->sa); in handle_action() 4563 sta = ap_get_sta(hapd, mgmt->da); in handle_auth_cb() 4633 sta = ap_get_sta(hapd, mgmt->da); in handle_assoc_cb() 4788 sta = ap_get_sta(hapd, mgmt->da); in handle_deauth_cb() 4812 sta = ap_get_sta(hapd, mgmt->da); in handle_disassoc_cb() [all …]
|
D | dhcp_snoop.c | 105 sta = ap_get_sta(hapd, b->hw_addr); in handle_dhcp()
|
D | ndisc_snoop.c | 126 sta = ap_get_sta(hapd, msg->opt_lladdr); in handle_ndisc()
|
D | ieee802_11_shared.c | 68 sta = ap_get_sta(hapd, addr); in ieee802_11_send_sa_query_req() 139 sta = ap_get_sta(hapd, sa); in ieee802_11_send_sa_query_resp() 224 sta = ap_get_sta(hapd, sa); in ieee802_11_sa_query_action()
|
D | wnm_ap.c | 66 sta = ap_get_sta(hapd, addr); in ieee802_11_send_wnmsleep_resp() 295 sta = ap_get_sta(hapd, addr); in ieee802_11_rx_wnmsleep_req() 476 sta = ap_get_sta(hapd, addr); in ieee802_11_rx_bss_trans_mgmt_resp()
|
D | sta_info.c | 71 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() function 674 sta = ap_get_sta(hapd, addr); in ap_sta_add() 762 sta2 = ap_get_sta(bss, sta->addr); in ap_sta_remove_in_other_bss() 1306 sta = ap_get_sta(hapd, addr); in ap_sta_disconnect()
|
D | preauth_auth.c | 67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive()
|
D | mbo_ap.c | 219 sta = ap_get_sta(hapd, addr); in mbo_ap_wnm_notification_req()
|
D | wmm.c | 260 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); in hostapd_wmm_action()
|
D | sta_info.h | 301 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
|
D | accounting.c | 464 sta = ap_get_sta(hapd, addr); in accounting_interim_error_cb()
|
D | iapp.c | 273 sta = ap_get_sta(iapp->hapd, add->mac_addr); in iapp_process_add_notify()
|
D | ap_drv_ops.c | 370 sta = ap_get_sta(hapd, addr); in hostapd_sta_auth() 744 sta = ap_get_sta(hapd, dst); in hostapd_drv_send_action()
|
D | ieee802_11_ht.c | 291 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_2040_coex_action()
|
D | gas_serv.c | 53 sta = ap_get_sta(hapd, addr); in gas_dialog_create() 114 sta = ap_get_sta(hapd, addr); in gas_serv_dialog_find() 146 sta = ap_get_sta(hapd, sta_addr); in gas_serv_free_dialogs()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 538 sta = ap_get_sta(hapd, addr); in mesh_mpm_close_peer() 579 sta = ap_get_sta(hapd, addr); in mesh_mpm_connect_peer() 628 sta = ap_get_sta(data, addr); in mesh_mpm_auth_peer() 687 sta = ap_get_sta(data, addr); in mesh_mpm_add_peer() 1177 sta = ap_get_sta(hapd, mgmt->sa); in mesh_mpm_action_rx()
|
D | mesh_rsn.c | 83 struct sta_info *sta = ap_get_sta(hapd, addr); in auth_get_psk() 135 sta = ap_get_sta(hapd, addr); in auth_start_ampe()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 118 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_new_sta() 735 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_send_qos_map_conf() 786 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_disassoc_imminent() 809 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_ess_disassoc() 855 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_bss_tm_req() 1009 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_coloc_intf_req() 2138 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_reset_pn() 2235 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_m1() 2265 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_m3() 2295 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_group_m1() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4009 sta = ap_get_sta(args->wpa_s->ap_iface->bss[0], args->sta); in wpas_dbus_getter_sta_address() 4039 sta = ap_get_sta(args->wpa_s->ap_iface->bss[0], args->sta); in wpas_dbus_getter_sta_aid() 4069 sta = ap_get_sta(args->wpa_s->ap_iface->bss[0], args->sta); in wpas_dbus_getter_sta_caps() 4105 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_rx_packets() 4144 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_tx_packets() 4183 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_tx_bytes() 4222 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_rx_bytes()
|