Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c289 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol()
330 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol()
350 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk()
435 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_msk()
482 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_key()
563 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_send_eapol()
995 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_update_vlan()
1042 sta = ap_get_sta(hapd, addr); in hostapd_get_sta_tx_params()
1066 sta = ap_get_sta(hapd, dst); in hostapd_wpa_auth_send_ft_action()
1136 sta = ap_get_sta(hapd, sta_addr); in hostapd_wpa_auth_add_sta_ft()
[all …]
H A Ddrv_callbacks.c333 sta = ap_get_sta(hapd, addr); in hostapd_notif_assoc()
949 tmp_sta = ap_get_sta(tmp_hapd, addr); in hostapd_notif_disassoc_mld()
981 sta = ap_get_sta(hapd, addr); in hostapd_notif_disassoc()
1000 sta = ap_get_sta(h_hapd, addr); in hostapd_notif_disassoc()
1039 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack()
1056 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_opmode_changed()
1546 sta = ap_get_sta(hapd, dst); in hostapd_notify_auth_ft_finish()
1593 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth()
1666 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_action_rx()
1962 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta()
[all …]
H A 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()
H A 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()
H A 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()
H A Dtkip_countermeasures.c80 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
H A Dutils.c72 osta = ap_get_sta(ohapd, data->addr); in prune_associations()
H A Ddhcp_snoop.c107 sta = ap_get_sta(hapd, b->hw_addr); in handle_dhcp()
H A 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()
H A Dndisc_snoop.c127 sta = ap_get_sta(hapd, msg->opt_lladdr); in handle_ndisc()
H A Dmbo_ap.c219 sta = ap_get_sta(hapd, addr); in mbo_ap_wnm_notification_req()
H A Dpreauth_auth.c67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive()
H A Dsta_info.c69 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() function
217 lsta = ap_get_sta(lhapd, psta->addr); in clear_wpa_sm_for_each_partner_link()
800 sta = ap_get_sta(hapd, addr); in ap_sta_add()
900 sta2 = ap_get_sta(bss, sta->addr); in ap_sta_remove_in_other_bss()
1621 sta = ap_get_sta(hapd, addr); in ap_sta_disconnect()
H A 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()
H A Dieee802_11.c516 sta = ap_get_sta(hapd, dst); in handle_auth_ft_finish()
3100 sta = ap_get_sta(hapd, sa); in handle_auth()
4522 sta = ap_get_sta(hapd, origin_sta->addr); in ieee80211_ml_process_link()
5313 sta = ap_get_sta(hapd, mld_addr); in handle_mlo_translate()
5398 sta = ap_get_sta(hapd, mgmt->sa); in handle_assoc()
5907 sta = ap_get_sta(hapd, mgmt->sa); in handle_disassoc()
5937 sta = ap_get_sta(hapd, mgmt->sa); in handle_deauth()
6001 sta = ap_get_sta(hapd, mgmt->sa); in handle_action()
6371 sta = ap_get_sta(hapd, mgmt->da); in handle_auth_cb()
6542 sta = ap_get_sta(hapd, mgmt->da); in handle_assoc_cb()
[all …]
H A Dsta_info.h361 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
H A Dwmm.c321 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); in hostapd_wmm_action()
H A Daccounting.c467 sta = ap_get_sta(hapd, addr); in accounting_interim_error_cb()
H A Diapp.c273 sta = ap_get_sta(iapp->hapd, add->mac_addr); in iapp_process_add_notify()
H A Dieee802_11_ht.c269 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_2040_coex_action()
H A 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()
/freebsd/contrib/wpa/wpa_supplicant/
H A 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()
H A 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()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c125 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_new_sta()
740 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_send_qos_map_conf()
791 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_coloc_intf_req()
2175 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_reset_pn()
2287 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_m1()
2317 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_m3()
2347 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_resend_group_m1()
2377 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_rekey_ptk()
2409 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_get_pmk()
3090 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_eapol_reauth()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A 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