Home
last modified time | relevance | path

Searched refs:hostapd_frame (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/hostapd/
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 *,
62 struct hostapd_frame *frame; 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.h208 struct hostapd_frame { struct
269 TAILQ_ENTRY(hostapd_frame) f_entries; argument
356 TAILQ_HEAD(, hostapd_frame) c_frames;
H A Dparse.y123 struct hostapd_frame frame, *frame_ptr;
366 bzero(&frame, sizeof(struct hostapd_frame));
373 if ((frame_ptr = calloc(1, sizeof(struct hostapd_frame)))
383 bcopy(&frame, frame_ptr, sizeof(struct hostapd_frame));