Home | History | Annotate | Download | only in ap

Lines Matching refs:hostapd_data

19 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
23 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon,
26 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd);
27 int hostapd_set_authorized(struct hostapd_data *hapd,
29 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
30 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
32 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname);
33 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname);
34 int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid,
36 int hostapd_sta_add(struct hostapd_data *hapd,
43 int hostapd_set_privacy(struct hostapd_data *hapd, int enabled);
44 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem,
46 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len);
47 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len);
48 int hostapd_if_add(struct hostapd_data *hapd, enum wpa_driver_if_type type,
52 int hostapd_if_remove(struct hostapd_data *hapd, enum wpa_driver_if_type type,
54 int hostapd_set_ieee8021x(struct hostapd_data *hapd,
56 int hostapd_get_seqnum(const char *ifname, struct hostapd_data *hapd,
58 int hostapd_flush(struct hostapd_data *hapd);
59 int hostapd_set_freq(struct hostapd_data *hapd, int mode, int freq,
63 int hostapd_set_rts(struct hostapd_data *hapd, int rts);
64 int hostapd_set_frag(struct hostapd_data *hapd, int frag);
65 int hostapd_sta_set_flags(struct hostapd_data *hapd, u8 *addr,
67 int hostapd_set_country(struct hostapd_data *hapd, const char *country);
68 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
71 hostapd_get_hw_feature_data(struct hostapd_data *hapd, u16 *num_modes,
73 int hostapd_driver_commit(struct hostapd_data *hapd);
74 int hostapd_drv_none(struct hostapd_data *hapd);
75 int hostapd_driver_scan(struct hostapd_data *hapd,
78 struct hostapd_data *hapd);
79 int hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start,
82 struct hostapd_data *hapd,
87 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
89 int hostapd_drv_sta_deauth(struct hostapd_data *hapd,
91 int hostapd_drv_sta_disassoc(struct hostapd_data *hapd,
93 int hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq,
96 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr,
98 int hostapd_sta_auth(struct hostapd_data *hapd, const u8 *addr,
100 int hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr,
102 int hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr,
108 int hostapd_drv_wnm_oper(struct hostapd_data *hapd,
112 static inline int hostapd_drv_set_countermeasures(struct hostapd_data *hapd,
122 struct hostapd_data *hapd,
131 static inline int hostapd_drv_get_inact_sec(struct hostapd_data *hapd,
139 static inline int hostapd_drv_sta_remove(struct hostapd_data *hapd,
147 static inline int hostapd_drv_hapd_send_eapol(struct hostapd_data *hapd,
160 struct hostapd_data *hapd, struct hostap_sta_driver_data *data,
168 static inline int hostapd_drv_sta_clear_stats(struct hostapd_data *hapd,
176 static inline int hostapd_drv_set_ap(struct hostapd_data *hapd,
184 static inline int hostapd_drv_set_radius_acl_auth(struct hostapd_data *hapd,
194 static inline int hostapd_drv_set_radius_acl_expire(struct hostapd_data *hapd,
203 static inline int hostapd_drv_set_authmode(struct hostapd_data *hapd,
211 static inline void hostapd_drv_poll_client(struct hostapd_data *hapd,