HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_data (Results 26 - 50 of 69) sorted by null

12 3

  /external/wpa_supplicant_8/src/ap/
hw_features.h 26 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);
27 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
53 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan)
hostapd.h 19 struct hostapd_data;
32 int (*ctrl_iface_init)(struct hostapd_data *hapd);
33 void (*ctrl_iface_deinit)(struct hostapd_data *hapd);
69 * struct hostapd_data - hostapd per-BSS data structure
71 struct hostapd_data { struct
96 void (*new_assoc_sta_cb)(struct hostapd_data *hapd,
218 struct hostapd_data **bss;
281 struct hostapd_data *
289 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
299 int hostapd_register_probereq_cb(struct hostapd_data *hapd
    [all...]
hs20.c 19 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid)
tkip_countermeasures.c 26 struct hostapd_data *hapd = eloop_ctx;
34 static void ieee80211_tkip_countermeasures_start(struct hostapd_data *hapd)
63 void ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd)
69 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local)
utils.c 17 int hostapd_register_probereq_cb(struct hostapd_data *hapd,
43 struct hostapd_data *hapd;
51 struct hostapd_data *ohapd;
76 void hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr)
ieee802_11_vht.c 23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid)
50 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid)
85 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta,
112 void hostapd_get_vht_capab(struct hostapd_data *hapd,
ap_drv_ops.c 40 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
198 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd,
209 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd)
230 int hostapd_set_authorized(struct hostapd_data *hapd,
246 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta)
262 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
284 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname)
293 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname)
299 int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid,
315 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr
    [all...]
