| /freebsd-10-stable/contrib/wpa/src/ap/ |
| D | sta_info.c | 46 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 50 struct sta_info *sta; in ap_for_each_sta() local 61 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 72 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del() 92 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add() 99 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del() 121 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta() 249 struct sta_info *sta, *prev; in hostapd_free_stas() local 278 struct sta_info *sta = timeout_ctx; in ap_handle_timer() local 431 struct sta_info *sta = timeout_ctx; in ap_handle_session_timer() local [all …]
|
| D | ap_mlme.c | 53 struct sta_info *sta) in mlme_authenticate_indication() 77 struct sta_info *sta, u16 reason_code) in mlme_deauthenticate_indication() 99 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication() 125 struct sta_info *sta) in mlme_reassociate_indication() 149 struct sta_info *sta, u16 reason_code) in mlme_disassociate_indication() 169 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request()
|
| D | ieee802_1x.c | 39 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send() 79 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() 111 struct sta_info *sta, in ieee802_1x_tx_key_one() 289 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key() 371 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() 419 struct sta_info *sta, in add_common_radius_sta_attr() 474 struct sta_info *sta, in add_common_radius_attr() 549 struct sta_info *sta, in ieee802_1x_encapsulate_radius() 647 struct sta_info *sta, struct eap_hdr *eap, in handle_eap_response() 679 static void handle_eap(struct hostapd_data *hapd, struct sta_info *sta, in handle_eap() [all …]
|
| D | ieee802_11.c | 133 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_own_capab_info() 194 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key() 298 struct sta_info *sta; in handle_auth_ft_finish() local 321 struct sta_info *sta) in auth_build_sae_commit() 339 struct sta_info *sta) in auth_build_sae_confirm() 355 static u16 handle_sae_commit(struct hostapd_data *hapd, struct sta_info *sta, in handle_sae_commit() 373 static u16 handle_sae_confirm(struct hostapd_data *hapd, struct sta_info *sta, in handle_sae_confirm() 389 static void handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, in handle_auth_sae() 459 struct sta_info *sta = NULL; in handle_auth() local 662 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_get_aid() [all …]
|
| D | accounting.c | 34 struct sta_info *sta, in accounting_msg() 153 struct sta_info *sta, in accounting_sta_update_stats() 180 struct sta_info *sta = timeout_ctx; in accounting_interim_update() local 202 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 242 struct sta_info *sta, int stop) in accounting_sta_report() 350 struct sta_info *sta) in accounting_sta_interim() 362 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() 378 struct sta_info *sta) in accounting_sta_get_id()
|
| D | accounting.h | 14 struct sta_info *sta) in accounting_sta_get_id() 19 struct sta_info *sta) in accounting_sta_start() 24 struct sta_info *sta) in accounting_sta_stop()
|
| D | preauth_auth.h | 34 struct sta_info *sta, in rsn_preauth_finished() 40 struct sta_info *sta, in rsn_preauth_send() 46 struct sta_info *sta) in rsn_preauth_free_station()
|
| D | ieee802_11_ht.c | 158 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab() 186 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_ht() 216 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_no_ht() 231 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) in update_ht_state()
|
| D | ctrl_iface_ap.c | 24 static int hostapd_get_sta_conn_time(struct sta_info *sta, in hostapd_get_sta_conn_time() 47 struct sta_info *sta, in hostapd_ctrl_iface_sta_mib() 119 struct sta_info *sta; in hostapd_ctrl_iface_sta_next() local 190 struct sta_info *sta; in hostapd_ctrl_iface_deauthenticate() local 247 struct sta_info *sta; in hostapd_ctrl_iface_disassociate() local
|
| D | preauth_auth.c | 47 struct sta_info *sta; in rsn_preauth_receive() local 188 struct sta_info *sta = timeout_ctx; in rsn_preauth_finished_cb() local 195 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished() 231 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send() 268 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) in rsn_preauth_free_station()
|
| D | drv_callbacks.c | 36 struct sta_info *sta; in hostapd_notif_assoc() local 319 struct sta_info *sta; in hostapd_notif_disassoc() local 355 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack() local 428 struct sta_info *sta; in hostapd_notify_auth_ft_finish() local 446 struct sta_info *sta; in hostapd_notif_auth() local 489 struct sta_info *sta; in hostapd_action_rx() local 661 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta() local 684 struct sta_info *sta; in hostapd_event_eapol_rx() local
|
| D | wpa_auth_glue.c | 126 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol() local 168 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol() local 186 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk() local 213 struct sta_info *sta; in hostapd_wpa_auth_get_msk() local 263 struct sta_info *sta; in hostapd_wpa_auth_send_eapol() local 280 struct sta_info *sta; in hostapd_wpa_auth_for_each_sta() local 418 struct sta_info *sta; in hostapd_wpa_auth_send_ft_action() local 445 struct sta_info *sta; in hostapd_wpa_auth_add_sta() local
|
| D | tkip_countermeasures.c | 36 struct sta_info *sta; in ieee80211_tkip_countermeasures_start() local 75 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure() local
|
| D | ieee802_11_shared.c | 23 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() 79 struct sta_info *sta; in ieee802_11_send_sa_query_resp() local 117 struct sta_info *sta; in ieee802_11_sa_query_action() local
|
| D | p2p_hostapd.h | 25 struct sta_info *sta, in hostapd_p2p_get_mib_sta()
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/tests/ |
| D | link_test.c | 21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 36 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_session_timeout() 42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_bind_vlan() 49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished() 55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send() 61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_kill.c | 56 int sta; in ATF_TC_BODY() local 88 int rv, sta; in ATF_TC_BODY() local 138 int sta; in ATF_TC_BODY() local 219 int i, sta; in ATF_TC_BODY() local 266 int i, sta; in ATF_TC_BODY() local
|
| D | t_chroot.c | 56 int fd, sta; in ATF_TC_BODY() local 144 int sta; in ATF_TC_BODY() local 182 int fd, sta; in ATF_TC_BODY() local 268 int fd, sta; in ATF_TC_BODY() local
|
| D | t_getlogin.c | 89 int sta; in ATF_TC_BODY() local 130 int sta; in ATF_TC_BODY() local 193 int sta; in ATF_TC_BODY() local
|
| D | t_setrlimit.c | 189 int fd, sta; in ATF_TC_BODY() local 264 int sta; in ATF_TC_BODY() local 331 int fd, i, rv, sta; in ATF_TC_BODY() local 380 int fd, i, rv, sta; in ATF_TC_BODY() local 440 int sta; in ATF_TC_BODY() local
|
| D | t_msgsnd.c | 82 int id, sta; in ATF_TC_BODY() local 243 int id, rv, sta; in ATF_TC_BODY() local 294 int id, sta; in ATF_TC_BODY() local
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/ |
| D | t_exit.c | 60 int sta; in ATF_TC_BODY() local 93 int sta; in ATF_TC_BODY() local 118 int i, sta; in ATF_TC_BODY() local 146 int sta, fd = -1; in ATF_TC_BODY() local
|
| /freebsd-10-stable/contrib/wpa/hostapd/ |
| D | dump_state.c | 34 struct sta_info *sta) in ieee802_1x_dump_state() 70 struct sta_info *sta; in hostapd_dump_state() local
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_assert.c | 75 int sta; in ATF_TC_BODY() local 113 int sta; in ATF_TC_BODY() local
|
| /freebsd-10-stable/contrib/wpa/src/wps/ |
| D | wps_er.c | 34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta, in wps_er_sta_event() 62 struct wps_er_sta *sta; in wps_er_sta_get() local 74 static void wps_er_sta_free(struct wps_er_sta *sta) in wps_er_sta_free() 93 struct wps_er_sta *prev, *sta; in wps_er_sta_remove_all() local 746 struct wps_er_sta *sta = eloop_data; in wps_er_sta_timeout() local 758 struct wps_er_sta *sta = wps_er_sta_get(ap, addr, NULL); in wps_er_add_sta_data() local 885 struct wps_er_sta *sta = ctx; in wps_er_http_put_wlan_response_cb() local 980 static void wps_er_sta_send_msg(struct wps_er_sta *sta, struct wpabuf *msg) in wps_er_sta_send_msg() 1027 static void wps_er_sta_process(struct wps_er_sta *sta, struct wpabuf *msg, in wps_er_sta_process() 1053 static void wps_er_sta_start(struct wps_er_sta *sta, struct wpabuf *msg) in wps_er_sta_start() [all …]
|