Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c151 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol()
193 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol()
212 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk()
251 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_msk()
302 sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_send_eapol()
456 sta = ap_get_sta(hapd, dst); in hostapd_wpa_auth_send_ft_action()
Ddrv_callbacks.c96 sta = ap_get_sta(hapd, addr); in hostapd_notif_assoc()
406 sta = ap_get_sta(hapd, addr); in hostapd_notif_disassoc()
424 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack()
559 sta = ap_get_sta(hapd, dst); in hostapd_notify_auth_ft_finish()
580 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth()
636 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_action_rx()
786 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta()
813 if ((sta = ap_get_sta(iface->bss[j], src))) { in hostapd_event_eapol_rx()
Dieee802_11.c313 sta = ap_get_sta(hapd, dst); in handle_auth_ft_finish()
1333 sta = ap_get_sta(hapd, mgmt->sa); in handle_assoc()
1471 sta = ap_get_sta(hapd, mgmt->sa); in handle_disassoc()
1519 sta = ap_get_sta(hapd, mgmt->sa); in handle_deauth()
1597 sta = ap_get_sta(hapd, mgmt->sa); in handle_action()
1846 sta = ap_get_sta(hapd, mgmt->da); in handle_auth_cb()
1904 sta = ap_get_sta(hapd, mgmt->da); in handle_assoc_cb()
2033 sta = ap_get_sta(hapd, mgmt->da); in handle_deauth_cb()
2057 sta = ap_get_sta(hapd, mgmt->da); in handle_disassoc_cb()
2152 sta = ap_get_sta(hapd, addr); in hostapd_tx_status()
[all …]
Dctrl_iface_ap.c172 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_sta()
204 (sta = ap_get_sta(hapd, addr)) == NULL) { in hostapd_ctrl_iface_sta_next()
321 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_deauthenticate()
381 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_disassociate()
Dutils.c58 osta = ap_get_sta(ohapd, data->addr); in prune_associations()
Dtkip_countermeasures.c75 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
Dieee802_11_shared.c88 sta = ap_get_sta(hapd, sa); in ieee802_11_send_sa_query_resp()
138 sta = ap_get_sta(hapd, sa); in ieee802_11_sa_query_action()
Dsta_info.c63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() function
562 sta = ap_get_sta(hapd, addr); in ap_sta_add()
635 sta2 = ap_get_sta(bss, sta->addr); in ap_sta_remove_in_other_bss()
1011 sta = ap_get_sta(hapd, addr); in ap_sta_disconnect()
Dsta_info.h166 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
Dpreauth_auth.c67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive()
Dwmm.c263 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); in hostapd_wmm_action()
Dgas_serv.c36 sta = ap_get_sta(hapd, addr); in gas_dialog_create()
94 sta = ap_get_sta(hapd, addr); in gas_serv_dialog_find()
125 sta = ap_get_sta(hapd, sta_addr); in gas_serv_free_dialogs()
Diapp.c277 sta = ap_get_sta(iapp->hapd, add->mac_addr); in iapp_process_add_notify()
Dwnm_ap.c63 sta = ap_get_sta(hapd, addr); in ieee802_11_send_wnmsleep_resp()
Dbeacon.c577 sta = ap_get_sta(hapd, mgmt->sa); in handle_probe_req()
Dieee802_1x.c792 sta = ap_get_sta(hapd, sa); in ieee802_1x_receive()
1901 sta = ap_get_sta(hapd, addr); in ieee802_1x_sta_entry_alive()
Dwps_hostapd.c1408 sta = ap_get_sta(hapd, mac_addr); in hostapd_rx_req_put_wlan_response()
Dhostapd.c609 sta = ap_get_sta(hapd, attr->sta_addr); in hostapd_das_find_sta()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dlink_test.c21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c145 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_new_sta()
762 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_send_qos_map_conf()
813 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_disassoc_imminent()
836 sta = ap_get_sta(hapd, addr); in hostapd_ctrl_iface_ess_disassoc()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c7140 sta = ap_get_sta(hapd, peer); in wpas_p2p_remove_client_go()