Searched defs:hapd (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dctrl_iface.h22 static inline int hostapd_ctrl_iface_init(struct hostapd_data *hapd) argument
27 static inline void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd) argument
H A Ddump_state.c71 static void hostapd_dump_state(struct hostapd_data *hapd) argument
[all...]
H A Dctrl_iface.c53 static int hostapd_ctrl_iface_attach(struct hostapd_data *hapd, argument
74 static int hostapd_ctrl_iface_detach(struct hostapd_data *hapd, argument
104 static int hostapd_ctrl_iface_level(struct hostapd_data *hapd, argument
132 static int hostapd_ctrl_iface_new_sta(struct hostapd_data *hapd, argument
158 hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd, const char *txtaddr) argument
204 hostapd_ctrl_iface_disassociate(struct hostapd_data *hapd, const char *txtaddr) argument
252 hostapd_ctrl_iface_sa_query(struct hostapd_data *hapd, const char *txtaddr) argument
273 hostapd_ctrl_iface_wps_pin(struct hostapd_data *hapd, char *txt) argument
295 hostapd_ctrl_iface_wps_oob(struct hostapd_data *hapd, char *txt) argument
318 hostapd_ctrl_iface_wps_ap_pin(struct hostapd_data *hapd, char *txt, char *buf, size_t buflen) argument
375 struct hostapd_data *hapd = eloop_ctx; local
500 hostapd_ctrl_iface_path(struct hostapd_data *hapd) argument
524 struct hostapd_data *hapd = ctx; local
531 hostapd_ctrl_iface_init(struct hostapd_data *hapd) argument
641 hostapd_ctrl_iface_deinit(struct hostapd_data *hapd) argument
676 hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level, const char *buf, size_t len) argument
[all...]
H A Dmain.c67 struct hostapd_data *hapd = ctx; local
179 struct hostapd_data *hapd; local
233 struct hostapd_data *hapd = iface->bss[0]; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dbeacon.h27 static inline void ieee802_11_set_beacon(struct hostapd_data *hapd) argument
H A Daccounting.h20 static inline void accounting_sta_start(struct hostapd_data *hapd, argument
25 static inline void accounting_sta_stop(struct hostapd_data *hapd, argument
30 static inline int accounting_init(struct hostapd_data *hapd) argument
35 static inline void accounting_deinit(struct hostapd_data *hapd) argument
H A Dieee802_11.h34 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, argument
40 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd, argument
[all...]
H A Diapp.h33 static inline struct iapp_data * iapp_init(struct hostapd_data *hapd, argument
H A Dtkip_countermeasures.c30 struct hostapd_data *hapd = eloop_ctx; local
38 static void ieee80211_tkip_countermeasures_start(struct hostapd_data *hapd) argument
62 michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) argument
[all...]
H A Dap_mlme.c58 void mlme_authenticate_indication(struct hostapd_data *hapd, argument
82 void mlme_deauthenticate_indication(struct hostapd_data *hapd, argument
105 void mlme_associate_indication(struct hostapd_data *hapd, struc argument
130 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
154 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
165 mlme_michaelmicfailure_indication(struct hostapd_data *hapd, const u8 *addr) argument
175 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dctrl_iface_ap.c27 static int hostapd_ctrl_iface_sta_mib(struct hostapd_data *hapd, argument
65 int hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd, argument
72 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, argument
89 hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr, char *buf, size_t buflen) argument
[all...]
H A Dhw_features.h50 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) argument
H A Dpreauth_auth.h30 static inline int rsn_preauth_iface_init(struct hostapd_data *hapd) argument
35 static inline void rsn_preauth_iface_deinit(struct hostapd_data *hapd) argument
39 static inline void rsn_preauth_finished(struct hostapd_data *hapd, argument
45 static inline void rsn_preauth_send(struct hostapd_data *hapd, argument
51 static inline void rsn_preauth_free_station(struct hostapd_data *hapd, argument
[all...]
H A Dutils.c23 int hostapd_register_probereq_cb(struct hostapd_data *hapd, argument
47 struct hostapd_data *hapd; member in struct:prune_data
80 hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr) argument
[all...]
H A Dvlan_init.h30 static inline int vlan_init(struct hostapd_data *hapd) argument
35 static inline void vlan_deinit(struct hostapd_data *hapd) argument
39 static inline struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, argument
46 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) argument
51 static inline int vlan_setup_encryption_dyn(struct hostapd_data *hapd, argument
[all...]
H A Dwps_hostapd.h39 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
45 hostapd_deinit_wps(struct hostapd_data *hapd) argument
49 hostapd_update_wps(struct hostapd_data *hapd) argument
53 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
60 hostapd_wps_button_pushed(struct hostapd_data *hapd) argument
[all...]
H A Dauthsrv.c35 static int hostapd_sim_db_cb_sta(struct hostapd_data *hapd, argument
46 struct hostapd_data *hapd = ctx; local
97 static int hostapd_setup_radius_srv(struct hostapd_data *hapd) argument
135 authsrv_init(struct hostapd_data *hapd) argument
196 authsrv_deinit(struct hostapd_data *hapd) argument
[all...]
H A Dieee802_11_ht.c28 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
56 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
189 update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) argument
219 update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) argument
234 update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) argument
246 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) argument
[all...]
H A Daccounting.c38 static struct radius_msg * accounting_msg(struct hostapd_data *hapd, argument
185 accounting_sta_update_stats(struct hostapd_data *hapd, struct sta_info *sta, struct hostap_sta_driver_data *data) argument
212 struct hostapd_data *hapd = eloop_ctx; local
235 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
272 accounting_sta_report(struct hostapd_data *hapd, struct sta_info *sta, int stop) argument
377 accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta) argument
389 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
404 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument
444 accounting_report_state(struct hostapd_data *hapd, int on) argument
476 accounting_init(struct hostapd_data *hapd) argument
496 accounting_deinit(struct hostapd_data *hapd) argument
[all...]
H A Dpreauth_auth.c40 struct hostapd_data *hapd; member in struct:rsn_preauth_interface
51 struct hostapd_data *hapd = piface->hapd; local
103 static int rsn_preauth_iface_add(struct hostapd_data *hapd, cons argument
139 rsn_preauth_iface_deinit(struct hostapd_data *hapd) argument
155 rsn_preauth_iface_init(struct hostapd_data *hapd) argument
193 struct hostapd_data *hapd = eloop_ctx; local
201 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
237 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) argument
274 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dbeacon.c34 static u8 ieee802_11_erp_info(struct hostapd_data *hapd) argument
68 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
77 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
119 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
181 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len, struct sta_info *sta) argument
196 handle_probe_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) argument
342 ieee802_11_set_beacon(struct hostapd_data *hapd) argument
[all...]
H A Ddrv_callbacks.c36 int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, argument
162 hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr) argument
252 hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, const u8 *frame, size_t len) argument
267 hostapd_mgmt_rx(struct hostapd_data *hapd, struct rx_mgmt *rx_mgmt) argument
309 hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
323 hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *ie, size_t ie_len) argument
340 hostapd_event_new_sta(struct hostapd_data *hapd, const u8 *addr) argument
361 hostapd_event_eapol_rx(struct hostapd_data *hapd, const u8 *src, const u8 *data, size_t data_len) argument
381 struct hostapd_data *hapd = ctx; local
[all...]
H A Dhostapd.c48 struct hostapd_data *hapd = iface->bss[0]; local
122 hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd, char *ifname) argument
151 hostapd_broadcast_wep_clear(struct hostapd_data *hapd) argument
158 hostapd_broadcast_wep_set(struct hostapd_data *hapd) argument
210 hostapd_cleanup(struct hostapd_data *hapd) argument
276 hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) argument
306 hostapd_flush_old_stations(struct hostapd_data *hapd) argument
345 struct hostapd_data *hapd = iface->bss[0]; local
467 hostapd_setup_bss(struct hostapd_data *hapd, int first) argument
620 struct hostapd_data *hapd = iface->bss[0]; local
642 struct hostapd_data *hapd = iface->bss[0]; local
692 struct hostapd_data *hapd = iface->bss[0]; local
804 struct hostapd_data *hapd; local
830 struct hostapd_data *hapd = iface->bss[j]; local
858 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
[all...]
H A Dhw_features.c49 struct hostapd_data *hapd = iface->bss[0]; local
104 static int hostapd_prepare_rates(struct hostapd_data *hapd, argument
698 hostapd_hw_get_freq(struct hostapd_data *hapd, int chan) argument
716 hostapd_hw_get_channel(struct hostapd_data *hapd, int freq) argument
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/tests/
H A Dlink_test.c21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) argument
27 int ap_for_each_sta(struct hostapd_data *hapd, argument
36 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, argument
42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, argument
49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, argument
55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, argument
61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument

Completed in 195 milliseconds

12