hostapd_frame
hostapd_handle_frame(struct hostapd_apme *apme, struct hostapd_frame *frame,
hostapd_handle_action(struct hostapd_apme *apme, struct hostapd_frame *frame,
int hostapd_handle_frame(struct hostapd_apme *, struct hostapd_frame *,
int hostapd_handle_action(struct hostapd_apme *, struct hostapd_frame *,
struct hostapd_frame *frame;
TAILQ_ENTRY(hostapd_frame) f_entries;
TAILQ_HEAD(, hostapd_frame) c_frames;
struct hostapd_frame frame, *frame_ptr;
bzero(&frame, sizeof(struct hostapd_frame));
if ((frame_ptr = calloc(1, sizeof(struct hostapd_frame)))
bcopy(&frame, frame_ptr, sizeof(struct hostapd_frame));