/freebsd-src/contrib/wpa/src/ap/ |
H A D | sta_info.c | 54 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() argument 58 struct sta_info *sta; in ap_for_each_sta() local 69 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() argument 83 struct sta_info *sta; ap_get_sta_p2p() local 104 ap_sta_list_del(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_list_del() argument 124 ap_sta_hash_add(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_hash_add() argument 131 ap_sta_hash_del(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_hash_del() argument 153 ap_sta_ip6addr_del(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_ip6addr_del() argument 161 ap_free_sta_pasn(struct hostapd_data * hapd,struct sta_info * sta) ap_free_sta_pasn() argument 190 ap_free_sta(struct hostapd_data * hapd,struct sta_info * sta) ap_free_sta() argument 421 struct sta_info *sta, *prev; hostapd_free_stas() local 450 struct sta_info *sta = timeout_ctx; ap_handle_timer() local 625 struct sta_info *sta = timeout_ctx; ap_handle_session_timer() local 652 ap_sta_replenish_timeout(struct hostapd_data * hapd,struct sta_info * sta,u32 session_timeout) ap_sta_replenish_timeout() argument 664 ap_sta_session_timeout(struct hostapd_data * hapd,struct sta_info * sta,u32 session_timeout) ap_sta_session_timeout() argument 676 ap_sta_no_session_timeout(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_no_session_timeout() argument 686 struct sta_info *sta = timeout_ctx; ap_handle_session_warning_timer() local 700 ap_sta_session_warning_timeout(struct hostapd_data * hapd,struct sta_info * sta,int warning_time) ap_sta_session_warning_timeout() argument 710 struct sta_info *sta; ap_sta_add() local 773 ap_sta_remove(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_remove() argument 796 ap_sta_remove_in_other_bss(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_remove_in_other_bss() argument 827 struct sta_info *sta = timeout_ctx; ap_sta_disassoc_cb_timeout() local 836 ap_sta_disassociate(struct hostapd_data * hapd,struct sta_info * sta,u16 reason) ap_sta_disassociate() argument 879 struct sta_info *sta = timeout_ctx; ap_sta_deauth_cb_timeout() local 888 ap_sta_deauthenticate(struct hostapd_data * hapd,struct sta_info * sta,u16 reason) ap_sta_deauthenticate() argument 928 ap_sta_wps_cancel(struct hostapd_data * hapd,struct sta_info * sta,void * ctx) ap_sta_wps_cancel() argument 959 ap_sta_set_vlan(struct hostapd_data * hapd,struct sta_info * sta,struct vlan_description * vlan_desc) ap_sta_set_vlan() argument 1062 ap_sta_bind_vlan(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_bind_vlan() argument 1145 ap_check_sa_query_timeout(struct hostapd_data * hapd,struct sta_info * sta) ap_check_sa_query_timeout() argument 1172 struct sta_info *sta = timeout_ctx; ap_sa_query_timer() local 1222 ap_sta_start_sa_query(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_start_sa_query() argument 1228 ap_sta_stop_sa_query(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_stop_sa_query() argument 1238 ap_sta_wpa_get_keyid(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_wpa_get_keyid() argument 1263 ap_sta_set_authorized(struct hostapd_data * hapd,struct sta_info * sta,int authorized) ap_sta_set_authorized() argument 1351 ap_sta_disconnect(struct hostapd_data * hapd,struct sta_info * sta,const u8 * addr,u16 reason) ap_sta_disconnect() argument 1409 ap_sta_deauth_cb(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_deauth_cb() argument 1421 ap_sta_disassoc_cb(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_disassoc_cb() argument 1434 ap_sta_clear_disconnect_timeouts(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_clear_disconnect_timeouts() argument 1498 struct sta_info *sta = timeout_ctx; ap_sta_delayed_1x_auth_fail_cb() local 1515 ap_sta_delayed_1x_auth_fail_disconnect(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_delayed_1x_auth_fail_disconnect() argument 1533 ap_sta_pending_delayed_1x_auth_fail_disconnect(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_pending_delayed_1x_auth_fail_disconnect() argument 1540 ap_sta_re_add(struct hostapd_data * hapd,struct sta_info * sta) ap_sta_re_add() argument [all...] |
H A D | ap_mlme.c | 54 struct sta_info *sta) in mlme_authenticate_indication() argument 83 mlme_deauthenticate_indication(struct hostapd_data * hapd,struct sta_info * sta,u16 reason_code) mlme_deauthenticate_indication() argument 106 mlme_associate_indication(struct hostapd_data * hapd,struct sta_info * sta) mlme_associate_indication() argument 134 mlme_reassociate_indication(struct hostapd_data * hapd,struct sta_info * sta) mlme_reassociate_indication() argument 162 mlme_disassociate_indication(struct hostapd_data * hapd,struct sta_info * sta,u16 reason_code) mlme_disassociate_indication() argument 182 mlme_deletekeys_request(struct hostapd_data * hapd,struct sta_info * sta) mlme_deletekeys_request() argument [all...] |
H A D | ieee802_1x.c | 51 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send() argument 108 ieee802_1x_set_sta_authorized(struct hostapd_data * hapd,struct sta_info * sta,int authorized) ieee802_1x_set_sta_authorized() argument 145 ieee802_1x_tx_key_one(struct hostapd_data * hapd,struct sta_info * sta,int idx,int broadcast,u8 * key_data,size_t key_len) ieee802_1x_tx_key_one() argument 242 ieee802_1x_tx_key(struct hostapd_data * hapd,struct sta_info * sta) ieee802_1x_tx_key() argument 320 radius_sta_rate(struct hostapd_data * hapd,struct sta_info * sta) radius_sta_rate() argument 373 add_common_radius_sta_attr_rsn(struct hostapd_data * hapd,struct hostapd_radius_attr * req_attr,struct sta_info * sta,struct radius_msg * msg) add_common_radius_sta_attr_rsn() argument 433 add_common_radius_sta_attr(struct hostapd_data * hapd,struct hostapd_radius_attr * req_attr,struct sta_info * sta,struct radius_msg * msg) add_common_radius_sta_attr() argument 531 add_common_radius_attr(struct hostapd_data * hapd,struct hostapd_radius_attr * req_attr,struct sta_info * sta,struct radius_msg * msg) add_common_radius_attr() argument 621 add_sqlite_radius_attr(struct hostapd_data * hapd,struct sta_info * sta,struct radius_msg * msg,int acct) add_sqlite_radius_attr() argument 679 ieee802_1x_encapsulate_radius(struct hostapd_data * hapd,struct sta_info * sta,const u8 * eap,size_t len) ieee802_1x_encapsulate_radius() argument 853 handle_eap_response(struct hostapd_data * hapd,struct sta_info * sta,struct eap_hdr * eap,size_t len) handle_eap_response() argument 886 handle_eap_initiate(struct hostapd_data * hapd,struct sta_info * sta,struct eap_hdr * eap,size_t len) handle_eap_initiate() argument 941 handle_eap(struct hostapd_data * hapd,struct sta_info * sta,u8 * buf,size_t len) handle_eap() argument 983 ieee802_1x_alloc_eapol_sm(struct hostapd_data * hapd,struct sta_info * sta) ieee802_1x_alloc_eapol_sm() argument 1000 ieee802_1x_save_eapol(struct sta_info * sta,const u8 * buf,size_t len) ieee802_1x_save_eapol() argument 1035 struct sta_info *sta; ieee802_1x_receive() local 1227 ieee802_1x_new_station(struct hostapd_data * hapd,struct sta_info * sta) ieee802_1x_new_station() argument 1377 ieee802_1x_free_station(struct hostapd_data * hapd,struct sta_info * sta) ieee802_1x_free_station() argument 1407 ieee802_1x_decapsulate_radius(struct hostapd_data * hapd,struct sta_info * sta) ieee802_1x_decapsulate_radius() argument 1484 ieee802_1x_get_keys(struct hostapd_data * hapd,struct sta_info * sta,struct radius_msg * msg,struct radius_msg * req,const u8 * shared_secret,size_t shared_secret_len) ieee802_1x_get_keys() argument 1547 ieee802_1x_store_radius_class(struct hostapd_data * hapd,struct sta_info * sta,struct radius_msg * msg) ieee802_1x_store_radius_class() argument 1602 ieee802_1x_update_sta_identity(struct hostapd_data * hapd,struct sta_info * sta,struct radius_msg * msg) ieee802_1x_update_sta_identity() argument 1634 ieee802_1x_update_sta_cui(struct hostapd_data * hapd,struct sta_info * sta,struct radius_msg * msg) ieee802_1x_update_sta_cui() argument 1660 ieee802_1x_hs20_sub_rem(struct sta_info * sta,u8 * pos,size_t len) ieee802_1x_hs20_sub_rem() argument 1687 ieee802_1x_hs20_deauth_req(struct hostapd_data * hapd,struct sta_info * sta,u8 * pos,size_t len) ieee802_1x_hs20_deauth_req() argument 1708 ieee802_1x_hs20_session_info(struct hostapd_data * hapd,struct sta_info * sta,u8 * pos,size_t len,int session_timeout) ieee802_1x_hs20_session_info() argument 1751 ieee802_1x_hs20_t_c_filtering(struct hostapd_data * hapd,struct sta_info * sta,u8 * pos,size_t len) ieee802_1x_hs20_t_c_filtering() argument 1764 ieee802_1x_hs20_t_c_url(struct hostapd_data * hapd,struct sta_info * sta,u8 * pos,size_t len) ieee802_1x_hs20_t_c_url() argument 1780 ieee802_1x_check_hs20(struct hostapd_data * hapd,struct sta_info * sta,struct radius_msg * msg,int session_timeout) ieee802_1x_check_hs20() argument 1842 ieee802_1x_select_radius_identifier(struct hostapd_data * hapd,struct sta_info * sta,void * ctx) ieee802_1x_select_radius_identifier() argument 1872 ieee802_1x_update_vlan(struct radius_msg * msg,struct hostapd_data * hapd,struct sta_info * sta) ieee802_1x_update_vlan() argument 1923 struct sta_info *sta; ieee802_1x_receive_auth() local 2089 ieee802_1x_abort_auth(struct hostapd_data * hapd,struct sta_info * sta) ieee802_1x_abort_auth() argument 2149 ieee802_1x_sta_key_available(struct hostapd_data * hapd,struct sta_info * sta,void * ctx) ieee802_1x_sta_key_available() argument 2213 struct sta_info *sta = sta_ctx; ieee802_1x_eapol_send() local 2245 struct sta_info *sta = sta_ctx; ieee802_1x_aaa_send() local 2256 struct sta_info *sta = sta_ctx; _ieee802_1x_finished() local 2317 struct sta_info *sta; ieee802_1x_sta_entry_alive() local 2356 struct sta_info *sta = sta_ctx; ieee802_1x_set_port_authorized() local 2365 struct sta_info *sta = sta_ctx; _ieee802_1x_abort_auth() local 2377 struct sta_info *sta = sta_ctx; _ieee802_1x_tx_key() local 2390 struct sta_info *sta = sta_ctx; ieee802_1x_eapol_event() local 2533 ieee802_1x_tx_status(struct hostapd_data * hapd,struct sta_info * sta,const u8 * buf,size_t len,int ack) ieee802_1x_tx_status() argument 2560 ieee802_1x_eapol_tx_status(struct hostapd_data * hapd,struct sta_info * sta,const u8 * buf,int len,int ack) ieee802_1x_eapol_tx_status() argument 2723 ieee802_1x_get_mib_sta(struct hostapd_data * hapd,struct sta_info * sta,char * buf,size_t buflen) ieee802_1x_get_mib_sta() argument 2906 struct sta_info *sta = timeout_ctx; ieee802_1x_wnm_notif_send() local 2940 ieee802_1x_finished(struct hostapd_data * hapd,struct sta_info * sta,int success,int remediation) ieee802_1x_finished() argument [all...] |
H A D | accounting.c | 35 struct sta_info *sta, in accounting_msg() 171 struct sta_info *sta, in accounting_sta_update_stats() 204 struct sta_info *sta = timeout_ctx; in accounting_interim_update() local 226 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 266 struct sta_info *sta, int stop) in accounting_sta_report() 369 struct sta_info *sta) in accounting_sta_interim() 381 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() 395 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_get_id() 463 struct sta_info *sta; in accounting_interim_error_cb() local
|
H A D | mbo_ap.c | 19 void mbo_ap_sta_free(struct sta_info *sta) in mbo_ap_sta_free() 33 static void mbo_ap_parse_non_pref_chan(struct sta_info *sta, in mbo_ap_parse_non_pref_chan() 83 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta, in mbo_ap_check_sta_assoc() 115 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen) in mbo_ap_get_info() 168 static void mbo_ap_wnm_notif_req_cell_capa(struct sta_info *sta, in mbo_ap_wnm_notif_req_cell_capa() 180 static void mbo_ap_wnm_notif_req_elem(struct sta_info *sta, u8 type, in mbo_ap_wnm_notif_req_elem() 213 struct sta_info *sta; in mbo_ap_wnm_notification_req() local
|
H A D | ieee802_11.c | 368 sta argument 310 auth_shared_key(struct hostapd_data * hapd,struct sta_info * sta,u16 auth_transaction,const u8 * challenge,int iswep) auth_shared_key() argument 449 struct sta_info *sta; handle_auth_ft_finish() local 480 sae_set_state(struct sta_info * sta,enum sae_state state,const char * reason) sae_set_state() argument 491 sae_get_password(struct hostapd_data * hapd,struct sta_info * sta,const char * rx_id,struct sae_password_entry ** pw_entry,struct sae_pt ** s_pt,const struct sae_pk ** s_pk) sae_get_password() argument 534 auth_build_sae_commit(struct hostapd_data * hapd,struct sta_info * sta,int update,int status_code) auth_build_sae_commit() argument 605 auth_build_sae_confirm(struct hostapd_data * hapd,struct sta_info * sta) auth_build_sae_confirm() argument 630 auth_sae_send_commit(struct hostapd_data * hapd,struct sta_info * sta,const u8 * bssid,int update,int status_code) auth_sae_send_commit() argument 670 auth_sae_send_confirm(struct hostapd_data * hapd,struct sta_info * sta,const u8 * bssid) auth_sae_send_confirm() argument 697 struct sta_info *sta; use_anti_clogging() local 853 sae_check_big_sync(struct hostapd_data * hapd,struct sta_info * sta) sae_check_big_sync() argument 867 struct sta_info *sta = eloop_data; auth_sae_retransmit_timer() local 901 sae_clear_retransmit_timer(struct hostapd_data * hapd,struct sta_info * sta) sae_clear_retransmit_timer() argument 908 sae_set_retransmit_timer(struct hostapd_data * hapd,struct sta_info * sta) sae_set_retransmit_timer() argument 920 sae_sme_send_external_auth_status(struct hostapd_data * hapd,struct sta_info * sta,u16 status) sae_sme_send_external_auth_status() argument 935 sae_accept_sta(struct hostapd_data * hapd,struct sta_info * sta) sae_accept_sta() argument 980 sae_sm_step(struct hostapd_data * hapd,struct sta_info * sta,const u8 * bssid,u16 auth_transaction,u16 status_code,int allow_reuse,int * sta_removed) sae_sm_step() argument 1169 sae_pick_next_group(struct hostapd_data * hapd,struct sta_info * sta) sae_pick_next_group() argument 1289 handle_auth_sae(struct hostapd_data * hapd,struct sta_info * sta,const struct ieee80211_mgmt * mgmt,size_t len,u16 auth_transaction,u16 status_code) handle_auth_sae() argument 1609 auth_sae_init_committed(struct hostapd_data * hapd,struct sta_info * sta) auth_sae_init_committed() argument 1772 handle_auth_fils(struct hostapd_data * hapd,struct sta_info * sta,const u8 * pos,size_t len,u16 auth_alg,u16 auth_transaction,u16 status_code,void (* cb)(struct hostapd_data * hapd,struct sta_info * sta,u16 resp,struct wpabuf * data,int pub)) handle_auth_fils() argument 2014 prepare_auth_resp_fils(struct hostapd_data * hapd,struct sta_info * sta,u16 * resp,struct rsn_pmksa_cache_entry * pmksa,struct wpabuf * erp_resp,const u8 * msk,size_t msk_len,int * is_pub) prepare_auth_resp_fils() argument 2225 handle_auth_fils_finish(struct hostapd_data * hapd,struct sta_info * sta,u16 resp,struct wpabuf * data,int pub) handle_auth_fils_finish() argument 2251 ieee802_11_finish_fils_auth(struct hostapd_data * hapd,struct sta_info * sta,int success,struct wpabuf * erp_resp,const u8 * msk,size_t msk_len) ieee802_11_finish_fils_auth() argument 2319 ieee802_11_set_radius_info(struct hostapd_data * hapd,struct sta_info * sta,int res,struct radius_sta * info) ieee802_11_set_radius_info() argument 2382 pasn_wd_handle_sae_commit(struct hostapd_data * hapd,struct sta_info * sta,struct wpabuf * wd) pasn_wd_handle_sae_commit() argument 2462 pasn_wd_handle_sae_confirm(struct hostapd_data * hapd,struct sta_info * sta,struct wpabuf * wd) pasn_wd_handle_sae_confirm() argument 2514 pasn_get_sae_wd(struct hostapd_data * hapd,struct sta_info * sta) pasn_get_sae_wd() argument 2559 pasn_get_fils_wd(struct hostapd_data * hapd,struct sta_info * sta) pasn_get_fils_wd() argument 2609 pasn_fils_auth_resp(struct hostapd_data * hapd,struct sta_info * sta,u16 status,struct wpabuf * erp_resp,const u8 * msk,size_t msk_len) pasn_fils_auth_resp() argument 2676 pasn_wd_handle_fils(struct hostapd_data * hapd,struct sta_info * sta,struct wpabuf * wd) pasn_wd_handle_fils() argument 2804 pasn_get_wrapped_data(struct hostapd_data * hapd,struct sta_info * sta) pasn_get_wrapped_data() argument 2837 pasn_derive_keys(struct hostapd_data * hapd,struct sta_info * sta,const u8 * cached_pmk,size_t cached_pmk_len,struct wpa_pasn_params_data * pasn_data,struct wpabuf * wrapped_data,struct wpabuf * secret) pasn_derive_keys() argument 2898 handle_auth_pasn_comeback(struct hostapd_data * hapd,struct sta_info * sta,u16 group) handle_auth_pasn_comeback() argument 2946 handle_auth_pasn_resp(struct hostapd_data * hapd,struct sta_info * sta,struct rsn_pmksa_cache_entry * pmksa,u16 status) handle_auth_pasn_resp() argument 3095 handle_auth_pasn_1(struct hostapd_data * hapd,struct sta_info * sta,const struct ieee80211_mgmt * mgmt,size_t len) handle_auth_pasn_1() argument 3381 handle_auth_pasn_3(struct hostapd_data * hapd,struct sta_info * sta,const struct ieee80211_mgmt * mgmt,size_t len) handle_auth_pasn_3() argument 3492 handle_auth_pasn(struct hostapd_data * hapd,struct sta_info * sta,const struct ieee80211_mgmt * mgmt,size_t len,u16 trans_seq,u16 status) handle_auth_pasn() argument 3555 struct sta_info *sta = NULL; handle_auth() local 3959 hostapd_get_aid(struct hostapd_data * hapd,struct sta_info * sta) hostapd_get_aid() argument 3995 check_ssid(struct hostapd_data * hapd,struct sta_info * sta,const u8 * ssid_ie,size_t ssid_ie_len) check_ssid() argument 4014 check_wmm(struct hostapd_data * hapd,struct sta_info * sta,const u8 * wmm_ie,size_t wmm_ie_len) check_wmm() argument 4038 check_multi_ap(struct hostapd_data * hapd,struct sta_info * sta,const u8 * multi_ap_ie,size_t multi_ap_len) check_multi_ap() argument 4092 copy_supp_rates(struct hostapd_data * hapd,struct sta_info * sta,struct ieee802_11_elems * elems) copy_supp_rates() argument 4126 check_ext_capab(struct hostapd_data * hapd,struct sta_info * sta,const u8 * ext_capab_ie,size_t ext_capab_ie_len) check_ext_capab() argument 4175 owe_process_assoc_req(struct hostapd_data * hapd,struct sta_info * sta,const u8 * owe_dh,u8 owe_dh_len) owe_process_assoc_req() argument 4357 owe_process_rsn_ie(struct hostapd_data * hapd,struct sta_info * sta,const u8 * rsn_ie,size_t rsn_ie_len,const u8 * owe_dh,size_t owe_dh_len) owe_process_rsn_ie() argument 4436 check_sa_query(struct hostapd_data * hapd,struct sta_info * sta,int reassoc) check_sa_query() argument 4464 check_assoc_ies(struct hostapd_data * hapd,struct sta_info * sta,const u8 * ies,size_t ies_len,int reassoc) check_assoc_ies() argument 4922 add_associated_sta(struct hostapd_data * hapd,struct sta_info * sta,int reassoc) add_associated_sta() argument 5019 send_assoc_resp(struct hostapd_data * hapd,struct sta_info * sta,const u8 * addr,u16 status_code,int reassoc,const u8 * ies,size_t ies_len,int rssi,int omit_rsnxe) send_assoc_resp() argument 5334 owe_assoc_req_process(struct hostapd_data * hapd,struct sta_info * sta,const u8 * owe_dh,u8 owe_dh_len,u8 * owe_buf,size_t owe_buf_len,u16 * status) owe_assoc_req_process() argument 5396 fils_hlp_finish_assoc(struct hostapd_data * hapd,struct sta_info * sta) fils_hlp_finish_assoc() argument 5429 struct sta_info *sta = eloop_data; fils_hlp_timeout() local 5452 struct sta_info *sta; handle_assoc() local 5844 struct sta_info *sta; handle_disassoc() local 5909 struct sta_info *sta; handle_deauth() local 5980 struct sta_info *sta; handle_action() local 6331 struct sta_info *sta; handle_auth_cb() local 6387 hostapd_set_wds_encryption(struct hostapd_data * hapd,struct sta_info * sta,char * ifname_wds) hostapd_set_wds_encryption() argument 6420 struct sta_info *sta; handle_assoc_cb() local 6573 struct sta_info *sta; handle_deauth_cb() local 6597 struct sta_info *sta; handle_disassoc_cb() local 6621 struct sta_info *sta; handle_action_cb() local 6749 ieee802_11_get_mib_sta(struct hostapd_data * hapd,struct sta_info * sta,char * buf,size_t buflen) ieee802_11_get_mib_sta() argument 6760 struct sta_info *sta; hostapd_tx_status() local 6790 struct sta_info *sta; hostapd_eapol_tx_status() local 6816 struct sta_info *sta; hostapd_client_poll_ok() local 6845 struct sta_info *sta; ieee802_11_rx_from_unknown() local [all...] |
H A D | ieee802_11_ht.c | 217 struct sta_info *sta; in hostapd_2040_coex_action() local 357 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab() argument 388 ht40_intolerant_add(struct hostapd_iface * iface,struct sta_info * sta) ht40_intolerant_add() argument 411 ht40_intolerant_remove(struct hostapd_iface * iface,struct sta_info * sta) ht40_intolerant_remove() argument 434 update_sta_ht(struct hostapd_data * hapd,struct sta_info * sta) update_sta_ht() argument 467 update_sta_no_ht(struct hostapd_data * hapd,struct sta_info * sta) update_sta_no_ht() argument 482 update_ht_state(struct hostapd_data * hapd,struct sta_info * sta) update_ht_state() argument [all...] |
H A D | wpa_auth_kay.h | 26 struct sta_info *sta) in ieee802_1x_alloc_kay_sm_hapd() 33 struct sta_info *sta) in ieee802_1x_notify_create_actor_hapd() 44 struct sta_info *sta) in ieee802_1x_create_preshared_mka_hapd()
|
H A D | airtime_policy.c | 57 struct sta_info *sta, in set_new_backlog_time() argument 72 struct sta_info *sta; in count_backlogged_sta() local 97 sta_set_airtime_weight(struct hostapd_data * hapd,struct sta_info * sta,unsigned int weight) sta_set_airtime_weight() argument 113 struct sta_info *sta; set_sta_weights() local 230 get_weight_for_sta(struct hostapd_data * hapd,const u8 * sta) get_weight_for_sta() argument 242 airtime_policy_new_sta(struct hostapd_data * hapd,struct sta_info * sta) airtime_policy_new_sta() argument [all...] |
H A D | accounting.h | 14 struct sta_info *sta) in accounting_sta_get_id() 20 struct sta_info *sta) in accounting_sta_start() 25 struct sta_info *sta) in accounting_sta_stop()
|
H A D | mbo_ap.h | 28 struct sta_info *sta, in mbo_ap_check_sta_assoc() 33 static inline int mbo_ap_get_info(struct sta_info *sta, char *buf, in mbo_ap_get_info() 45 static inline void mbo_ap_sta_free(struct sta_info *sta) in mbo_ap_sta_free()
|
H A 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()
|
H A D | ndisc_snoop.c | 41 static int sta_ip6addr_add(struct sta_info *sta, struct in6_addr *addr) in sta_ip6addr_add() argument 57 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta) in sta_ip6addr_del() argument 69 sta_has_ip6addr(struct sta_info * sta,struct in6_addr * addr) sta_has_ip6addr() argument 87 struct sta_info *sta; ucast_to_stas() local 103 struct sta_info *sta; handle_ndisc() local [all...] |
H A D | preauth_auth.c | 47 struct sta_info *sta; in rsn_preauth_receive() local 188 struct sta_info *sta = timeout_ctx; rsn_preauth_finished_cb() local 195 rsn_preauth_finished(struct hostapd_data * hapd,struct sta_info * sta,int success) rsn_preauth_finished() argument 231 rsn_preauth_send(struct hostapd_data * hapd,struct sta_info * sta,u8 * buf,size_t len) rsn_preauth_send() argument 268 rsn_preauth_free_station(struct hostapd_data * hapd,struct sta_info * sta) rsn_preauth_free_station() argument [all...] |
H A D | drv_callbacks.c | 49 hostapd_notify_assoc_fils_finish(struct hostapd_data * hapd,struct sta_info * sta) hostapd_notify_assoc_fils_finish() argument 108 check_sa_query_need(struct hostapd_data * hapd,struct sta_info * sta) check_sa_query_need() argument 137 struct sta_info *sta; hostapd_notif_assoc() local 744 struct sta_info *sta; hostapd_notif_disassoc() local 782 struct sta_info *sta = ap_get_sta(hapd, addr); hostapd_event_sta_low_ack() local 799 struct sta_info *sta = ap_get_sta(hapd, addr); hostapd_event_sta_opmode_changed() local 1015 struct sta_info *sta; hostapd_event_ch_switch() local 1204 struct sta_info *sta; hostapd_notify_auth_ft_finish() local 1221 hostapd_notify_auth_fils_finish(struct hostapd_data * hapd,struct sta_info * sta,u16 resp,struct wpabuf * data,int pub) hostapd_notify_auth_fils_finish() argument 1248 struct sta_info *sta; hostapd_notif_auth() local 1305 struct sta_info *sta; hostapd_action_rx() local 1513 struct sta_info *sta = ap_get_sta(hapd, addr); hostapd_event_new_sta() local 1537 struct sta_info *sta; hostapd_event_eapol_rx() local 1761 struct sta_info *sta = ap_get_sta(hapd, addr); hostapd_event_wds_sta_interface_status() local 1784 struct sta_info *sta; hostapd_notif_update_dh_ie() local [all...] |
H A D | fils_hlp.c | 36 static int fils_dhcp_request(struct hostapd_data *hapd, struct sta_info *sta, in fils_dhcp_request() argument 153 struct sta_info *sta; fils_dhcp_handler() local 326 fils_process_hlp_dhcp(struct hostapd_data * hapd,struct sta_info * sta,const u8 * msg,size_t len) fils_process_hlp_dhcp() argument 479 fils_process_hlp_udp(struct hostapd_data * hapd,struct sta_info * sta,const u8 * dst,const u8 * pos,size_t len) fils_process_hlp_udp() argument 510 fils_process_hlp_ip(struct hostapd_data * hapd,struct sta_info * sta,const u8 * dst,const u8 * pos,size_t len) fils_process_hlp_ip() argument 540 fils_process_hlp_req(struct hostapd_data * hapd,struct sta_info * sta,const u8 * pos,size_t len) fils_process_hlp_req() argument 576 fils_process_hlp(struct hostapd_data * hapd,struct sta_info * sta,const u8 * pos,int left) fils_process_hlp() argument [all...] |
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | mesh_mpm.c | 122 copy_supp_rates(struct wpa_supplicant * wpa_s,struct sta_info * sta,struct ieee802_11_elems * elems) copy_supp_rates() argument 172 struct sta_info *sta; llid_in_use() local 186 mesh_mpm_init_link(struct wpa_supplicant * wpa_s,struct sta_info * sta) mesh_mpm_init_link() argument 208 mesh_mpm_send_plink_action(struct wpa_supplicant * wpa_s,struct sta_info * sta,enum plink_action_field type,u16 close_reason) mesh_mpm_send_plink_action() argument 433 wpa_mesh_set_plink_state(struct wpa_supplicant * wpa_s,struct sta_info * sta,enum mesh_plink_state state) wpa_mesh_set_plink_state() argument 459 mesh_mpm_fsm_restart(struct wpa_supplicant * wpa_s,struct sta_info * sta) mesh_mpm_fsm_restart() argument 472 struct sta_info *sta = user_data; plink_timer() local 522 mesh_mpm_plink_open(struct wpa_supplicant * wpa_s,struct sta_info * sta,enum mesh_plink_state next_state) mesh_mpm_plink_open() argument 536 mesh_mpm_plink_close(struct hostapd_data * hapd,struct sta_info * sta,void * ctx) mesh_mpm_plink_close() argument 561 struct sta_info *sta; mesh_mpm_close_peer() local 593 struct sta_info *sta; mesh_mpm_connect_peer() local 656 struct sta_info *sta; mesh_mpm_auth_peer() local 704 struct sta_info *sta; mesh_mpm_add_peer() local 810 struct sta_info *sta; wpa_mesh_new_mesh_peer() local 871 mesh_mpm_plink_estab(struct wpa_supplicant * wpa_s,struct sta_info * sta) mesh_mpm_plink_estab() argument 931 mesh_mpm_fsm(struct wpa_supplicant * wpa_s,struct sta_info * sta,enum plink_event event,u16 reason) mesh_mpm_fsm() argument 1129 struct sta_info *sta; mesh_mpm_action_rx() local 1397 mesh_mpm_free_sta(struct hostapd_data * hapd,struct sta_info * sta) mesh_mpm_free_sta() argument [all...] |
H A D | mesh_rsn.c | 34 struct sta_info *sta = user_data; in mesh_auth_timer() local 83 struct sta_info *sta = ap_get_sta(hapd, addr); auth_get_psk() local 130 struct sta_info *sta; auth_start_ampe() local 323 mesh_rsn_build_sae_commit(struct wpa_supplicant * wpa_s,struct wpa_ssid * ssid,struct sta_info * sta) mesh_rsn_build_sae_commit() argument 353 mesh_rsn_auth_sae_sta(struct wpa_supplicant * wpa_s,struct sta_info * sta) mesh_rsn_auth_sae_sta() argument 415 mesh_rsn_get_pmkid(struct mesh_rsn * rsn,struct sta_info * sta,u8 * pmkid) mesh_rsn_get_pmkid() argument 422 mesh_rsn_derive_aek(struct mesh_rsn * rsn,struct sta_info * sta) mesh_rsn_derive_aek() argument 454 mesh_rsn_derive_mtk(struct wpa_supplicant * wpa_s,struct sta_info * sta) mesh_rsn_derive_mtk() argument 516 mesh_rsn_init_ampe_sta(struct wpa_supplicant * wpa_s,struct sta_info * sta) mesh_rsn_init_ampe_sta() argument 533 mesh_rsn_protect_frame(struct mesh_rsn * rsn,struct sta_info * sta,const u8 * cat,struct wpabuf * buf) mesh_rsn_protect_frame() argument 627 mesh_rsn_process_ampe(struct wpa_supplicant * wpa_s,struct sta_info * sta,struct ieee802_11_elems * elems,const u8 * cat,const u8 * chosen_pmk,const u8 * start,size_t elems_len) mesh_rsn_process_ampe() argument [all...] |
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mld-key.c | 13 struct ieee80211_sta *sta, in iwl_mvm_get_sec_sta_mask() argument 56 return iwl_mvm_sta_fw_id_mask(mvm, sta, keyconf->link_id); in iwl_mvm_get_sec_flags() argument 101 struct ieee80211_sta *sta; global() member 109 iwl_mvm_mld_update_sta_key(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * key,void * _data) iwl_mvm_mld_update_sta_key() argument 138 iwl_mvm_mld_update_sta_keys(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u32 old_sta_mask,u32 new_sta_mask) iwl_mvm_mld_update_sta_keys() argument 229 iwl_mvm_sec_key_add(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * keyconf) iwl_mvm_sec_key_add() argument 281 _iwl_mvm_sec_key_del(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * keyconf,u32 flags) _iwl_mvm_sec_key_del() argument 330 iwl_mvm_sec_key_del(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * keyconf) iwl_mvm_sec_key_del() argument 338 iwl_mvm_sec_key_remove_ap_iter(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * key,void * data) iwl_mvm_sec_key_remove_ap_iter() argument [all...] |
H A D | sta.c | 114 u8 iwl_mvm_get_sta_uapsd_acs(struct ieee80211_sta *sta) in iwl_mvm_get_sta_uapsd_acs() argument 131 int iwl_mvm_sta_send_to_fw(struct iwl_mvm *mvm, struct ieee80211_sta *sta, in iwl_mvm_sta_send_to_fw() argument 262 struct ieee80211_sta *sta; iwl_mvm_rx_agg_session_expired() local 311 struct ieee80211_sta *sta; iwl_mvm_invalidate_sta_queue() local 354 iwl_mvm_disable_txq(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int sta_id,u16 * queueptr,u8 tid) iwl_mvm_disable_txq() argument 449 struct ieee80211_sta *sta; iwl_mvm_get_queue_agg_tids() local 489 struct ieee80211_sta *sta; iwl_mvm_remove_sta_queue_marking() local 815 iwl_mvm_get_queue_size(struct ieee80211_sta * sta) iwl_mvm_get_queue_size() argument 849 iwl_mvm_tvqm_enable_txq(struct iwl_mvm * mvm,struct ieee80211_sta * sta,u8 sta_id,u8 tid,unsigned int timeout) iwl_mvm_tvqm_enable_txq() argument 913 iwl_mvm_sta_alloc_queue_tvqm(struct iwl_mvm * mvm,struct ieee80211_sta * sta,u8 ac,int tid) iwl_mvm_sta_alloc_queue_tvqm() argument 947 iwl_mvm_update_txq_mapping(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int queue,u8 sta_id,u8 tid) iwl_mvm_update_txq_mapping() argument 990 iwl_mvm_enable_txq(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int queue,u16 ssn,const struct iwl_trans_txq_scd_cfg * cfg,unsigned int wdg_timeout) iwl_mvm_enable_txq() argument 1064 struct ieee80211_sta *sta; iwl_mvm_unshare_queue() local 1259 struct ieee80211_sta *sta; iwl_mvm_inactivity_check() local 1340 iwl_mvm_sta_alloc_queue(struct iwl_mvm * mvm,struct ieee80211_sta * sta,u8 ac,int tid) iwl_mvm_sta_alloc_queue() argument 1561 iwl_mvm_reserve_sta_stream(struct iwl_mvm * mvm,struct ieee80211_sta * sta,enum nl80211_iftype vif_type) iwl_mvm_reserve_sta_stream() argument 1610 iwl_mvm_realloc_queues_after_restart(struct iwl_mvm * mvm,struct ieee80211_sta * sta) iwl_mvm_realloc_queues_after_restart() argument 1680 iwl_mvm_add_int_sta_common(struct iwl_mvm * mvm,struct iwl_mvm_int_sta * sta,const u8 * addr,u16 mac_id,u16 color) iwl_mvm_add_int_sta_common() argument 1731 iwl_mvm_sta_init(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,int sta_id,u8 sta_type) iwl_mvm_sta_init() argument 1829 iwl_mvm_add_sta(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_add_sta() argument 1947 struct ieee80211_sta *sta; iwl_mvm_rm_sta_common() local 1974 iwl_mvm_disable_sta_queues(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_disable_sta_queues() argument 2031 iwl_mvm_sta_del(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_link_sta * link_sta,int * ret) iwl_mvm_sta_del() argument 2096 iwl_mvm_rm_sta(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_rm_sta() argument 2148 iwl_mvm_allocate_int_sta(struct iwl_mvm * mvm,struct iwl_mvm_int_sta * sta,u32 qmask,enum nl80211_iftype iftype,u8 type) iwl_mvm_allocate_int_sta() argument 2167 iwl_mvm_dealloc_int_sta(struct iwl_mvm * mvm,struct iwl_mvm_int_sta * sta) iwl_mvm_dealloc_int_sta() argument 2205 iwl_mvm_add_int_sta_with_queue(struct iwl_mvm * mvm,int macidx,int maccolor,u8 * addr,struct iwl_mvm_int_sta * sta,u16 * queue,int fifo) iwl_mvm_add_int_sta_with_queue() argument 2769 iwl_mvm_fw_baid_op_sta(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool start,int tid,u16 ssn,u16 buf_size) iwl_mvm_fw_baid_op_sta() argument 2818 iwl_mvm_fw_baid_op_cmd(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool start,int tid,u16 ssn,u16 buf_size,int baid) iwl_mvm_fw_baid_op_cmd() argument 2866 iwl_mvm_fw_baid_op(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool start,int tid,u16 ssn,u16 buf_size,int baid) iwl_mvm_fw_baid_op() argument 2879 iwl_mvm_sta_rx_agg(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,u16 ssn,bool start,u16 buf_size,u16 timeout) iwl_mvm_sta_rx_agg() argument 3025 iwl_mvm_sta_tx_agg(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,u8 queue,bool start) iwl_mvm_sta_tx_agg() argument 3096 iwl_mvm_sta_tx_agg_start(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid,u16 * ssn) iwl_mvm_sta_tx_agg_start() argument 3201 iwl_mvm_sta_tx_agg_oper(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid,u16 buf_size,bool amsdu) iwl_mvm_sta_tx_agg_oper() argument 3354 iwl_mvm_sta_tx_agg_stop(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid) iwl_mvm_sta_tx_agg_stop() argument 3427 iwl_mvm_sta_tx_agg_flush(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid) iwl_mvm_sta_tx_agg_flush() argument 3501 iwl_mvm_get_key_sta(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_get_key_sta() argument 3784 iwl_mvm_get_mac_addr(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_get_mac_addr() argument 3808 __iwl_mvm_set_sta_key(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * keyconf,u8 key_offset,bool mcast) __iwl_mvm_set_sta_key() argument 3856 iwl_mvm_set_sta_key(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * keyconf,u8 key_offset) iwl_mvm_set_sta_key() argument 3958 iwl_mvm_remove_sta_key(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * keyconf) iwl_mvm_remove_sta_key() argument 4017 iwl_mvm_update_tkip_key(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_key_conf * keyconf,struct ieee80211_sta * sta,u32 iv32,u16 * phase1key) iwl_mvm_update_tkip_key() argument 4038 iwl_mvm_sta_modify_ps_wake(struct iwl_mvm * mvm,struct ieee80211_sta * sta) iwl_mvm_sta_modify_ps_wake() argument 4056 iwl_mvm_sta_modify_sleep_tx_count(struct iwl_mvm * mvm,struct ieee80211_sta * sta,enum ieee80211_frame_release_type reason,u16 cnt,u16 tids,bool more_data,bool single_sta_queue) iwl_mvm_sta_modify_sleep_tx_count() argument 4143 struct ieee80211_sta *sta; iwl_mvm_rx_eosp_notif() local 4181 iwl_mvm_sta_modify_disable_tx_ap(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool disable) iwl_mvm_sta_modify_disable_tx_ap() argument 4214 iwl_mvm_int_sta_modify_disable_tx(struct iwl_mvm * mvm,struct iwl_mvm_vif * mvmvif,struct iwl_mvm_int_sta * sta,bool disable) iwl_mvm_int_sta_modify_disable_tx() argument 4237 struct ieee80211_sta *sta; iwl_mvm_modify_all_sta_disable_tx() local 4314 iwl_mvm_add_pasn_sta(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct iwl_mvm_int_sta * sta,u8 * addr,u32 cipher,u8 * key,u32 key_len) iwl_mvm_add_pasn_sta() argument [all...] |
H A D | tdls.c | 21 struct ieee80211_sta *sta; in iwl_mvm_teardown_tdls_peers() local 43 struct ieee80211_sta *sta; in iwl_mvm_tdls_sta_count() local 79 struct ieee80211_sta *sta; iwl_mvm_tdls_config() local 209 struct ieee80211_sta *sta; iwl_mvm_rx_tdls_notif() local 257 struct ieee80211_sta *sta = rcu_dereference_protected( iwl_mvm_tdls_check_action() local 340 struct ieee80211_sta *sta; iwl_mvm_tdls_config_channel_switch() local 458 struct ieee80211_sta *sta; iwl_mvm_tdls_ch_switch_work() local 505 iwl_mvm_tdls_channel_switch(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u8 oper_class,struct cfg80211_chan_def * chandef,struct sk_buff * tmpl_skb,u32 ch_sw_tm_ie) iwl_mvm_tdls_channel_switch() argument 569 iwl_mvm_tdls_cancel_channel_switch(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_tdls_cancel_channel_switch() argument [all...] |
H A D | mld-sta.c | 9 u32 iwl_mvm_sta_fw_id_mask(struct iwl_mvm *mvm, struct ieee80211_sta *sta, in iwl_mvm_sta_fw_id_mask() argument 60 iwl_mvm_mld_add_int_sta_to_fw(struct iwl_mvm * mvm,struct iwl_mvm_int_sta * sta,const u8 * addr,int link_id) iwl_mvm_mld_add_int_sta_to_fw() argument 116 iwl_mvm_add_aux_sta_to_fw(struct iwl_mvm * mvm,struct iwl_mvm_int_sta * sta,u32 lmac_id) iwl_mvm_add_aux_sta_to_fw() argument 137 iwl_mvm_mld_add_int_sta_with_queue(struct iwl_mvm * mvm,struct iwl_mvm_int_sta * sta,const u8 * addr,int link_id,u16 * queue,u8 tid,unsigned int * _wdg_timeout) iwl_mvm_mld_add_int_sta_with_queue() argument 428 iwl_mvm_mld_cfg_sta(struct iwl_mvm * mvm,struct ieee80211_sta * sta,struct ieee80211_vif * vif,struct ieee80211_link_sta * link_sta,struct ieee80211_bss_conf * link_conf,struct iwl_mvm_link_sta * mvm_link_sta) iwl_mvm_mld_cfg_sta() argument 549 iwl_mvm_mld_alloc_sta_link(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,unsigned int link_id) iwl_mvm_mld_alloc_sta_link() argument 582 iwl_mvm_mld_alloc_sta_links(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_mld_alloc_sta_links() argument 607 iwl_mvm_mld_set_ap_sta_id(struct ieee80211_sta * sta,struct iwl_mvm_vif_link_info * vif_link,struct iwl_mvm_link_sta * sta_link) iwl_mvm_mld_set_ap_sta_id() argument 624 iwl_mvm_alloc_sta_after_restart(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_alloc_sta_after_restart() argument 671 iwl_mvm_mld_add_sta(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_mld_add_sta() argument 742 iwl_mvm_mld_update_sta(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_mld_update_sta() argument 775 iwl_mvm_mld_disable_sta_queues(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_mld_disable_sta_queues() argument 801 iwl_mvm_mld_rm_sta(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta) iwl_mvm_mld_rm_sta() argument 883 iwl_mvm_mld_sta_modify_disable_tx_ap(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool disable) iwl_mvm_mld_sta_modify_disable_tx_ap() argument 904 struct ieee80211_sta *sta; iwl_mvm_mld_modify_all_sta_disable_tx() local 928 iwl_mvm_mld_update_sta_queues(struct iwl_mvm * mvm,struct ieee80211_sta * sta,u32 old_sta_mask,u32 new_sta_mask) iwl_mvm_mld_update_sta_queues() argument 1011 iwl_mvm_mld_update_sta_resources(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u32 old_sta_mask,u32 new_sta_mask) iwl_mvm_mld_update_sta_resources() argument 1034 iwl_mvm_mld_update_sta_links(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 old_links,u16 new_links) iwl_mvm_mld_update_sta_links() argument [all...] |
/freebsd-src/sys/contrib/dev/athk/ath11k/ |
H A D | debugfs_sta.c | 138 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_dump_tx_stats() local 245 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_dump_rx_stats() local 342 struct ieee80211_sta *sta = inode->i_private; in ath11k_dbg_sta_open_htt_peer_stats() local 378 struct ieee80211_sta *sta = inode->i_private; in ath11k_dbg_sta_release_htt_peer_stats() local 415 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_write_peer_pktlog() local 455 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_read_peer_pktlog() local 482 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_write_delba() local 533 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_write_addba_resp() local 583 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_write_addba() local 634 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_read_aggr_mode() local [all …]
|
/freebsd-src/sys/contrib/dev/athk/ath10k/ |
H A D | debugfs_sta.c | 86 struct ieee80211_sta *sta; in ath10k_sta_update_rx_tid_stats() local 132 struct ieee80211_sta *sta; in ath10k_sta_update_extd_stats_rx_duration() local 151 struct ieee80211_sta *sta; in ath10k_sta_update_stats_rx_duration() local 179 struct ieee80211_sta *sta = file->private_data; in ath10k_dbg_sta_read_aggr_mode() local 198 struct ieee80211_sta *sta = file->private_data; in ath10k_dbg_sta_write_aggr_mode() local 241 struct ieee80211_sta *sta = file->private_data; in ath10k_dbg_sta_write_addba() local 292 struct ieee80211_sta *sta = file->private_data; in ath10k_dbg_sta_write_addba_resp() local 342 struct ieee80211_sta *sta = file->private_data; in ath10k_dbg_sta_write_delba() local 394 struct ieee80211_sta *sta = file->private_data; in ath10k_dbg_sta_read_peer_debug_trigger() local 413 struct ieee80211_sta *sta = file->private_data; in ath10k_dbg_sta_write_peer_debug_trigger() local [all …]
|
/freebsd-src/contrib/netbsd-tests/lib/libc/sys/ |
H A 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
|