accounting.c 29 static void accounting_sta_interim(struct hostapd_data *hapd,
33 static struct radius_msg * accounting_msg(struct hostapd_data *hapd,
152 static int accounting_sta_update_stats(struct hostapd_data *hapd,
179 struct hostapd_data *hapd = eloop_ctx;
202 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta)
241 static void accounting_sta_report(struct hostapd_data *hapd,
349 static void accounting_sta_interim(struct hostapd_data *hapd,
362 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta)
377 void accounting_sta_get_id(struct hostapd_data *hapd,
394 * @data: Context data (struct hostapd_data *)
    [all...]
preauth_auth.c 34 struct hostapd_data *hapd;
45 struct hostapd_data *hapd = piface->hapd;
97 static int rsn_preauth_iface_add(struct hostapd_data *hapd, const char *ifname)
133 void rsn_preauth_iface_deinit(struct hostapd_data *hapd)
149 int rsn_preauth_iface_init(struct hostapd_data *hapd)
187 struct hostapd_data *hapd = eloop_ctx;
195 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta,
231 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta,
268 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta)
wps_hostapd.c 33 static int hostapd_wps_upnp_init(struct hostapd_data *hapd,
35 static void hostapd_wps_upnp_deinit(struct hostapd_data *hapd);
46 int (*func)(struct hostapd_data *h, void *ctx);
48 struct hostapd_data *calling_hapd;
60 struct hostapd_data *hapd = iface->bss[j];
77 static int hostapd_wps_for_each(struct hostapd_data *hapd,
78 int (*func)(struct hostapd_data *h, void *ctx),
97 struct hostapd_data *hapd = ctx;
144 struct hostapd_data *hapd = ctx;
158 struct hostapd_data *hapd = ctx
    [all...]
wpa_auth_glue.c 84 struct hostapd_data *hapd = ctx;
108 struct hostapd_data *hapd = ctx;
118 struct hostapd_data *hapd = ctx;
126 struct hostapd_data *hapd = ctx;
168 struct hostapd_data *hapd = ctx;
186 struct hostapd_data *hapd = ctx;
221 struct hostapd_data *hapd = ctx;
247 struct hostapd_data *hapd = ctx;
264 struct hostapd_data *hapd = ctx;
273 struct hostapd_data *hapd = ctx
    [all...]
sta_info.c 36 static void ap_sta_remove_in_other_bss(struct hostapd_data *hapd,
44 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
46 int ap_for_each_sta(struct hostapd_data *hapd,
47 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
62 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
73 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta)
93 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta)
100 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta)
122 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta)
253 void hostapd_free_stas(struct hostapd_data *hapd
    [all...]
gas_serv.c 23 gas_dialog_create(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token)
80 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr,
111 static void gas_serv_free_dialogs(struct hostapd_data *hapd,
132 static void anqp_add_hs_capab_list(struct hostapd_data *hapd,
158 static void anqp_add_capab_list(struct hostapd_data *hapd,
186 static void anqp_add_venue_name(struct hostapd_data *hapd, struct wpabuf *buf)
206 static void anqp_add_network_auth_type(struct hostapd_data *hapd,
218 static void anqp_add_roaming_consortium(struct hostapd_data *hapd,
235 static void anqp_add_ip_addr_type_availability(struct hostapd_data *hapd,
284 static int hs20_add_nai_home_realm_matches(struct hostapd_data *hapd
    [all...]
ieee802_11_shared.c 22 u8 * hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd,
49 void ieee802_11_send_sa_query_req(struct hostapd_data *hapd,
76 static void ieee802_11_send_sa_query_resp(struct hostapd_data *hapd,
114 void ieee802_11_sa_query_action(struct hostapd_data *hapd, const u8 *sa,
167 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx)
209 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid)
253 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid)
293 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid)
312 u8 * hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid)
359 u8 * hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid
    [all...]
ieee802_11_ht.c 28 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid)
57 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid)
157 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
185 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta)
215 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta)
230 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta)
242 void hostapd_get_ht_capab(struct hostapd_data *hapd,
ieee802_1x.c 35 static void ieee802_1x_finished(struct hostapd_data *hapd,
39 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta,
78 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
110 static void ieee802_1x_tx_key_one(struct hostapd_data *hapd,
191 ieee802_1x_group_alloc(struct hostapd_data *hapd, const char *ifname)
237 ieee802_1x_get_group(struct hostapd_data *hapd, struct hostapd_ssid *ssid,
289 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta)
355 const char *radius_mode_txt(struct hostapd_data *hapd)
371 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta)
385 static void ieee802_1x_learn_identity(struct hostapd_data *hapd
    [all...]
ctrl_iface_ap.c 46 static int hostapd_ctrl_iface_sta_mib(struct hostapd_data *hapd,
91 int hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd,
98 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr,
115 int hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr,
134 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype,
186 int hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd,
247 int hostapd_ctrl_iface_disassociate(struct hostapd_data *hapd,
hostapd.c 37 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)
135 struct hostapd_data *hapd = iface->bss[0];
173 static void hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd,
202 static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd)
209 static int hostapd_broadcast_wep_set(struct hostapd_data *hapd)
252 static void hostapd_free_hapd_data(struct hostapd_data *hapd)
310 static void hostapd_cleanup(struct hostapd_data *hapd
    [all...]
authsrv.c 29 static int hostapd_sim_db_cb_sta(struct hostapd_data *hapd,
40 struct hostapd_data *hapd = ctx;
88 static int hostapd_setup_radius_srv(struct hostapd_data *hapd)
130 int authsrv_init(struct hostapd_data *hapd)
191 void authsrv_deinit(struct hostapd_data *hapd)
wnm_ap.c 24 static int ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
34 static int ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
44 static int ieee802_11_send_wnmsleep_resp(struct hostapd_data *hapd,
187 static void ieee802_11_rx_wnmsleep_req(struct hostapd_data *hapd,
246 int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
vlan_init.c 483 static void vlan_newlink(char *ifname, struct hostapd_data *hapd)
539 static void vlan_dellink(char *ifname, struct hostapd_data *hapd)
601 struct hostapd_data *hapd)
653 struct hostapd_data *hapd = eloop_ctx;
700 full_dynamic_vlan_init(struct hostapd_data *hapd)
758 int vlan_setup_encryption_dyn(struct hostapd_data *hapd,
784 static int vlan_dynamic_add(struct hostapd_data *hapd,
810 static void vlan_dynamic_remove(struct hostapd_data *hapd,
834 int vlan_init(struct hostapd_data *hapd)
847 void vlan_deinit(struct hostapd_data *hapd
    [all...]
drv_callbacks.c 34 int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr,
318 void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr)
354 void hostapd_event_sta_low_ack(struct hostapd_data *hapd, const u8 *addr)
370 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
397 void hostapd_event_connect_failed_reason(struct hostapd_data *hapd,
413 int hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *da,
444 struct hostapd_data *hapd = ctx;
460 static void hostapd_notif_auth(struct hostapd_data *hapd,
503 static void hostapd_action_rx(struct hostapd_data *hapd,
544 #define HAPD_BROADCAST ((struct hostapd_data *) -1
    [all...]
ieee802_11_auth.c 100 static int hostapd_acl_cache_get(struct hostapd_data *hapd, const u8 *addr,
156 static int hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr,
231 int hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr,
341 static void hostapd_acl_expire_cache(struct hostapd_data *hapd, os_time_t now)
369 static void hostapd_acl_expire_queries(struct hostapd_data *hapd,
400 * @eloop_ctx: struct hostapd_data *
405 struct hostapd_data *hapd = eloop_ctx;
416 static void decode_tunnel_passwords(struct hostapd_data *hapd,
470 * @data: Context data (struct hostapd_data *)
479 struct hostapd_data *hapd = data
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_none.c 16 struct hostapd_data *hapd;
21 static void * none_driver_hapd_init(struct hostapd_data *hapd,
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 47 static void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level,
51 static int hostapd_ctrl_iface_attach(struct hostapd_data *hapd,
72 static int hostapd_ctrl_iface_detach(struct hostapd_data *hapd,
102 static int hostapd_ctrl_iface_level(struct hostapd_data *hapd,
130 static int hostapd_ctrl_iface_new_sta(struct hostapd_data *hapd,
158 static int hostapd_ctrl_iface_sa_query(struct hostapd_data *hapd,
179 static int hostapd_ctrl_iface_wps_pin(struct hostapd_data *hapd, char *txt)
209 struct hostapd_data *hapd, char *cmd, char *buf, size_t buflen)
254 static int hostapd_ctrl_iface_wps_nfc_tag_read(struct hostapd_data *hapd,
281 static int hostapd_ctrl_iface_wps_nfc_config_token(struct hostapd_data *hapd
    [all...]

Completed in 867 milliseconds

12 3