| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| D | ap_drv_ops.h | 111 hostapd_drv_send_action_cancel_wait(struct hostapd_data *hapd) in hostapd_drv_send_action_cancel_wait() 148 static inline int hostapd_drv_set_countermeasures(struct hostapd_data *hapd, in hostapd_drv_set_countermeasures() 158 struct hostapd_data *hapd, in hostapd_drv_set_sta_vlan() 167 static inline int hostapd_drv_get_inact_sec(struct hostapd_data *hapd, in hostapd_drv_get_inact_sec() 175 static inline int hostapd_drv_sta_remove(struct hostapd_data *hapd, in hostapd_drv_sta_remove() 183 static inline int hostapd_drv_hapd_send_eapol(struct hostapd_data *hapd, in hostapd_drv_hapd_send_eapol() 196 struct hostapd_data *hapd, struct hostap_sta_driver_data *data, in hostapd_drv_read_sta_data() 204 static inline int hostapd_drv_sta_clear_stats(struct hostapd_data *hapd, in hostapd_drv_sta_clear_stats() 212 static inline int hostapd_drv_set_acl(struct hostapd_data *hapd, in hostapd_drv_set_acl() 220 static inline int hostapd_drv_set_ap(struct hostapd_data *hapd, in hostapd_drv_set_ap() [all …]
|
| D | sta_info.c | 55 int ap_for_each_sta(struct hostapd_data *hapd, in ap_for_each_sta() 56 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 71 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 83 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p() 106 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del() 126 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add() 133 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del() 155 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_ip6addr_del() 161 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta() 384 void hostapd_free_stas(struct hostapd_data *hapd) in hostapd_free_stas() [all …]
|
| D | wpa_auth_kay.c | 27 struct hostapd_data *hapd = priv; in hapd_macsec_init() local 37 struct hostapd_data *hapd = priv; in hapd_macsec_deinit() local 47 struct hostapd_data *hapd = priv; in hapd_macsec_get_capability() local 57 struct hostapd_data *hapd = priv; in hapd_enable_protect_frames() local 67 struct hostapd_data *hapd = priv; in hapd_enable_encrypt() local 77 struct hostapd_data *hapd = priv; in hapd_set_replay_protect() local 88 struct hostapd_data *hapd = priv; in hapd_set_current_cipher_suite() local 98 struct hostapd_data *hapd = priv; in hapd_enable_controlled_port() local 108 struct hostapd_data *hapd = priv; in hapd_get_receive_lowest_pn() local 118 struct hostapd_data *hapd = priv; in hapd_get_transmit_next_pn() local [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 | 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 | 67 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd, in hostapd_build_ap_extra_ies() 214 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, in hostapd_free_ap_extra_ies() 225 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd) in hostapd_reset_ap_wps_ie() 234 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd) in hostapd_set_ap_wps_ie() 255 int hostapd_set_authorized(struct hostapd_data *hapd, in hostapd_set_authorized() 271 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_set_sta_flags() 287 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, in hostapd_set_drv_ieee8021x() 316 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_add() 325 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_remove() 331 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, in hostapd_set_wds_sta() [all …]
|
| D | dpp_hostapd.c | 38 int hostapd_dpp_qr_code(struct hostapd_data *hapd, const char *cmd) in hostapd_dpp_qr_code() 68 struct hostapd_data *hapd = eloop_ctx; in hostapd_dpp_auth_resp_retry_timeout() local 86 static void hostapd_dpp_auth_resp_retry(struct hostapd_data *hapd) in hostapd_dpp_auth_resp_retry() 122 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst, in hostapd_dpp_tx_status() 211 struct hostapd_data *hapd = eloop_ctx; in hostapd_dpp_reply_wait_timeout() local 281 static void hostapd_dpp_set_testing_options(struct hostapd_data *hapd, in hostapd_dpp_set_testing_options() 301 struct hostapd_data *hapd = eloop_ctx; in hostapd_dpp_init_timeout() local 310 static int hostapd_dpp_auth_init_next(struct hostapd_data *hapd) in hostapd_dpp_auth_init_next() 397 int hostapd_dpp_auth_init(struct hostapd_data *hapd, const char *cmd) in hostapd_dpp_auth_init() 488 int hostapd_dpp_listen(struct hostapd_data *hapd, const char *cmd) in hostapd_dpp_listen() [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 | hostapd.c | 86 void hostapd_reconfig_encryption(struct hostapd_data *hapd) in hostapd_reconfig_encryption() 96 static void hostapd_reload_bss(struct hostapd_data *hapd) in hostapd_reload_bss() 205 struct hostapd_data *hapd = iface->bss[0]; in hostapd_reload_config() local 287 static void hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd, in hostapd_broadcast_key_clear_iface() 318 static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd) in hostapd_broadcast_wep_clear() 325 static int hostapd_broadcast_wep_set(struct hostapd_data *hapd) in hostapd_broadcast_wep_set() 344 static void hostapd_free_hapd_data(struct hostapd_data *hapd) in hostapd_free_hapd_data() 455 static void hostapd_cleanup(struct hostapd_data *hapd) in hostapd_cleanup() 532 static void hostapd_clear_wep(struct hostapd_data *hapd) in hostapd_clear_wep() 541 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption() [all …]
|
| 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() 172 void vlan_deinit(struct hostapd_data *hapd) in vlan_deinit() 183 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, in vlan_add_dynamic() 234 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) in vlan_remove_dynamic()
|
| D | accounting.c | 34 static struct radius_msg * accounting_msg(struct hostapd_data *hapd, in accounting_msg() 170 static int accounting_sta_update_stats(struct hostapd_data *hapd, in accounting_sta_update_stats() 203 struct hostapd_data *hapd = eloop_ctx; in accounting_interim_update() local 226 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 265 static void accounting_sta_report(struct hostapd_data *hapd, in accounting_sta_report() 368 static void accounting_sta_interim(struct hostapd_data *hapd, 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() 430 static void accounting_report_state(struct hostapd_data *hapd, int on) in accounting_report_state() 462 struct hostapd_data *hapd = ctx; in accounting_interim_error_cb() 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()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | ap_drv_ops.h | 121 hostapd_drv_send_action_cancel_wait(struct hostapd_data *hapd) in hostapd_drv_send_action_cancel_wait() 172 static inline int hostapd_drv_set_countermeasures(struct hostapd_data *hapd, in hostapd_drv_set_countermeasures() 182 struct hostapd_data *hapd, in hostapd_drv_set_sta_vlan() 192 static inline int hostapd_drv_get_inact_sec(struct hostapd_data *hapd, in hostapd_drv_get_inact_sec() 200 static inline int hostapd_drv_sta_remove(struct hostapd_data *hapd, in hostapd_drv_sta_remove() 208 static inline int hostapd_drv_hapd_send_eapol(struct hostapd_data *hapd, in hostapd_drv_hapd_send_eapol() 221 struct hostapd_data *hapd, struct hostap_sta_driver_data *data, in hostapd_drv_read_sta_data() 229 static inline int hostapd_drv_sta_clear_stats(struct hostapd_data *hapd, in hostapd_drv_sta_clear_stats() 237 static inline int hostapd_drv_set_acl(struct hostapd_data *hapd, in hostapd_drv_set_acl() 245 static inline int hostapd_drv_set_ap(struct hostapd_data *hapd, in hostapd_drv_set_ap() [all …]
|
| D | wpa_auth_kay.c | 27 struct hostapd_data *hapd = priv; in hapd_macsec_init() local 37 struct hostapd_data *hapd = priv; in hapd_macsec_deinit() local 47 struct hostapd_data *hapd = priv; in hapd_macsec_get_capability() local 57 struct hostapd_data *hapd = priv; in hapd_enable_protect_frames() local 67 struct hostapd_data *hapd = priv; in hapd_enable_encrypt() local 77 struct hostapd_data *hapd = priv; in hapd_set_replay_protect() local 88 struct hostapd_data *hapd = priv; in hapd_set_current_cipher_suite() local 98 struct hostapd_data *hapd = priv; in hapd_enable_controlled_port() local 108 struct hostapd_data *hapd = priv; in hapd_get_receive_lowest_pn() local 118 struct hostapd_data *hapd = priv; in hapd_get_transmit_next_pn() local [all …]
|
| D | sta_info.c | 69 int ap_for_each_sta(struct hostapd_data *hapd, in ap_for_each_sta() 70 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 85 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 97 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p() 120 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del() 140 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add() 147 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del() 169 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_ip6addr_del() 177 void ap_free_sta_pasn(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta_pasn() 207 static void __ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in __ap_free_sta() [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 162 struct hostapd_data *hapd = ctx; in hostapd_wps_set_ie_cb() local 176 struct hostapd_data *hapd = ctx; in hostapd_wps_pin_needed_cb() local 219 static int wps_stop_registrar(struct hostapd_data *hapd, void *ctx) in wps_stop_registrar() 233 struct hostapd_data *hapd = ctx; in hostapd_wps_reg_success_cb() local 259 struct hostapd_data *hapd = ctx; in hostapd_wps_enrollee_seen_cb() local 278 const struct hostapd_data *hapd = ctx; in hostapd_wps_lookup_pskfile_cb() local 326 void hostapd_wps_eap_completed(struct hostapd_data *hapd) in hostapd_wps_eap_completed() [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 | ap_drv_ops.c | 73 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd, in hostapd_build_ap_extra_ies() 235 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, in hostapd_free_ap_extra_ies() 246 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd) in hostapd_reset_ap_wps_ie() 255 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd) in hostapd_set_ap_wps_ie() 276 bool hostapd_sta_is_link_sta(struct hostapd_data *hapd, in hostapd_sta_is_link_sta() 289 int hostapd_set_authorized(struct hostapd_data *hapd, in hostapd_set_authorized() 318 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_set_sta_flags() 347 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, in hostapd_set_drv_ieee8021x() 374 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_add() 383 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_remove() [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 | nan_usd_ap.c | 24 struct hostapd_data *hapd = ctx; in hostapd_nan_de_tx() local 51 struct hostapd_data *hapd = ctx; in hostapd_nan_de_discovery_result() local 74 struct hostapd_data *hapd = ctx; in hostapd_nan_de_replied() local 109 struct hostapd_data *hapd = ctx; in hostapd_nan_de_publish_terminated() local 120 struct hostapd_data *hapd = ctx; in hostapd_nan_de_subscribe_terminated() local 132 struct hostapd_data *hapd = ctx; in hostapd_nan_de_receive() local 147 int hostapd_nan_usd_init(struct hostapd_data *hapd) in hostapd_nan_usd_init() 168 void hostapd_nan_usd_deinit(struct hostapd_data *hapd) in hostapd_nan_usd_deinit() 175 void hostapd_nan_usd_rx_sdf(struct hostapd_data *hapd, const u8 *src, in hostapd_nan_usd_rx_sdf() 184 void hostapd_nan_usd_flush(struct hostapd_data *hapd) in hostapd_nan_usd_flush() [all …]
|
| D | dpp_hostapd.c | 56 int hostapd_dpp_qr_code(struct hostapd_data *hapd, const char *cmd) in hostapd_dpp_qr_code() 93 int hostapd_dpp_nfc_uri(struct hostapd_data *hapd, const char *cmd) in hostapd_dpp_nfc_uri() 105 int hostapd_dpp_nfc_handover_req(struct hostapd_data *hapd, const char *cmd) in hostapd_dpp_nfc_handover_req() 136 int hostapd_dpp_nfc_handover_sel(struct hostapd_data *hapd, const char *cmd) in hostapd_dpp_nfc_handover_sel() 173 struct hostapd_data *hapd = eloop_ctx; in hostapd_dpp_auth_resp_retry_timeout() local 191 static void hostapd_dpp_auth_resp_retry(struct hostapd_data *hapd) in hostapd_dpp_auth_resp_retry() 227 static int hostapd_dpp_allow_ir(struct hostapd_data *hapd, unsigned int freq) in hostapd_dpp_allow_ir() 260 static int hostapd_dpp_pkex_next_channel(struct hostapd_data *hapd, in hostapd_dpp_pkex_next_channel() 283 static void hostapd_dpp_pkex_clear_code(struct hostapd_data *hapd) in hostapd_dpp_pkex_clear_code() 303 struct hostapd_data *hapd = ctx; in hostapd_dpp_pkex_done() local [all …]
|
| D | vlan_init.c | 22 static int vlan_if_add(struct hostapd_data *hapd, struct hostapd_vlan *vlan, in vlan_if_add() 70 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan) in vlan_if_remove() 84 static int vlan_dynamic_add(struct hostapd_data *hapd, in vlan_dynamic_add() 107 static void vlan_dynamic_remove(struct hostapd_data *hapd, in vlan_dynamic_remove() 133 int vlan_init(struct hostapd_data *hapd) in vlan_init() 175 void vlan_deinit(struct hostapd_data *hapd) in vlan_deinit() 186 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, in vlan_add_dynamic() 237 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) in vlan_remove_dynamic()
|
| D | ieee802_11_shared.c | 36 u8 * hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, in hostapd_eid_assoc_comeback_time() 62 void ieee802_11_send_sa_query_req(struct hostapd_data *hapd, in ieee802_11_send_sa_query_req() 152 static void ieee802_11_send_sa_query_resp(struct hostapd_data *hapd, in ieee802_11_send_sa_query_resp() 250 void ieee802_11_sa_query_action(struct hostapd_data *hapd, in ieee802_11_sa_query_action() 365 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx, in hostapd_ext_capab_byte() 483 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_ext_capab() 526 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() 543 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_interworking() 583 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_adv_proto() 602 u8 * hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_roaming_consortium() [all …]
|
| D | accounting.c | 34 static struct radius_msg * accounting_msg(struct hostapd_data *hapd, in accounting_msg() 170 static int accounting_sta_update_stats(struct hostapd_data *hapd, in accounting_sta_update_stats() 203 struct hostapd_data *hapd = eloop_ctx; in accounting_interim_update() local 226 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 265 static void accounting_sta_report(struct hostapd_data *hapd, in accounting_sta_report() 368 static void accounting_sta_interim(struct hostapd_data *hapd, 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() 430 static void accounting_report_state(struct hostapd_data *hapd, int on) in accounting_report_state() 462 struct hostapd_data *hapd = ctx; in accounting_interim_error_cb() local [all …]
|
| D | hostapd.c | 101 struct hostapd_data * hostapd_mbssid_get_tx_bss(struct hostapd_data *hapd) in hostapd_mbssid_get_tx_bss() 110 int hostapd_mbssid_get_bss_index(struct hostapd_data *hapd) in hostapd_mbssid_get_bss_index() 124 void hostapd_reconfig_encryption(struct hostapd_data *hapd) in hostapd_reconfig_encryption() 136 static void hostapd_reload_bss(struct hostapd_data *hapd) in hostapd_reload_bss() 259 struct hostapd_data *hapd = iface->bss[0]; in hostapd_reload_config() local 347 static void hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd, in hostapd_broadcast_key_clear_iface() 376 static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd) in hostapd_broadcast_wep_clear() 383 static int hostapd_broadcast_wep_set(struct hostapd_data *hapd) in hostapd_broadcast_wep_set() 413 struct hostapd_data *hapd = (struct hostapd_data *) eloop_data; in hostapd_link_remove_timeout_handler() local 437 int hostapd_link_remove(struct hostapd_data *hapd, u32 count) in hostapd_link_remove() [all …]
|