diff options
author | Arik Nemtsov <arik@wizery.com> | 2011-12-10 17:17:43 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-12-10 21:11:32 +0200 |
commit | 4f73d88afa840362763eb96bec6374c9f30ca646 (patch) | |
tree | eb2ba006c1be310a111d0826ee3dfe8d71a5e865 /src/ap | |
parent | 562c9d976e267b6f1df10ec4cdd9bac85d4c35fc (diff) | |
download | external_wpa_supplicant_8_ti-4f73d88afa840362763eb96bec6374c9f30ca646.zip external_wpa_supplicant_8_ti-4f73d88afa840362763eb96bec6374c9f30ca646.tar.gz external_wpa_supplicant_8_ti-4f73d88afa840362763eb96bec6374c9f30ca646.tar.bz2 |
Maintain internal copy of Probe Response offload capabilities
Signed-hostap: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Diffstat (limited to 'src/ap')
-rw-r--r-- | src/ap/hostapd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index b717b45..5b72768 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -192,6 +192,13 @@ struct hostapd_iface { struct ap_info *ap_iter_list; unsigned int drv_flags; + + /* + * A bitmap of supported protocols for probe response offload. See + * struct wpa_driver_capa in driver.h + */ + unsigned int probe_resp_offloads; + struct hostapd_hw_modes *hw_features; int num_hw_features; struct hostapd_hw_modes *current_mode; |