aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/ap_drv_ops.h
diff options
context:
space:
mode:
authorVictor Goldenshtein <victorg@ti.com>2011-11-21 17:02:52 +0200
committerArik Nemtsov <arik@wizery.com>2012-09-13 14:53:28 +0300
commit7b65de18e8276ed3b5d2cbb64dc06c347f3b0e78 (patch)
tree7f5bc133d990acb5e39e64f0894ee66cff5b8c58 /src/ap/ap_drv_ops.h
parent7973c9ed86ff9694d4cb4fa81eeb5b6bf7267e64 (diff)
downloadexternal_wpa_supplicant_8_ti-7b65de18e8276ed3b5d2cbb64dc06c347f3b0e78.zip
external_wpa_supplicant_8_ti-7b65de18e8276ed3b5d2cbb64dc06c347f3b0e78.tar.gz
external_wpa_supplicant_8_ti-7b65de18e8276ed3b5d2cbb64dc06c347f3b0e78.tar.bz2
hostapd: implement channel switch request drv ops (INTERNAL)
New hostapd_channel_switch – to handle channel switch request. Signed-hostap: Victor Goldenshtein <victorg@ti.com>
Diffstat (limited to 'src/ap/ap_drv_ops.h')
-rw-r--r--src/ap/ap_drv_ops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ap/ap_drv_ops.h b/src/ap/ap_drv_ops.h
index e3b15c0..6305050 100644
--- a/src/ap/ap_drv_ops.h
+++ b/src/ap/ap_drv_ops.h
@@ -97,6 +97,8 @@ int hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr,
int reassoc, u16 status, const u8 *ie, size_t len);
int hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr,
u8 *tspec_ie, size_t tspec_ielen);
+int hostapd_channel_switch(struct hostapd_data *hapd, int freq, int flags,
+ u8 tx_block, u8 post_switch_block_tx);
#include "drivers/driver.h"