Add driver capa flag for EAPOL TX status and store capa in hostapd

This commit is contained in:
Jouni Malinen 2011-03-29 17:36:06 +03:00 committed by Jouni Malinen
parent b67d0d9e4b
commit 2fee890af7
4 changed files with 12 additions and 5 deletions

View file

@ -184,6 +184,7 @@ struct hostapd_iface {
struct ap_info *ap_hash[STA_HASH_SIZE];
struct ap_info *ap_iter_list;
unsigned int drv_flags;
struct hostapd_hw_modes *hw_features;
int num_hw_features;
struct hostapd_hw_modes *current_mode;