Home
last modified time | relevance | path

Searched defs:sta (Results 26 - 50 of 170) sorted by relevance

1234567

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_mlme.c53 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) mlme_authenticate_indication() argument
82 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
133 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) mlme_reassociate_indication() argument
161 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 Dieee802_11.h39 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) ieee802_11_get_mib_sta() argument
129 sae_clear_retransmit_timer(struct hostapd_data *hapd, struct sta_info *sta) sae_clear_retransmit_timer() argument
[all...]
H A Dmbo_ap.h33 static inline int mbo_ap_get_info(struct sta_info *sta, char *buf, in mbo_ap_get_info() argument
45 static inline void mbo_ap_sta_free(struct sta_info *sta) in mbo_ap_sta_free() argument
27 mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta, struct ieee802_11_elems *elems) mbo_ap_check_sta_assoc() argument
H A Dp2p_hostapd.c23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta() argument
H A Dpreauth_auth.h33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) rsn_preauth_finished() argument
39 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) rsn_preauth_send() argument
45 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) rsn_preauth_free_station() argument
H A Dtkip_countermeasures.c36 struct sta_info *sta; in ieee80211_tkip_countermeasures_start() local
80 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure() local
[all...]
H A Dx_snoop.c95 x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) x_snoop_mcast_to_ucast_convert_send() argument
H A Dx_snoop.h44 x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd, struct sta_info *sta, void *buf, size_t len) x_snoop_mcast_to_ucast_convert_send() argument
H A Ddhcp_snoop.c37 struct sta_info *sta; in handle_dhcp() local
[all...]
H A Dhs20.c235 void hs20_t_c_filtering(struct hostapd_data *hapd, struct sta_info *sta, in hs20_t_c_filtering() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dairtime_policy.h31 airtime_policy_new_sta(struct hostapd_data *hapd, struct sta_info *sta) airtime_policy_new_sta() argument
H A Dap_mlme.c53 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) mlme_authenticate_indication() argument
82 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
133 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) mlme_reassociate_indication() argument
161 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 Dieee802_11.h40 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) ieee802_11_get_mib_sta() argument
124 sae_clear_retransmit_timer(struct hostapd_data *hapd, struct sta_info *sta) sae_clear_retransmit_timer() argument
[all...]
H A Dmbo_ap.h33 static inline int mbo_ap_get_info(struct sta_info *sta, char *buf, in mbo_ap_get_info() argument
45 static inline void mbo_ap_sta_free(struct sta_info *sta) in mbo_ap_sta_free() argument
27 mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta, struct ieee802_11_elems *elems) mbo_ap_check_sta_assoc() argument
H A Dp2p_hostapd.c23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta() argument
H A Dpreauth_auth.h33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) rsn_preauth_finished() argument
39 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) rsn_preauth_send() argument
45 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) rsn_preauth_free_station() argument
H A Dtkip_countermeasures.c36 struct sta_info *sta; in ieee80211_tkip_countermeasures_start() local
80 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure() local
[all...]
H A Dx_snoop.c95 x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) x_snoop_mcast_to_ucast_convert_send() argument
H A Dx_snoop.h44 x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd, struct sta_info *sta, void *buf, size_t len) x_snoop_mcast_to_ucast_convert_send() argument
H A Ddhcp_snoop.c37 struct sta_info *sta; in handle_dhcp() local
[all...]
H A Dhs20.c235 void hs20_t_c_filtering(struct hostapd_data *hapd, struct sta_info *sta, in hs20_t_c_filtering() argument
/base/update/updater/services/ui/driver/
H A Dinput_event.cpp98 InputDevDesc sta[MAX_INPUT_DEVICES] = {{0}}; in HdfInit() local
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp69 std::vector<DevDesc> sta; in BENCHMARK_F() local
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp79 std::vector<DevDesc> sta; in BENCHMARK_F() local
/test/xts/hats/hdf/input/hdi_input/hdi_input/
H A Dhdi_input_test.cpp111 InputDevDesc sta[MAX_DEVICES] = {0}; in HWTEST_F() local
[all...]

Completed in 7 milliseconds

1234567