/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.h | 133 static inline int hostapd_drv_set_countermeasures(struct hostapd_data *hapd, in hostapd_drv_set_countermeasures() 143 struct hostapd_data *hapd, in hostapd_drv_set_sta_vlan() 152 static inline int hostapd_drv_get_inact_sec(struct hostapd_data *hapd, in hostapd_drv_get_inact_sec() 160 static inline int hostapd_drv_sta_remove(struct hostapd_data *hapd, in hostapd_drv_sta_remove() 168 static inline int hostapd_drv_hapd_send_eapol(struct hostapd_data *hapd, in hostapd_drv_hapd_send_eapol() 181 struct hostapd_data *hapd, struct hostap_sta_driver_data *data, in hostapd_drv_read_sta_data() 189 static inline int hostapd_drv_sta_clear_stats(struct hostapd_data *hapd, in hostapd_drv_sta_clear_stats() 197 static inline int hostapd_drv_set_acl(struct hostapd_data *hapd, in hostapd_drv_set_acl() 205 static inline int hostapd_drv_set_ap(struct hostapd_data *hapd, in hostapd_drv_set_ap() 213 static inline int hostapd_drv_set_radius_acl_auth(struct hostapd_data *hapd, in hostapd_drv_set_radius_acl_auth() [all …]
|
D | sta_info.c | 53 int ap_for_each_sta(struct hostapd_data *hapd, in ap_for_each_sta() 54 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 69 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 81 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p() 104 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del() 124 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add() 131 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del() 153 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_ip6addr_del() 159 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta() 353 void hostapd_free_stas(struct hostapd_data *hapd) in hostapd_free_stas() [all …]
|
D | wps_hostapd.c | 61 struct hostapd_data *hapd = iface->bss[j]; in wps_for_each() local 78 static int hostapd_wps_for_each(struct hostapd_data *hapd, in hostapd_wps_for_each() 99 struct hostapd_data *hapd = ctx; in hostapd_wps_new_psk_cb() local 160 struct hostapd_data *hapd = ctx; in hostapd_wps_set_ie_cb() local 174 struct hostapd_data *hapd = ctx; in hostapd_wps_pin_needed_cb() local 217 static int wps_stop_registrar(struct hostapd_data *hapd, void *ctx) in wps_stop_registrar() 231 struct hostapd_data *hapd = ctx; in hostapd_wps_reg_success_cb() local 256 struct hostapd_data *hapd = ctx; in hostapd_wps_enrollee_seen_cb() local 285 void hostapd_wps_eap_completed(struct hostapd_data *hapd) in hostapd_wps_eap_completed() 299 static void hapd_new_ap_event(struct hostapd_data *hapd, const u8 *attr, in hapd_new_ap_event() [all …]
|
D | ap_drv_ops.c | 66 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd, in hostapd_build_ap_extra_ies() 198 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, in hostapd_free_ap_extra_ies() 209 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd) in hostapd_reset_ap_wps_ie() 218 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd) in hostapd_set_ap_wps_ie() 239 int hostapd_set_authorized(struct hostapd_data *hapd, in hostapd_set_authorized() 255 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_set_sta_flags() 271 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, in hostapd_set_drv_ieee8021x() 300 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_add() 309 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_remove() 315 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, in hostapd_set_wds_sta() [all …]
|
D | wps_hostapd.h | 49 static inline int hostapd_init_wps(struct hostapd_data *hapd, in hostapd_init_wps() 55 static inline void hostapd_deinit_wps(struct hostapd_data *hapd) in hostapd_deinit_wps() 59 static inline int hostapd_init_wps_complete(struct hostapd_data *hapd) in hostapd_init_wps_complete() 64 static inline void hostapd_update_wps(struct hostapd_data *hapd) in hostapd_update_wps() 68 static inline void hostapd_wps_eap_completed(struct hostapd_data *hapd) in hostapd_wps_eap_completed() 72 static inline int hostapd_wps_get_mib_sta(struct hostapd_data *hapd, in hostapd_wps_get_mib_sta() 79 static inline int hostapd_wps_button_pushed(struct hostapd_data *hapd, in hostapd_wps_button_pushed() 85 static inline int hostapd_wps_cancel(struct hostapd_data *hapd) in hostapd_wps_cancel()
|
D | ieee802_11_shared.c | 22 u8 * hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, in hostapd_eid_assoc_comeback_time() 49 void ieee802_11_send_sa_query_req(struct hostapd_data *hapd, in ieee802_11_send_sa_query_req() 76 static void ieee802_11_send_sa_query_resp(struct hostapd_data *hapd, in ieee802_11_send_sa_query_resp() 114 void ieee802_11_sa_query_action(struct hostapd_data *hapd, const u8 *sa, in ieee802_11_sa_query_action() 167 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx) in hostapd_ext_capab_byte() 239 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() 301 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() 318 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_interworking() 358 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_adv_proto() 377 u8 * hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_roaming_consortium() [all …]
|
D | hostapd.c | 75 static void hostapd_reload_bss(struct hostapd_data *hapd) in hostapd_reload_bss() 162 struct hostapd_data *hapd = iface->bss[0]; in hostapd_reload_config() local 212 static void hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd, in hostapd_broadcast_key_clear_iface() 243 static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd) in hostapd_broadcast_wep_clear() 250 static int hostapd_broadcast_wep_set(struct hostapd_data *hapd) in hostapd_broadcast_wep_set() 269 static void hostapd_free_hapd_data(struct hostapd_data *hapd) in hostapd_free_hapd_data() 360 static void hostapd_cleanup(struct hostapd_data *hapd) in hostapd_cleanup() 431 static void hostapd_clear_wep(struct hostapd_data *hapd) in hostapd_clear_wep() 440 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption() 476 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason) in hostapd_flush_old_stations() [all …]
|
D | ieee802_11.c | 51 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() 95 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() 141 u16 hostapd_own_capab_info(struct hostapd_data *hapd) in hostapd_own_capab_info() 206 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key() 263 static int send_auth_reply(struct hostapd_data *hapd, in send_auth_reply() 312 struct hostapd_data *hapd = ctx; in handle_auth_ft_finish() local 346 static struct wpabuf * auth_build_sae_commit(struct hostapd_data *hapd, in auth_build_sae_commit() 375 static struct wpabuf * auth_build_sae_confirm(struct hostapd_data *hapd, in auth_build_sae_confirm() 390 static int auth_sae_send_commit(struct hostapd_data *hapd, in auth_sae_send_commit() 411 static int auth_sae_send_confirm(struct hostapd_data *hapd, in auth_sae_send_confirm() [all …]
|
D | ieee802_1x.c | 47 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send() 100 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, in ieee802_1x_set_sta_authorized() 136 static void ieee802_1x_tx_key_one(struct hostapd_data *hapd, in ieee802_1x_tx_key_one() 215 static void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key() 274 const char *radius_mode_txt(struct hostapd_data *hapd) in radius_mode_txt() 290 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() 304 static void ieee802_1x_learn_identity(struct hostapd_data *hapd, in ieee802_1x_learn_identity() 341 static int add_common_radius_sta_attr_rsn(struct hostapd_data *hapd, in add_common_radius_sta_attr_rsn() 403 static int add_common_radius_sta_attr(struct hostapd_data *hapd, in add_common_radius_sta_attr() 501 int add_common_radius_attr(struct hostapd_data *hapd, in add_common_radius_attr() [all …]
|
D | gas_serv.c | 30 gas_dialog_create(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token) in gas_dialog_create() 91 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr, in gas_serv_dialog_find() 123 static void gas_serv_free_dialogs(struct hostapd_data *hapd, in gas_serv_free_dialogs() 144 static void anqp_add_hs_capab_list(struct hostapd_data *hapd, in anqp_add_hs_capab_list() 174 static struct anqp_element * get_anqp_elem(struct hostapd_data *hapd, in get_anqp_elem() 189 static void anqp_add_elem(struct hostapd_data *hapd, struct wpabuf *buf, in anqp_add_elem() 209 static int anqp_add_override(struct hostapd_data *hapd, struct wpabuf *buf, in anqp_add_override() 221 static void anqp_add_capab_list(struct hostapd_data *hapd, in anqp_add_capab_list() 291 static void anqp_add_venue_name(struct hostapd_data *hapd, struct wpabuf *buf) in anqp_add_venue_name() 314 static void anqp_add_network_auth_type(struct hostapd_data *hapd, in anqp_add_network_auth_type() [all …]
|
D | accounting.c | 34 static struct radius_msg * accounting_msg(struct hostapd_data *hapd, in accounting_msg() 167 static int accounting_sta_update_stats(struct hostapd_data *hapd, in accounting_sta_update_stats() 200 struct hostapd_data *hapd = eloop_ctx; in accounting_interim_update() local 223 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 262 static void accounting_sta_report(struct hostapd_data *hapd, in accounting_sta_report() 365 static void accounting_sta_interim(struct hostapd_data *hapd, in accounting_sta_interim() 378 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() 392 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_get_id() 427 static void accounting_report_state(struct hostapd_data *hapd, int on) in accounting_report_state() 459 struct hostapd_data *hapd = ctx; in accounting_interim_error_cb() local [all …]
|
D | drv_callbacks.c | 40 int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, in hostapd_notif_assoc() 426 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) in hostapd_notif_disassoc() 463 void hostapd_event_sta_low_ack(struct hostapd_data *hapd, const u8 *addr) in hostapd_event_sta_low_ack() 478 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, in hostapd_event_ch_switch() 558 void hostapd_event_connect_failed_reason(struct hostapd_data *hapd, in hostapd_event_connect_failed_reason() 575 void hostapd_acs_channel_selected(struct hostapd_data *hapd, in hostapd_acs_channel_selected() 667 int hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *da, in hostapd_probe_req_rx() 698 struct hostapd_data *hapd = ctx; in hostapd_notify_auth_ft_finish() local 714 static void hostapd_notif_auth(struct hostapd_data *hapd, in hostapd_notif_auth() 757 static void hostapd_action_rx(struct hostapd_data *hapd, in hostapd_action_rx() [all …]
|
D | ap_mlme.c | 53 void mlme_authenticate_indication(struct hostapd_data *hapd, in mlme_authenticate_indication() 82 void mlme_deauthenticate_indication(struct hostapd_data *hapd, in mlme_deauthenticate_indication() 106 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication() 133 void mlme_reassociate_indication(struct hostapd_data *hapd, in mlme_reassociate_indication() 161 void mlme_disassociate_indication(struct hostapd_data *hapd, in mlme_disassociate_indication() 172 void mlme_michaelmicfailure_indication(struct hostapd_data *hapd, in mlme_michaelmicfailure_indication() 182 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request()
|
D | vlan_init.c | 22 static int vlan_if_add(struct hostapd_data *hapd, struct hostapd_vlan *vlan, in vlan_if_add() 67 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan) in vlan_if_remove() 81 static int vlan_dynamic_add(struct hostapd_data *hapd, in vlan_dynamic_add() 104 static void vlan_dynamic_remove(struct hostapd_data *hapd, in vlan_dynamic_remove() 130 int vlan_init(struct hostapd_data *hapd) in vlan_init() 162 void vlan_deinit(struct hostapd_data *hapd) in vlan_deinit() 173 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, in vlan_add_dynamic() 218 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) in vlan_remove_dynamic()
|
D | wpa_auth_glue.c | 120 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_logger() local 144 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_disconnect() local 154 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_mic_failure_report() local 161 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_psk_failure_report() local 170 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_set_eapol() local 212 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_get_eapol() local 231 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_get_psk() local 273 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_get_msk() local 304 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_set_key() local 321 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_get_seqnum() local [all …]
|
D | accounting.h | 13 static inline int accounting_sta_get_id(struct hostapd_data *hapd, in accounting_sta_get_id() 19 static inline void accounting_sta_start(struct hostapd_data *hapd, in accounting_sta_start() 24 static inline void accounting_sta_stop(struct hostapd_data *hapd, in accounting_sta_stop() 29 static inline int accounting_init(struct hostapd_data *hapd) in accounting_init() 34 static inline void accounting_deinit(struct hostapd_data *hapd) in accounting_deinit()
|
D | preauth_auth.c | 34 struct hostapd_data *hapd; member 45 struct hostapd_data *hapd = piface->hapd; in rsn_preauth_receive() local 97 static int rsn_preauth_iface_add(struct hostapd_data *hapd, const char *ifname) in rsn_preauth_iface_add() 133 void rsn_preauth_iface_deinit(struct hostapd_data *hapd) in rsn_preauth_iface_deinit() 149 int rsn_preauth_iface_init(struct hostapd_data *hapd) in rsn_preauth_iface_init() 187 struct hostapd_data *hapd = eloop_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 | ctrl_iface_ap.c | 29 static int hostapd_get_sta_tx_rx(struct hostapd_data *hapd, in hostapd_get_sta_tx_rx() 87 static int hostapd_ctrl_iface_sta_mib(struct hostapd_data *hapd, in hostapd_ctrl_iface_sta_mib() 183 int hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd, in hostapd_ctrl_iface_sta_first() 190 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, in hostapd_ctrl_iface_sta() 232 int hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr, in hostapd_ctrl_iface_sta_next() 255 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, in p2p_manager_disconnect() 307 int hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd, in hostapd_ctrl_iface_deauthenticate() 370 int hostapd_ctrl_iface_disassociate(struct hostapd_data *hapd, in hostapd_ctrl_iface_disassociate() 434 int hostapd_ctrl_iface_signature(struct hostapd_data *hapd, in hostapd_ctrl_iface_signature() 455 int hostapd_ctrl_iface_poll_sta(struct hostapd_data *hapd, in hostapd_ctrl_iface_poll_sta() [all …]
|
D | preauth_auth.h | 24 static inline int rsn_preauth_iface_init(struct hostapd_data *hapd) in rsn_preauth_iface_init() 29 static inline void rsn_preauth_iface_deinit(struct hostapd_data *hapd) in rsn_preauth_iface_deinit() 33 static inline void rsn_preauth_finished(struct hostapd_data *hapd, in rsn_preauth_finished() 39 static inline void rsn_preauth_send(struct hostapd_data *hapd, in rsn_preauth_send() 45 static inline void rsn_preauth_free_station(struct hostapd_data *hapd, in rsn_preauth_free_station()
|
D | p2p_hostapd.c | 23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta() 33 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start, in hostapd_p2p_set_noa() 68 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd) in hostapd_p2p_non_p2p_sta_connected() 79 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd) in hostapd_p2p_non_p2p_sta_disconnected() 94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage()
|
D | rrm.c | 27 struct hostapd_data *hapd = eloop_data; in hostapd_lci_rep_timeout_handler() local 35 static void hostapd_handle_lci_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_lci_report() 51 struct hostapd_data *hapd = eloop_data; in hostapd_range_rep_timeout_handler() local 59 static void hostapd_handle_range_report(struct hostapd_data *hapd, u8 token, in hostapd_handle_range_report() 74 static void hostapd_handle_beacon_report(struct hostapd_data *hapd, in hostapd_handle_beacon_report() 95 static void hostapd_handle_radio_msmt_report(struct hostapd_data *hapd, in hostapd_handle_radio_msmt_report() 199 static void hostapd_send_nei_report_resp(struct hostapd_data *hapd, in hostapd_send_nei_report_resp() 278 static void hostapd_handle_nei_report_req(struct hostapd_data *hapd, in hostapd_handle_nei_report_req() 337 void hostapd_handle_radio_measurement(struct hostapd_data *hapd, in hostapd_handle_radio_measurement() 367 int hostapd_send_lci_req(struct hostapd_data *hapd, const u8 *addr) in hostapd_send_lci_req() [all …]
|
D | ieee802_11.h | 31 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, in ieee802_11_get_mib() 37 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd, in ieee802_11_get_mib_sta() 109 static inline void sae_clear_retransmit_timer(struct hostapd_data *hapd, in sae_clear_retransmit_timer() 123 static inline u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_mbo() 129 static inline u8 hostapd_mbo_ie_len(struct hostapd_data *hapd) in hostapd_mbo_ie_len()
|
D | beacon.c | 37 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_rm_enabled_capab() 58 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() 85 static u8 ieee802_11_erp_info(struct hostapd_data *hapd) in ieee802_11_erp_info() 107 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ds_params() 116 static u8 * hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_erp_info() 140 static u8 * hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_pwr_constraint() 226 static u8 * hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_country() 288 static u8 * hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_wpa() 302 static u8 * hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_csa() 322 static u8 * hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ecsa() [all …]
|
D | ieee802_11_vht.c | 23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() 74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() 167 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wb_chsw_wrapper() 220 u8 * hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_txpower_envelope() 332 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_vht_capab() 360 u16 copy_sta_vendor_vht(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_vendor_vht() 398 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_vht() 420 u16 set_sta_vht_opmode(struct hostapd_data *hapd, struct sta_info *sta, in set_sta_vht_opmode() 434 void hostapd_get_vht_capab(struct hostapd_data *hapd, in hostapd_get_vht_capab()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 77 static int hostapd_ctrl_iface_attach(struct hostapd_data *hapd, in hostapd_ctrl_iface_attach() 85 static int hostapd_ctrl_iface_detach(struct hostapd_data *hapd, in hostapd_ctrl_iface_detach() 93 static int hostapd_ctrl_iface_level(struct hostapd_data *hapd, in hostapd_ctrl_iface_level() 102 static int hostapd_ctrl_iface_new_sta(struct hostapd_data *hapd, in hostapd_ctrl_iface_new_sta() 130 static int hostapd_ctrl_iface_sa_query(struct hostapd_data *hapd, in hostapd_ctrl_iface_sa_query() 151 static int hostapd_ctrl_iface_wps_pin(struct hostapd_data *hapd, char *txt) in hostapd_ctrl_iface_wps_pin() 181 struct hostapd_data *hapd, char *cmd, char *buf, size_t buflen) in hostapd_ctrl_iface_wps_check_pin() 226 static int hostapd_ctrl_iface_wps_nfc_tag_read(struct hostapd_data *hapd, in hostapd_ctrl_iface_wps_nfc_tag_read() 253 static int hostapd_ctrl_iface_wps_nfc_config_token(struct hostapd_data *hapd, in hostapd_ctrl_iface_wps_nfc_config_token() 283 static int hostapd_ctrl_iface_wps_nfc_token_gen(struct hostapd_data *hapd, in hostapd_ctrl_iface_wps_nfc_token_gen() [all …]
|