aboutsummaryrefslogtreecommitdiff
path: root/contrib/wpa/wpa_supplicant/p2p_supplicant.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-12-02 23:00:32 +0000
committerCy Schubert <cy@FreeBSD.org>2021-12-02 23:08:52 +0000
commit4b72b91a7132df1f77bbae194e1071ac621f1edb (patch)
tree29c815ad44a4d2a57d656d9f312a8e5561ece765 /contrib/wpa/wpa_supplicant/p2p_supplicant.h
parent2dfc1f73552d5aa5d9f6fa3e642f00e87952551c (diff)
downloadsrc-4b72b91a7132df1f77bbae194e1071ac621f1edb.tar.gz
src-4b72b91a7132df1f77bbae194e1071ac621f1edb.zip
wpa: Redo import wpa_supplicant/hostapd commit 14ab4a816
This is the November update to vendor/wpa committed upstream 2021-11-26. MFC after: 1 month
Diffstat (limited to 'contrib/wpa/wpa_supplicant/p2p_supplicant.h')
-rw-r--r--contrib/wpa/wpa_supplicant/p2p_supplicant.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/wpa/wpa_supplicant/p2p_supplicant.h b/contrib/wpa/wpa_supplicant/p2p_supplicant.h
index dee9c1bcc1e1..5a869e7309a3 100644
--- a/contrib/wpa/wpa_supplicant/p2p_supplicant.h
+++ b/contrib/wpa/wpa_supplicant/p2p_supplicant.h
@@ -146,8 +146,9 @@ struct wpa_ssid * wpas_p2p_get_persistent(struct wpa_supplicant *wpa_s,
void wpas_p2p_notify_ap_sta_authorized(struct wpa_supplicant *wpa_s,
const u8 *addr);
int wpas_p2p_scan_no_go_seen(struct wpa_supplicant *wpa_s);
-int wpas_p2p_get_ht40_mode(struct wpa_supplicant *wpa_s,
- struct hostapd_hw_modes *mode, u8 channel);
+int wpas_p2p_get_sec_channel_offset_40mhz(struct wpa_supplicant *wpa_s,
+ struct hostapd_hw_modes *mode,
+ u8 channel);
int wpas_p2p_get_vht80_center(struct wpa_supplicant *wpa_s,
struct hostapd_hw_modes *mode, u8 channel,
u8 op_class);