Home
last modified time | relevance | path

Searched refs:hostapd_apme (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Dhostapd.h253 struct hostapd_apme *f_apme;
272 struct hostapd_apme { struct
287 TAILQ_ENTRY(hostapd_apme) a_entries; argument
354 TAILQ_HEAD(, hostapd_apme) c_apmes;
413 void hostapd_apme_init(struct hostapd_apme *);
414 int hostapd_apme_deauth(struct hostapd_apme *);
416 void hostapd_apme_term(struct hostapd_apme *);
420 int hostapd_apme_output(struct hostapd_apme *,
422 int hostapd_apme_addnode(struct hostapd_apme *,
450 int hostapd_roaming_add(struct hostapd_apme *,
[all …]
H A Dapme.c53 struct hostapd_apme *apme; in hostapd_apme_add()
57 if ((apme = (struct hostapd_apme *) in hostapd_apme_add()
78 hostapd_apme_deauth(struct hostapd_apme *apme) in hostapd_apme_deauth()
110 struct hostapd_apme *
113 struct hostapd_apme *apme; in hostapd_apme_lookup()
123 struct hostapd_apme *
126 struct hostapd_apme *apme; in hostapd_apme_addhopper()
163 struct hostapd_apme *apme = (struct hostapd_apme *)arg; in hostapd_apme_hopper()
192 hostapd_apme_term(struct hostapd_apme *apme) in hostapd_apme_term()
224 struct hostapd_apme *apme = (struct hostapd_apme *)arg; in hostapd_apme_input()
[all …]
H A Droaming.c44 int hostapd_roaming_addr(struct hostapd_apme *, struct hostapd_inaddr *, int);
45 int hostapd_roaming_rt(struct hostapd_apme *, struct hostapd_inaddr *, int);
51 struct hostapd_apme *apme; in hostapd_roaming_init()
85 hostapd_roaming_term(struct hostapd_apme *apme) in hostapd_roaming_term()
111 hostapd_roaming(struct hostapd_apme *apme, struct hostapd_node *node, int add) in hostapd_roaming()
145 hostapd_roaming_addr(struct hostapd_apme *apme, struct hostapd_inaddr *addr, in hostapd_roaming_addr()
204 hostapd_roaming_rt(struct hostapd_apme *apme, struct hostapd_inaddr *addr, in hostapd_roaming_rt()
287 hostapd_roaming_add(struct hostapd_apme *apme, struct hostapd_node *node) in hostapd_roaming_add()
293 hostapd_roaming_del(struct hostapd_apme *apme, struct hostapd_node *node) in hostapd_roaming_del()
H A Dprivsep.c65 struct hostapd_apme *hostapd_priv_getapme(int, struct hostapd_config *);
88 struct hostapd_apme *apme; in hostapd_priv_init()
186 struct hostapd_apme *
189 struct hostapd_apme *apme; in hostapd_priv_getapme()
207 struct hostapd_apme *apme; in hostapd_priv()
333 hostapd_priv_apme_getnode(struct hostapd_apme *apme, struct hostapd_node *node) in hostapd_priv_apme_getnode()
357 hostapd_priv_apme_setnode(struct hostapd_apme *apme, struct hostapd_node *node, in hostapd_priv_apme_setnode()
389 hostapd_priv_apme_bssid(struct hostapd_apme *apme) in hostapd_priv_apme_bssid()
431 hostapd_priv_roaming(struct hostapd_apme *apme, struct hostapd_node *node, in hostapd_priv_roaming()
H A Diapp.c47 struct hostapd_apme *apme; in hostapd_iapp_init()
69 struct hostapd_apme *apme; in hostapd_iapp_term()
83 hostapd_iapp_add_notify(struct hostapd_apme *apme, struct hostapd_node *node) in hostapd_iapp_add_notify()
133 hostapd_iapp_radiotap(struct hostapd_apme *apme, u_int8_t *buf, in hostapd_iapp_radiotap()
194 struct hostapd_apme *apme; in hostapd_iapp_input()
H A Dhandle.c46 int hostapd_handle_frame(struct hostapd_apme *, struct hostapd_frame *,
48 int hostapd_handle_action(struct hostapd_apme *, struct hostapd_frame *,
59 hostapd_handle_input(struct hostapd_apme *apme, u_int8_t *buf, u_int len) in hostapd_handle_input()
108 hostapd_handle_frame(struct hostapd_apme *apme, struct hostapd_frame *frame, in hostapd_handle_frame()
280 hostapd_handle_action(struct hostapd_apme *apme, struct hostapd_frame *frame, in hostapd_handle_action()
H A Dhostapd.c311 struct hostapd_apme *apme; in hostapd_cleanup()
374 struct hostapd_apme *apme; in main()
H A Dparse.y120 struct hostapd_apme *apme;