diff options
author | Jason Mobarak <x@jason.mobarak.name> | 2014-09-01 04:23:36 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-11-16 17:43:11 (GMT) |
commit | 5cfb672ddef7c4e6a7bd424345c8f962a6f94dfc (patch) | |
tree | 74a187931616eedb4a53fd83e4b3b9e44704dda1 /wpa_supplicant/ap.h | |
parent | c596f3f083d1638b72758f9106770b264ca40f84 (diff) | |
download | hostap-5cfb672ddef7c4e6a7bd424345c8f962a6f94dfc.zip hostap-5cfb672ddef7c4e6a7bd424345c8f962a6f94dfc.tar.gz hostap-5cfb672ddef7c4e6a7bd424345c8f962a6f94dfc.tar.bz2 |
mesh: Enable mesh HT mode
Add a new option "mesh_ht_mode" that specifies the HT mode for the
mesh, with this option on, mesh beacons, actions frames, and probe
responses with include the appropriate HT information elements.
[original implementation by Chun-Yeow Yeoh <yeohchunyeow@gmail.com>]
[some fixes by Masashi Honma <masashi.honma@gmail.com>]
Signed-off-by: Ashok Nagarajan <ashok.dragon@gmail.com>
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: Jason Mobarak <x@jason.mobarak.name>
Diffstat (limited to 'wpa_supplicant/ap.h')
-rw-r--r-- | wpa_supplicant/ap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wpa_supplicant/ap.h b/wpa_supplicant/ap.h index 8aa5ffa..4d80c7a 100644 --- a/wpa_supplicant/ap.h +++ b/wpa_supplicant/ap.h @@ -75,4 +75,9 @@ int wpas_ap_wps_nfc_report_handover(struct wpa_supplicant *wpa_s, int wpas_ap_wps_add_nfc_pw(struct wpa_supplicant *wpa_s, u16 pw_id, const struct wpabuf *pw, const u8 *pubkey_hash); +struct hostapd_config; +void wpa_supplicant_conf_ap_ht(struct wpa_supplicant *wpa_s, + struct wpa_ssid *ssid, + struct hostapd_config *conf); + #endif /* AP_H */ |