Home
last modified time | relevance | path

Searched refs:ap_get_sta (Results 1 – 25 of 34) sorted by relevance

12

/hostap-latest/src/ap/
Dwpa_auth_glue.c337 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol()
378 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol()
398 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk()
483 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_msk()
530 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_key()
611 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_send_eapol()
1043 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_update_vlan()
1090 sta = ap_get_sta(hapd, addr); in hostapd_get_sta_tx_params()
1114 sta = ap_get_sta(hapd, dst); in hostapd_wpa_auth_send_ft_action()
1184 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_add_sta_ft()
[all …]
Ddrv_callbacks.c333 sta = ap_get_sta(hapd, addr); in hostapd_notif_assoc()
951 tmp_sta = ap_get_sta(tmp_hapd, addr); in hostapd_notif_disassoc_mld()
983 sta = ap_get_sta(hapd, addr); in hostapd_notif_disassoc()
1002 sta = ap_get_sta(h_hapd, addr); in hostapd_notif_disassoc()
1041 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack()
1058 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_opmode_changed()
1548 sta = ap_get_sta(hapd, dst); in hostapd_notify_auth_ft_finish()
1595 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth()
1668 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_action_rx()
1964 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta()
[all …]
Dctrl_iface_ap.c517 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_sta()
552 (sta = ap_get_sta(hapd, addr)) == NULL) { in hostapd_ctrl_iface_sta_next()
668 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_deauthenticate()
730 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_disassociate()
753 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_signature()
773 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_poll_sta()
1290 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_disassoc_imminent()
1313 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_ess_disassoc()
1359 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_bss_tm_req()
Drrm.c420 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_send_lci_req()
509 sta = ap_get_sta(hapd, addr); in hostapd_send_range_req()
624 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_send_beacon_req()
744 sta = ap_get_sta(hapd, addr); in hostapd_send_link_measurement_req()
Dwnm_ap.c82 sta = ap_get_sta(hapd, addr); in ieee802_11_send_wnmsleep_resp()
336 sta = ap_get_sta(hapd, addr); in ieee802_11_rx_wnmsleep_req()
397 sta = ap_get_sta(hapd, addr); in ieee802_11_send_bss_trans_mgmt_request()
537 sta = ap_get_sta(hapd, addr); in ieee802_11_rx_bss_trans_mgmt_resp()
583 sta = ap_get_sta(hapd, addr); in wnm_beacon_protection_failure()
732 sta = ap_get_sta(hapd, addr); in ieee802_11_rx_wnm_event_report()
Dtkip_countermeasures.c80 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
Dutils.c72 osta = ap_get_sta(ohapd, data->addr); in prune_associations()
Ddhcp_snoop.c107 sta = ap_get_sta(hapd, b->hw_addr); in handle_dhcp()
Dap_drv_ops.c423 sta = ap_get_sta(hapd, addr); in hostapd_sta_auth()
873 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_drv_sta_deauth()
895 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_drv_sta_disassoc()
939 sta = ap_get_sta(hapd, dst); in hapd_drv_send_action()
953 sta = ap_get_sta(hapd, dst); in hapd_drv_send_action()
Dndisc_snoop.c127 sta = ap_get_sta(hapd, msg->opt_lladdr); in handle_ndisc()
Dsta_info.c73 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() function
221 lsta = ap_get_sta(lhapd, psta->addr); in clear_wpa_sm_for_each_partner_link()
804 sta = ap_get_sta(hapd, addr); in ap_sta_add()
904 sta2 = ap_get_sta(bss, sta->addr); in ap_sta_remove_in_other_bss()
1641 sta = ap_get_sta(hapd, addr); in ap_sta_disconnect()
Dmbo_ap.c219 sta = ap_get_sta(hapd, addr); in mbo_ap_wnm_notification_req()
Dpreauth_auth.c67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive()
Dieee802_11_shared.c66 struct sta_info *sta = ap_get_sta(hapd, addr); in ieee802_11_send_sa_query_req()
167 sta = ap_get_sta(hapd, sa); in ieee802_11_send_sa_query_resp()
274 sta = ap_get_sta(hapd, sa); in ieee802_11_sa_query_action()
Dieee802_11.c516 sta = ap_get_sta(hapd, dst); in handle_auth_ft_finish()
3105 sta = ap_get_sta(hapd, sa); in handle_auth()
4529 sta = ap_get_sta(hapd, origin_sta->addr); in ieee80211_ml_process_link()
5320 sta = ap_get_sta(hapd, mld_addr); in handle_mlo_translate()
5405 sta = ap_get_sta(hapd, mgmt->sa); in handle_assoc()
5916 sta = ap_get_sta(hapd, mgmt->sa); in handle_disassoc()
5946 sta = ap_get_sta(hapd, mgmt->sa); in handle_deauth()
6010 sta = ap_get_sta(hapd, mgmt->sa); in handle_action()
6380 sta = ap_get_sta(hapd, mgmt->da); in handle_auth_cb()
6551 sta = ap_get_sta(hapd, mgmt->da); in handle_assoc_cb()
[all …]
Dsta_info.h361 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
Dwmm.c321 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); in hostapd_wmm_action()
Daccounting.c467 sta = ap_get_sta(hapd, addr); in accounting_interim_error_cb()
Dieee802_11_ht.c269 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_2040_coex_action()
Dgas_serv.c53 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()
Dfils_hlp.c232 sta = ap_get_sta(hapd, dhcp->hw_addr); in fils_dhcp_handler()
/hostap-latest/wpa_supplicant/
Dmesh_mpm.c595 sta = ap_get_sta(hapd, addr); in mesh_mpm_close_peer()
636 sta = ap_get_sta(hapd, addr); in mesh_mpm_connect_peer()
685 sta = ap_get_sta(data, addr); in mesh_mpm_auth_peer()
743 sta = ap_get_sta(data, addr); in mesh_mpm_add_peer()
1248 sta = ap_get_sta(hapd, mgmt->sa); in mesh_mpm_action_rx()
Dmesh_rsn.c83 struct sta_info *sta = ap_get_sta(hapd, addr); in auth_get_psk()
136 sta = ap_get_sta(hapd, addr); in auth_start_ampe()
/hostap-latest/hostapd/
Dctrl_iface.c128 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_new_sta()
743 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_send_qos_map_conf()
794 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_coloc_intf_req()
2180 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_reset_pn()
2292 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_m1()
2322 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_m3()
2352 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_group_m1()
2382 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_rekey_ptk()
2414 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_get_pmk()
3095 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_eapol_reauth()
[all …]
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c4936 sta = ap_get_sta(args->wpa_s->ap_iface->bss[0], args->sta); in wpas_dbus_getter_sta_address()
4966 sta = ap_get_sta(args->wpa_s->ap_iface->bss[0], args->sta); in wpas_dbus_getter_sta_aid()
4996 sta = ap_get_sta(args->wpa_s->ap_iface->bss[0], args->sta); in wpas_dbus_getter_sta_caps()
5032 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_rx_packets()
5071 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_tx_packets()
5110 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_tx_bytes()
5149 sta = ap_get_sta(hapd, args->sta); in wpas_dbus_getter_sta_rx_bytes()

12