blob: 22b5af5d91314868406d46fdc41077941905d296 [file] [log] [blame]
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001/*
Min Liu2fef5792018-01-19 17:59:42 +08002 * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003 *
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004 * Permission to use, copy, modify, and/or distribute this software for
5 * any purpose with or without fee is hereby granted, provided that the
6 * above copyright notice and this permission notice appear in all
7 * copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 * PERFORMANCE OF THIS SOFTWARE.
17 */
18
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080019#if !defined(WLAN_HDD_HOSTAPD_H)
20#define WLAN_HDD_HOSTAPD_H
21
22/**
23 * DOC: wlan_hdd_hostapd.h
24 *
25 * WLAN Host Device driver hostapd header file
26 */
27
28/* Include files */
29
30#include <linux/netdevice.h>
31#include <linux/skbuff.h>
Anurag Chouhanffb21542016-02-17 14:33:03 +053032#include <qdf_list.h>
Anurag Chouhan6d760662016-02-20 16:05:43 +053033#include <qdf_types.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080034#include <wlan_hdd_main.h>
35
36/* Preprocessor definitions and constants */
37
38/* max length of command string in hostapd ioctl */
39#define HOSTAPD_IOCTL_COMMAND_STRLEN_MAX 8192
40
Jeff Johnson23c3b842017-09-03 09:05:29 -070041struct hdd_adapter *hdd_wlan_create_ap_dev(struct hdd_context *hdd_ctx,
Ryan Hsu07495ea2016-01-21 15:25:39 -080042 tSirMacAddr macAddr,
43 unsigned char name_assign_type,
44 uint8_t *name);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080045
Jeff Johnsonfd33cce2017-10-02 13:28:39 -070046QDF_STATUS hdd_unregister_hostapd(struct hdd_adapter *adapter, bool rtnl_held);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080047
48eCsrAuthType
49hdd_translate_rsn_to_csr_auth_type(uint8_t auth_suite[4]);
50
Abhishek Singh1bdb1572015-10-16 16:24:19 +053051int hdd_softap_set_channel_change(struct net_device *dev,
Kiran Kumar Lokere13644672016-02-29 15:40:10 -080052 int target_channel,
Min Liu2fef5792018-01-19 17:59:42 +080053 enum phy_ch_width target_bw,
54 bool forced);
Abhishek Singh1bdb1572015-10-16 16:24:19 +053055
Chandrasekaran Manishekarcde33d72016-04-14 19:03:39 +053056#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
Jeff Johnson866aca82017-09-10 15:27:20 -070057void hdd_sap_restart_with_channel_switch(struct hdd_adapter *adapter,
Chandrasekaran Manishekarcde33d72016-04-14 19:03:39 +053058 uint32_t target_channel,
Min Liu2fef5792018-01-19 17:59:42 +080059 uint32_t target_bw,
60 bool forced);
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070061/**
Jeff Johnson23812942017-10-06 11:33:55 -070062 * hdd_sap_restart_chan_switch_cb() - Function to restart SAP with
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070063 * a different channel
64 * @psoc: PSOC object information
65 * @vdev_id: vdev id
66 * @channel: channel to switch
Min Liu2fef5792018-01-19 17:59:42 +080067 * @forced: Force to switch channel, ignore SCC/MCC check
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070068 *
69 * This function restarts SAP with a different channel
70 *
71 * Return: None
72 *
73 */
Jeff Johnson23812942017-10-06 11:33:55 -070074void hdd_sap_restart_chan_switch_cb(struct wlan_objmgr_psoc *psoc,
75 uint8_t vdev_id, uint32_t channel,
Min Liu2fef5792018-01-19 17:59:42 +080076 uint32_t channel_bw,
77 bool forced);
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070078/**
79 * wlan_hdd_get_channel_for_sap_restart() - Function to get
80 * suitable channel and restart SAP
81 * @psoc: PSOC object information
82 * @vdev_id: vdev id
83 * @channel: channel to be returned
84 * @sec_ch: secondary channel to be returned
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070085 *
86 * This function gets the channel parameters to restart SAP
87 *
88 * Return: None
89 *
90 */
91QDF_STATUS wlan_hdd_get_channel_for_sap_restart(
92 struct wlan_objmgr_psoc *psoc,
93 uint8_t vdev_id, uint8_t *channel,
Ajit Pal Singh9b0ebdb2017-06-08 11:26:43 +053094 uint8_t *sec_ch);
Chandrasekaran Manishekarcde33d72016-04-14 19:03:39 +053095#endif
96
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080097eCsrEncryptionType
98hdd_translate_rsn_to_csr_encryption_type(uint8_t cipher_suite[4]);
99
100eCsrEncryptionType
101hdd_translate_rsn_to_csr_encryption_type(uint8_t cipher_suite[4]);
102
103eCsrAuthType
104hdd_translate_wpa_to_csr_auth_type(uint8_t auth_suite[4]);
105
106eCsrEncryptionType
107hdd_translate_wpa_to_csr_encryption_type(uint8_t cipher_suite[4]);
108
Jeff Johnson866aca82017-09-10 15:27:20 -0700109QDF_STATUS hdd_softap_sta_deauth(struct hdd_adapter *adapter,
Jeff Johnsone6bf7192017-11-07 15:16:09 -0800110 struct csr_del_sta_params *pDelStaParams);
Jeff Johnson866aca82017-09-10 15:27:20 -0700111void hdd_softap_sta_disassoc(struct hdd_adapter *adapter,
Jeff Johnsone6bf7192017-11-07 15:16:09 -0800112 struct csr_del_sta_params *pDelStaParams);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800113int hdd_softap_unpack_ie(tHalHandle halHandle,
114 eCsrEncryptionType *pEncryptType,
115 eCsrEncryptionType *mcEncryptType,
116 eCsrAuthType *pAuthType,
117 bool *pMFPCapable,
118 bool *pMFPRequired,
119 uint16_t gen_ie_len, uint8_t *gen_ie);
120
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530121QDF_STATUS hdd_hostapd_sap_event_cb(tpSap_Event pSapEvent,
Jeff Johnson0604a362018-03-24 17:36:59 -0700122 void *context);
Krunal Soni4a020c72017-10-30 20:58:40 -0700123/**
124 * hdd_init_ap_mode() - to init the AP adaptor
125 * @adapter: SAP/GO adapter
126 * @rtnl_held: flag to indicate if RTNL lock needs to be aquired
127 *
128 * This API can be called to open the SAP session as well as
129 * to create and store the vdev object. It also initializes necessary
130 * SAP adapter related params.
131 */
Jeff Johnsonfd33cce2017-10-02 13:28:39 -0700132QDF_STATUS hdd_init_ap_mode(struct hdd_adapter *adapter, bool reinit);
Krunal Soni4a020c72017-10-30 20:58:40 -0700133/**
134 * hdd_deinit_ap_mode() - to deinit the AP adaptor
135 * @hdd_ctx: pointer to hdd_ctx
136 * @adapter: SAP/GO adapter
137 * @rtnl_held: flag to indicate if RTNL lock needs to be aquired
138 *
139 * This API can be called to close the SAP session as well as
140 * release the vdev object completely. It also deinitializes necessary
141 * SAP adapter related params.
142 */
143void hdd_deinit_ap_mode(struct hdd_context *hdd_ctx,
Krunal Sonib51eec72017-11-20 21:53:01 -0800144 struct hdd_adapter *adapter, bool rtnl_held);
Jeff Johnson15712092017-10-28 12:02:53 -0700145void hdd_set_ap_ops(struct net_device *dev);
Krunal Soni59437652017-11-21 13:42:14 -0800146/**
147 * hdd_sap_create_ctx() - Wrapper API to create SAP context
148 * @adapter: pointer to adapter
149 *
150 * This wrapper API can be called to create the sap context. It will
151 * eventually calls SAP API to create the sap context
152 *
153 * Return: true or false based on overall success or failure
154 */
155bool hdd_sap_create_ctx(struct hdd_adapter *adapter);
156/**
157 * hdd_sap_destroy_ctx() - Wrapper API to destroy SAP context
158 * @adapter: pointer to adapter
159 *
160 * This wrapper API can be called to destroy the sap context. It will
161 * eventually calls SAP API to destroy the sap context
162 *
163 * Return: true or false based on overall success or failure
164 */
165bool hdd_sap_destroy_ctx(struct hdd_adapter *adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800166int hdd_hostapd_stop(struct net_device *dev);
Jeff Johnsonc54bbf92017-08-28 11:59:35 -0700167int hdd_sap_context_init(struct hdd_context *hdd_ctx);
168void hdd_sap_context_destroy(struct hdd_context *hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800169#ifdef QCA_HT_2040_COEX
Jeff Johnson9c4f93d2017-10-04 08:56:22 -0700170QDF_STATUS hdd_set_sap_ht2040_mode(struct hdd_adapter *adapter,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800171 uint8_t channel_type);
172#endif
173
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800174int wlan_hdd_cfg80211_stop_ap(struct wiphy *wiphy,
175 struct net_device *dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800176
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800177int wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
178 struct net_device *dev,
179 struct cfg80211_ap_settings *params);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800180
181int wlan_hdd_cfg80211_change_beacon(struct wiphy *wiphy,
182 struct net_device *dev,
183 struct cfg80211_beacon_data *params);
184
Rajeev Kumar Sirasanagandla996e5292016-11-22 21:20:33 +0530185/**
186 * hdd_is_peer_associated - is peer connected to softap
187 * @adapter: pointer to softap adapter
188 * @mac_addr: address to check in peer list
189 *
190 * This function has to be invoked only when bss is started and is used
191 * to check whether station with specified addr is peer or not
192 *
193 * Return: true if peer mac, else false
194 */
195bool hdd_is_peer_associated(struct hdd_adapter *adapter,
196 struct qdf_mac_addr *mac_addr);
197
Jeff Johnson866aca82017-09-10 15:27:20 -0700198int hdd_destroy_acs_timer(struct hdd_adapter *adapter);
Kapil Guptac1224bf2017-06-22 21:22:40 +0530199
Jeff Johnson23812942017-10-06 11:33:55 -0700200QDF_STATUS wlan_hdd_config_acs(struct hdd_context *hdd_ctx,
201 struct hdd_adapter *adapter);
202
Jeff Johnson866aca82017-09-10 15:27:20 -0700203void hdd_sap_indicate_disconnect_for_sta(struct hdd_adapter *adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800204#endif /* end #if !defined(WLAN_HDD_HOSTAPD_H) */