Move struct hostapd_frame_info definition away from driver API

This is internal data structure for hostapd/AP functionality and does
not need to be defined in driver.h.
This commit is contained in:
Jouni Malinen 2010-01-03 12:37:02 +02:00
parent 3af1f9cb14
commit 2a8b74163e
7 changed files with 37 additions and 34 deletions

View file

@ -40,6 +40,12 @@ struct hostapd_rate_data {
int flags; /* HOSTAPD_RATE_ flags */
};
struct hostapd_frame_info {
u32 channel;
u32 datarate;
u32 ssi_signal;
};
struct hostapd_driver_ops {
int (*set_ap_wps_ie)(struct hostapd_data *hapd,