Home
last modified time | relevance | path

Searched refs:hostapd_data (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.h13 struct hostapd_data;
26 void hostapd_2040_coex_action(struct hostapd_data *hapd,
46 u16 hostapd_own_capab_info(struct hostapd_data *hapd);
71 void hostapd_get_ht_capab(struct hostapd_data *hapd,
74 void hostapd_get_vht_capab(struct hostapd_data *hapd,
77 void hostapd_get_he_capab(struct hostapd_data *hapd,
111 void ieee802_11_sa_query_action(struct hostapd_data *hapd,
119 int hostapd_update_time_adv(struct hostapd_data *hapd);
139 u8 hostapd_mbo_ie_len(struct hostapd_data *hapd);
182 void (*cb)(struct hostapd_data *hapd,
[all …]
H A Dwps_hostapd.h14 int hostapd_init_wps(struct hostapd_data *hapd,
16 int hostapd_init_wps_complete(struct hostapd_data *hapd);
17 void hostapd_deinit_wps(struct hostapd_data *hapd);
18 void hostapd_update_wps(struct hostapd_data *hapd);
19 void hostapd_wps_eap_completed(struct hostapd_data *hapd);
22 int hostapd_wps_button_pushed(struct hostapd_data *hapd,
24 int hostapd_wps_cancel(struct hostapd_data *hapd);
27 void hostapd_wps_ap_pin_disable(struct hostapd_data *hapd);
32 void hostapd_wps_update_ie(struct hostapd_data *hapd);
35 int hostapd_wps_nfc_tag_read(struct hostapd_data *hapd,
[all …]
H A Dap_drv_ops.h20 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
27 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd);
28 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd);
29 int hostapd_set_authorized(struct hostapd_data *hapd,
38 int hostapd_sta_add(struct hostapd_data *hapd,
64 int hostapd_flush(struct hostapd_data *hapd);
83 int hostapd_drv_none(struct hostapd_data *hapd);
85 int hostapd_driver_scan(struct hostapd_data *hapd,
88 struct hostapd_data *hapd);
92 struct hostapd_data *hapd,
[all …]
H A Ddpp_hostapd.h15 int hostapd_dpp_qr_code(struct hostapd_data *hapd, const char *cmd);
16 int hostapd_dpp_nfc_uri(struct hostapd_data *hapd, const char *cmd);
20 int hostapd_dpp_listen(struct hostapd_data *hapd, const char *cmd);
21 void hostapd_dpp_listen_stop(struct hostapd_data *hapd);
22 void hostapd_dpp_rx_action(struct hostapd_data *hapd, const u8 *src,
24 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst,
27 hostapd_dpp_gas_req_handler(struct hostapd_data *hapd, const u8 *sa,
38 void hostapd_dpp_stop(struct hostapd_data *hapd);
39 int hostapd_dpp_init(struct hostapd_data *hapd);
40 void hostapd_dpp_deinit(struct hostapd_data *hapd);
[all …]
H A Dieee802_1x.h12 struct hostapd_data;
26 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
27 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
30 int ieee802_1x_init(struct hostapd_data *hapd);
31 void ieee802_1x_erp_flush(struct hostapd_data *hapd);
32 void ieee802_1x_deinit(struct hostapd_data *hapd);
33 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
54 const char *radius_mode_txt(struct hostapd_data *hapd);
55 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
57 int add_common_radius_attr(struct hostapd_data *hapd,
[all …]
H A Dctrl_iface_ap.h12 int hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd,
14 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr,
18 int hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd,
20 int hostapd_ctrl_iface_disassociate(struct hostapd_data *hapd,
22 int hostapd_ctrl_iface_signature(struct hostapd_data *hapd,
25 int hostapd_ctrl_iface_poll_sta(struct hostapd_data *hapd,
27 int hostapd_ctrl_iface_status(struct hostapd_data *hapd, char *buf,
31 int hostapd_ctrl_iface_stop_ap(struct hostapd_data *hapd);
32 int hostapd_ctrl_iface_pmksa_list(struct hostapd_data *hapd, char *buf,
34 void hostapd_ctrl_iface_pmksa_flush(struct hostapd_data *hapd);
[all …]
H A Dsta_info.h53 struct hostapd_data;
352 int ap_for_each_sta(struct hostapd_data *hapd,
353 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
359 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
361 void hostapd_free_stas(struct hostapd_data *hapd);
367 void ap_sta_no_session_timeout(struct hostapd_data *hapd,
369 void ap_sta_session_warning_timeout(struct hostapd_data *hapd,
377 int ap_sta_wps_cancel(struct hostapd_data *hapd,
386 const char * ap_sta_wpa_get_keyid(struct hostapd_data *hapd,
391 void ap_sta_set_authorized(struct hostapd_data *hapd,
[all …]
H A Daccounting.h13 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()
38 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
40 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
41 int accounting_init(struct hostapd_data *hapd);
42 void accounting_deinit(struct hostapd_data *hapd);
H A Dpreauth_auth.h14 int rsn_preauth_iface_init(struct hostapd_data *hapd);
15 void rsn_preauth_iface_deinit(struct hostapd_data *hapd);
16 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta,
18 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta,
20 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta);
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()
H A Dwpa_auth_kay.h14 int ieee802_1x_alloc_kay_sm_hapd(struct hostapd_data *hapd,
16 void * ieee802_1x_notify_create_actor_hapd(struct hostapd_data *hapd,
18 void ieee802_1x_dealloc_kay_sm_hapd(struct hostapd_data *hapd);
20 void * ieee802_1x_create_preshared_mka_hapd(struct hostapd_data *hapd,
25 static inline int ieee802_1x_alloc_kay_sm_hapd(struct hostapd_data *hapd, in ieee802_1x_alloc_kay_sm_hapd()
32 ieee802_1x_notify_create_actor_hapd(struct hostapd_data *hapd, in ieee802_1x_notify_create_actor_hapd()
38 static inline void ieee802_1x_dealloc_kay_sm_hapd(struct hostapd_data *hapd) in ieee802_1x_dealloc_kay_sm_hapd()
43 ieee802_1x_create_preshared_mka_hapd(struct hostapd_data *hapd, in ieee802_1x_create_preshared_mka_hapd()
H A Dvlan_init.h14 int vlan_init(struct hostapd_data *hapd);
15 void vlan_deinit(struct hostapd_data *hapd);
16 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
20 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
22 static inline int vlan_init(struct hostapd_data *hapd) in vlan_init()
27 static inline void vlan_deinit(struct hostapd_data *hapd) in vlan_deinit()
32 vlan_add_dynamic(struct hostapd_data *hapd, struct hostapd_vlan *vlan, in vlan_add_dynamic()
38 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) in vlan_remove_dynamic()
H A Dwpa_auth_kay.c27 struct hostapd_data *hapd = priv; in hapd_macsec_init()
37 struct hostapd_data *hapd = priv; in hapd_macsec_deinit()
47 struct hostapd_data *hapd = priv; in hapd_macsec_get_capability()
57 struct hostapd_data *hapd = priv; in hapd_enable_protect_frames()
67 struct hostapd_data *hapd = priv; in hapd_enable_encrypt()
77 struct hostapd_data *hapd = priv; in hapd_set_replay_protect()
88 struct hostapd_data *hapd = priv; in hapd_set_current_cipher_suite()
98 struct hostapd_data *hapd = priv; in hapd_enable_controlled_port()
108 struct hostapd_data *hapd = priv; in hapd_get_receive_lowest_pn()
118 struct hostapd_data *hapd = priv; in hapd_get_transmit_next_pn()
[all …]
H A Dhostapd.h31 struct hostapd_data;
50 int (*ctrl_iface_init)(struct hostapd_data *hapd);
51 void (*ctrl_iface_deinit)(struct hostapd_data *hapd);
155 struct hostapd_data { struct
183 void (*new_assoc_sta_cb)(struct hostapd_data *hapd, argument
318 void (*mesh_sta_free_cb)(struct hostapd_data *hapd, argument
470 struct hostapd_data **bss;
609 struct hostapd_data *
630 void hostapd_free_hapd_data(struct hostapd_data *hapd);
638 void hostapd_chan_switch_config(struct hostapd_data *hapd,
[all …]
H A Dx_snoop.h16 int x_snoop_init(struct hostapd_data *hapd);
18 x_snoop_get_l2_packet(struct hostapd_data *hapd,
22 void x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd,
25 void x_snoop_deinit(struct hostapd_data *hapd);
29 static inline int x_snoop_init(struct hostapd_data *hapd) in x_snoop_init()
35 x_snoop_get_l2_packet(struct hostapd_data *hapd, in x_snoop_get_l2_packet()
44 x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd, in x_snoop_mcast_to_ucast_convert_send()
50 static inline void x_snoop_deinit(struct hostapd_data *hapd) in x_snoop_deinit()
H A Dap_mlme.h14 void mlme_authenticate_indication(struct hostapd_data *hapd,
17 void mlme_deauthenticate_indication(struct hostapd_data *hapd,
20 void mlme_associate_indication(struct hostapd_data *hapd,
23 void mlme_reassociate_indication(struct hostapd_data *hapd,
26 void mlme_disassociate_indication(struct hostapd_data *hapd,
29 void mlme_michaelmicfailure_indication(struct hostapd_data *hapd,
32 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta);
H A Dhs20.h12 struct hostapd_data;
14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
16 int hs20_send_wnm_notification(struct hostapd_data *hapd, const u8 *addr,
18 int hs20_send_wnm_notification_deauth_req(struct hostapd_data *hapd,
21 int hs20_send_wnm_notification_t_c(struct hostapd_data *hapd,
23 void hs20_t_c_filtering(struct hostapd_data *hapd, struct sta_info *sta,
H A Dndisc_snoop.h14 int ndisc_snoop_init(struct hostapd_data *hapd);
15 void ndisc_snoop_deinit(struct hostapd_data *hapd);
16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
20 static inline int ndisc_snoop_init(struct hostapd_data *hapd) in ndisc_snoop_init()
25 static inline void ndisc_snoop_deinit(struct hostapd_data *hapd) in ndisc_snoop_deinit()
29 static inline void sta_ip6addr_del(struct hostapd_data *hapd, in sta_ip6addr_del()
H A Dap_drv_ops.c239 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd) in hostapd_set_ap_wps_ie()
260 int hostapd_set_authorized(struct hostapd_data *hapd, in hostapd_set_authorized()
413 int hostapd_sta_add(struct hostapd_data *hapd, in hostapd_sta_add()
539 int hostapd_flush(struct hostapd_data *hapd) in hostapd_flush()
649 int hostapd_drv_none(struct hostapd_data *hapd) in hostapd_drv_none()
655 bool hostapd_drv_nl80211(struct hostapd_data *hapd) in hostapd_drv_nl80211()
661 int hostapd_driver_scan(struct hostapd_data *hapd, in hostapd_driver_scan()
671 struct hostapd_data *hapd) in hostapd_driver_get_scan_results()
817 struct hostapd_data *hapd = iface->bss[0]; in hostapd_start_dfs_cac()
900 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_ext_capa()
[all …]
H A Dp2p_hostapd.h14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
18 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd);
19 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd);
24 static inline int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, in hostapd_p2p_get_mib_sta()
33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dneighbor_db.h14 hostapd_neighbor_get(struct hostapd_data *hapd, const u8 *bssid,
16 int hostapd_neighbor_show(struct hostapd_data *hapd, char *buf, size_t buflen);
17 int hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid,
22 void hostapd_neighbor_set_own_report(struct hostapd_data *hapd);
23 int hostapd_neighbor_remove(struct hostapd_data *hapd, const u8 *bssid,
25 void hostapd_free_neighbor_db(struct hostapd_data *hapd);
H A Drrm.h20 void hostapd_handle_radio_measurement(struct hostapd_data *hapd,
22 int hostapd_send_lci_req(struct hostapd_data *hapd, const u8 *addr);
23 int hostapd_send_range_req(struct hostapd_data *hapd, const u8 *addr,
26 void hostapd_clean_rrm(struct hostapd_data *hapd);
27 int hostapd_send_beacon_req(struct hostapd_data *hapd, const u8 *addr,
29 void hostapd_rrm_beacon_req_tx_status(struct hostapd_data *hapd,
H A Dvlan_util.h12 struct hostapd_data;
23 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan);
26 full_dynamic_vlan_init(struct hostapd_data *hapd);
28 void vlan_newlink(const char *ifname, struct hostapd_data *hapd);
29 void vlan_dellink(const char *ifname, struct hostapd_data *hapd);
H A Dwps_hostapd.c49 struct hostapd_data *calling_hapd;
99 struct hostapd_data *hapd = ctx; in hostapd_wps_new_psk_cb()
162 struct hostapd_data *hapd = ctx; in hostapd_wps_set_ie_cb()
176 struct hostapd_data *hapd = ctx; in hostapd_wps_pin_needed_cb()
213 struct hostapd_data *current_hapd;
233 struct hostapd_data *hapd = ctx; in hostapd_wps_reg_success_cb()
258 struct hostapd_data *hapd = ctx; in hostapd_wps_enrollee_seen_cb()
717 struct hostapd_data *hapd = ctx; in hostapd_wps_cred_cb()
890 struct hostapd_data *hapd = ctx; in hostapd_wps_event_cb()
945 struct hostapd_data *hapd = ctx; in hostapd_wps_rf_band_cb()
[all …]
H A Dieee802_11_auth.h28 int hostapd_check_acl(struct hostapd_data *hapd, const u8 *addr,
30 int hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr,
33 int hostapd_acl_init(struct hostapd_data *hapd);
34 void hostapd_acl_deinit(struct hostapd_data *hapd);
36 void hostapd_acl_expire(struct hostapd_data *hapd);
H A Dwnm_ap.h14 int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
16 int wnm_send_disassoc_imminent(struct hostapd_data *hapd,
18 int wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd,
21 int wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta,
27 int wnm_send_coloc_intf_req(struct hostapd_data *hapd, struct sta_info *sta,

12345