Searched refs:hapd (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dauthsrv.h12 int authsrv_init(struct hostapd_data *hapd);
13 void authsrv_deinit(struct hostapd_data *hapd);
H A Dtkip_countermeasures.c26 struct hostapd_data *hapd = eloop_ctx; local
27 hapd->tkip_countermeasures = 0;
28 hostapd_drv_set_countermeasures(hapd, 0);
29 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
34 static void ieee80211_tkip_countermeasures_start(struct hostapd_data *hapd) argument
38 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
41 wpa_auth_countermeasures_start(hapd->wpa_auth);
42 hapd->tkip_countermeasures = 1;
43 hostapd_drv_set_countermeasures(hapd, 1);
44 wpa_gtk_rekey(hapd
63 ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd) argument
69 michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) argument
[all...]
H A Dwpa_auth_glue.h12 int hostapd_setup_wpa(struct hostapd_data *hapd);
13 void hostapd_reconfig_wpa(struct hostapd_data *hapd);
14 void hostapd_deinit_wpa(struct hostapd_data *hapd);
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 int hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr,
21 int hostapd_wps_button_pushed(struct hostapd_data *hapd,
23 int hostapd_wps_cancel(struct hostapd_data *hapd);
24 int hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr,
26 void hostapd_wps_ap_pin_disable(struct hostapd_data *hapd);
27 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, in
44 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
50 hostapd_deinit_wps(struct hostapd_data *hapd) argument
54 hostapd_init_wps_complete(struct hostapd_data *hapd) argument
59 hostapd_update_wps(struct hostapd_data *hapd) argument
63 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
70 hostapd_wps_button_pushed(struct hostapd_data *hapd, const u8 *p2p_dev_addr) argument
76 hostapd_wps_cancel(struct hostapd_data *hapd) argument
[all...]
H A Daccounting.h13 static inline void accounting_sta_get_id(struct hostapd_data *hapd, argument
18 static inline void accounting_sta_start(struct hostapd_data *hapd, argument
23 static inline void accounting_sta_stop(struct hostapd_data *hapd, argument
28 static inline int accounting_init(struct hostapd_data *hapd) argument
33 static inline void accounting_deinit(struct hostapd_data *hapd) argument
37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
40 int accounting_init(struct hostapd_data *hapd);
41 void accounting_deinit(struct hostapd_data *hapd);
[all...]
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) argument
29 static inline void rsn_preauth_iface_deinit(struct hostapd_data *hapd) argument
33 static inline void rsn_preauth_finished(struct hostapd_data *hapd, argument
39 static inline void rsn_preauth_send(struct hostapd_data *hapd, argument
45 static inline void rsn_preauth_free_station(struct hostapd_data *hapd, argument
[all...]
H A Dvlan_init.h20 int vlan_init(struct hostapd_data *hapd);
21 void vlan_deinit(struct hostapd_data *hapd);
22 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
25 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
26 int vlan_setup_encryption_dyn(struct hostapd_data *hapd,
30 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 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 Dp2p_hostapd.c23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, argument
33 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start, argument
40 hapd->noa_enabled = 0;
41 hapd->noa_start = 0;
42 hapd->noa_duration = 0;
48 return hostapd_driver_set_noa(hapd, count, start, duration);
51 hapd->noa_enabled = 1;
52 hapd->noa_start = start;
53 hapd->noa_duration = duration;
55 if (hapd
68 hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd) argument
79 hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd) argument
94 hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
[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,
16 int hostapd_ctrl_iface_sta_next(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,
H A Dap_drv_ops.h18 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
22 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon,
25 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd);
26 int hostapd_set_authorized(struct hostapd_data *hapd,
28 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
29 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
31 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname);
32 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname);
33 int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid,
35 int hostapd_sta_add(struct hostapd_data *hapd,
108 hostapd_drv_set_countermeasures(struct hostapd_data *hapd, int enabled) argument
117 hostapd_drv_set_sta_vlan(const char *ifname, struct hostapd_data *hapd, const u8 *addr, int vlan_id) argument
127 hostapd_drv_get_inact_sec(struct hostapd_data *hapd, const u8 *addr) argument
135 hostapd_drv_sta_remove(struct hostapd_data *hapd, const u8 *addr) argument
143 hostapd_drv_hapd_send_eapol(struct hostapd_data *hapd, const u8 *addr, const u8 *data, size_t data_len, int encrypt, u32 flags) argument
155 hostapd_drv_read_sta_data( struct hostapd_data *hapd, struct hostap_sta_driver_data *data, const u8 *addr) argument
164 hostapd_drv_sta_clear_stats(struct hostapd_data *hapd, const u8 *addr) argument
172 hostapd_drv_set_ap(struct hostapd_data *hapd, struct wpa_driver_ap_params *params) argument
180 hostapd_drv_set_radius_acl_auth(struct hostapd_data *hapd, const u8 *mac, int accepted, u32 session_timeout) argument
190 hostapd_drv_set_radius_acl_expire(struct hostapd_data *hapd, const u8 *mac) argument
199 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
207 hostapd_drv_poll_client(struct hostapd_data *hapd, const u8 *own_addr, const u8 *addr, int qos) argument
[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, argument
33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dtkip_countermeasures.h12 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
13 void ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd);
H A Dutils.c17 int hostapd_register_probereq_cb(struct hostapd_data *hapd, argument
26 n = os_realloc_array(hapd->probereq_cb, hapd->num_probereq_cb + 1,
31 hapd->probereq_cb = n;
32 n = &hapd->probereq_cb[hapd->num_probereq_cb];
33 hapd->num_probereq_cb++;
43 struct hostapd_data *hapd; member in struct:prune_data
56 if (ohapd == data->hapd)
70 * @hapd
76 hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr) argument
[all...]
H A Dwnm_ap.h14 int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
H A Dap_mlme.c41 * @hapd: BSS data
52 void mlme_authenticate_indication(struct hostapd_data *hapd, argument
55 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
60 mlme_deletekeys_request(hapd, sta);
67 * @hapd: BSS data
76 void mlme_deauthenticate_indication(struct hostapd_data *hapd, argument
79 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
83 mlme_deletekeys_request(hapd, sta);
90 * @hapd: BSS data
99 void mlme_associate_indication(struct hostapd_data *hapd, struc argument
124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
159 mlme_michaelmicfailure_indication(struct hostapd_data *hapd, const u8 *addr) argument
169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dap_drv_ops.c40 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd, argument
51 pos = hostapd_eid_time_adv(hapd, pos);
57 pos = hostapd_eid_time_zone(hapd, pos);
65 pos = hostapd_eid_ext_capab(hapd, pos);
71 pos = hostapd_eid_interworking(hapd, pos);
72 pos = hostapd_eid_adv_proto(hapd, pos);
73 pos = hostapd_eid_roaming_consortium(hapd, pos);
84 if (hapd->wps_beacon_ie) {
85 if (wpabuf_resize(&beacon, wpabuf_len(hapd->wps_beacon_ie)) <
88 wpabuf_put_buf(beacon, hapd
190 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
201 hostapd_set_ap_wps_ie(struct hostapd_data *hapd) argument
222 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
238 hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta) argument
254 hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, int enabled) argument
276 hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname) argument
285 hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) argument
291 hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid, int val) argument
307 hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, u16 auth_alg) argument
316 hostapd_sta_auth(struct hostapd_data *hapd, const u8 *addr, u16 seq, u16 status, const u8 *ie, size_t len) argument
326 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
336 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, u32 flags, u8 qosinfo) argument
364 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
374 hostapd_set_privacy(struct hostapd_data *hapd, int enabled) argument
382 hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem, size_t elem_len) argument
391 hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len) argument
399 hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len) argument
407 hostapd_if_add(struct hostapd_data *hapd, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, void **drv_priv, char *force_ifname, u8 *if_addr, const char *bridge) argument
420 hostapd_if_remove(struct hostapd_data *hapd, enum wpa_driver_if_type type, const char *ifname) argument
429 hostapd_set_ieee8021x(struct hostapd_data *hapd, struct wpa_bss_params *params) argument
438 hostapd_get_seqnum(const char *ifname, struct hostapd_data *hapd, const u8 *addr, int idx, u8 *seq) argument
448 hostapd_flush(struct hostapd_data *hapd) argument
456 hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq, int channel, int ht_enabled, int sec_channel_offset) argument
473 hostapd_set_rts(struct hostapd_data *hapd, int rts) argument
481 hostapd_set_frag(struct hostapd_data *hapd, int frag) argument
489 hostapd_sta_set_flags(struct hostapd_data *hapd, u8 *addr, int total_flags, int flags_or, int flags_and) argument
499 hostapd_set_country(struct hostapd_data *hapd, const char *country) argument
508 hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, int cw_min, int cw_max, int burst_time) argument
519 hostapd_get_hw_feature_data(struct hostapd_data *hapd, u16 *num_modes, u16 *flags) argument
530 hostapd_driver_commit(struct hostapd_data *hapd) argument
538 hostapd_drv_none(struct hostapd_data *hapd) argument
544 hostapd_driver_scan(struct hostapd_data *hapd, struct wpa_driver_scan_params *params) argument
553 hostapd_driver_get_scan_results( struct hostapd_data *hapd) argument
562 hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start, int duration) argument
572 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
586 hostapd_drv_send_mlme(struct hostapd_data *hapd, const void *msg, size_t len, int noack) argument
595 hostapd_drv_sta_deauth(struct hostapd_data *hapd, const u8 *addr, int reason) argument
605 hostapd_drv_sta_disassoc(struct hostapd_data *hapd, const u8 *addr, int reason) argument
615 hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) argument
625 hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *data, size_t len) argument
[all...]
H A Dhostapd.c37 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason);
38 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd);
39 static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd);
62 static void hostapd_reload_bss(struct hostapd_data *hapd) argument
65 radius_client_reconfig(hapd->radius, hapd->conf->radius);
68 if (hostapd_setup_wpa_psk(hapd->conf)) {
73 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
74 hostapd_set_drv_ieee8021x(hapd, hap
113 struct hostapd_data *hapd = iface->bss[0]; local
157 hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd, char *ifname) argument
186 hostapd_broadcast_wep_clear(struct hostapd_data *hapd) argument
193 hostapd_broadcast_wep_set(struct hostapd_data *hapd) argument
236 hostapd_free_hapd_data(struct hostapd_data *hapd) argument
294 hostapd_cleanup(struct hostapd_data *hapd) argument
346 hostapd_clear_wep(struct hostapd_data *hapd) argument
355 hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) argument
391 hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason) argument
424 struct hostapd_data *hapd = iface->bss[0]; local
524 hostapd_das_nas_mismatch(struct hostapd_data *hapd, struct radius_das_attrs *attr) argument
532 hostapd_das_find_sta(struct hostapd_data *hapd, struct radius_das_attrs *attr) argument
584 struct hostapd_data *hapd = ctx; local
614 hostapd_setup_bss(struct hostapd_data *hapd, int first) argument
807 struct hostapd_data *hapd = iface->bss[0]; local
826 struct hostapd_data *hapd = iface->bss[0]; local
876 struct hostapd_data *hapd = iface->bss[0]; local
1013 struct hostapd_data *hapd; local
1039 struct hostapd_data *hapd = iface->bss[j]; local
1133 struct hostapd_data *hapd = hapd_iface->bss[j]; local
1227 struct hostapd_data *hapd; local
1355 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
[all...]
H A Dsta_info.c35 static void ap_sta_remove_in_other_bss(struct hostapd_data *hapd,
43 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
45 int ap_for_each_sta(struct hostapd_data *hapd, argument
46 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
52 for (sta = hapd->sta_list; sta; sta = sta->next) {
53 if (cb(hapd, sta, ctx))
61 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) argument
65 s = hapd->sta_hash[STA_HASH(sta)];
72 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) argument
76 if (hapd
92 ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) argument
99 ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) argument
121 ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) argument
247 hostapd_free_stas(struct hostapd_data *hapd) argument
277 struct hostapd_data *hapd = eloop_ctx; local
430 struct hostapd_data *hapd = eloop_ctx; local
456 ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) argument
468 ap_sta_no_session_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
474 ap_sta_add(struct hostapd_data *hapd, const u8 *addr) argument
517 ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta) argument
533 ap_sta_remove_in_other_bss(struct hostapd_data *hapd, struct sta_info *sta) argument
560 struct hostapd_data *hapd = eloop_ctx; local
568 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
598 struct hostapd_data *hapd = eloop_ctx; local
606 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
635 ap_sta_wps_cancel(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
651 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
768 ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
794 struct hostapd_data *hapd = eloop_ctx; local
831 ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
837 ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
848 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
915 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
950 ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
962 ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dbeacon.h21 void handle_probe_req(struct hostapd_data *hapd,
24 void ieee802_11_set_beacon(struct hostapd_data *hapd);
H A Dieee802_11.h18 void ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
20 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
24 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
25 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
28 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, argument
34 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd, argument
41 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta,
43 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
44 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
45 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u
[all...]
H A Dbeacon.c41 static u8 ieee802_11_erp_info(struct hostapd_data *hapd) argument
45 if (hapd->iface->current_mode == NULL ||
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
49 if (hapd->iface->olbc)
51 if (hapd->iface->num_sta_non_erp > 0) {
55 if (hapd->iface->num_sta_no_short_preamble > 0 ||
56 hapd->iconf->preamble == LONG_PREAMBLE)
63 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
67 *eid++ = hapd->iconf->channel;
72 static u8 * hostapd_eid_erp_info(struct hostapd_data *hapd, u argument
114 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
176 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) argument
190 hostapd_gen_probe_resp(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *req, int is_p2p, size_t *resp_len) argument
319 ssid_match(struct hostapd_data *hapd, const u8 *ssid, size_t ssid_len, const u8 *ssid_list, size_t ssid_list_len) argument
353 handle_probe_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ssi_signal) argument
514 hostapd_probe_resp_offloads(struct hostapd_data *hapd, size_t *resp_len) argument
552 ieee802_11_set_beacon(struct hostapd_data *hapd) argument
[all...]
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dctrl_iface.h13 int hostapd_ctrl_iface_init(struct hostapd_data *hapd);
14 void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd);
18 static inline int hostapd_ctrl_iface_init(struct hostapd_data *hapd) argument
23 static inline void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd) argument
/freebsd-10.0-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
28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
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 92 milliseconds

123