123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- /*
- * Copyright (c) 2021, The Linux Foundation. All rights reserved.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
- /**
- * DOC : os_if_son.h
- *
- * WLAN Host Device Driver file for son (Self Organizing Network)
- * support.
- *
- */
- #ifndef _OS_IF_SON_H_
- #define _OS_IF_SON_H_
- #include <qdf_types.h>
- #include <wlan_objmgr_vdev_obj.h>
- #include <wlan_objmgr_psoc_obj.h>
- #include <wlan_objmgr_pdev_obj.h>
- #include <wlan_reg_ucfg_api.h>
- #include <ieee80211_external.h>
- /**
- * struct son_callbacks - struct containing callback to non-converged driver
- * @os_if_is_acs_in_progress: whether acs is in progress or not
- * @os_if_set_bandwidth: set band width
- * @os_if_get_bandwidth: get band width
- * @os_if_set_chan: set chan
- * @os_if_set_country_code: set country code
- */
- struct son_callbacks {
- uint32_t (*os_if_is_acs_in_progress)(struct wlan_objmgr_vdev *vdev);
- int (*os_if_set_bandwidth)(struct wlan_objmgr_vdev *vdev,
- uint32_t son_bandwidth);
- uint32_t (*os_if_get_bandwidth)(struct wlan_objmgr_vdev *vdev);
- int (*os_if_set_chan)(struct wlan_objmgr_vdev *vdev, int chan,
- enum wlan_band_id son_band);
- uint32_t (*os_if_get_sta_count)(struct wlan_objmgr_vdev *vdev);
- int (*os_if_set_country_code)(struct wlan_objmgr_vdev *vdev,
- char *country_code);
- };
- /**
- * os_if_son_register_hdd_callbacks() - register son hdd callback
- * @psoc: psoc
- * @cb_obj: pointer to callback
- *
- * Return: void
- */
- void os_if_son_register_hdd_callbacks(struct wlan_objmgr_psoc *psoc,
- struct son_callbacks *cb_obj);
- /**
- * os_if_son_get_freq() - get freq
- * @vdev: vdev
- *
- * Return: freq of given vdev
- */
- qdf_freq_t os_if_son_get_freq(struct wlan_objmgr_vdev *vdev);
- /**
- * os_if_son_is_acs_in_progress() - whether ACS in progress or not
- * @vdev: vdev
- *
- * Return: true if ACS is in progress
- */
- uint32_t os_if_son_is_acs_in_progress(struct wlan_objmgr_vdev *vdev);
- /**
- * os_if_son_is_cac_in_progress() - whether CAC is in progress or not
- * @vdev: vdev
- *
- * Return: true if CAC is in progress
- */
- uint32_t os_if_son_is_cac_in_progress(struct wlan_objmgr_vdev *vdev);
- /**
- * os_if_son_set_bandwidth() - set band width
- * @vdev: vdev
- * @son_bandwidth: band width
- *
- * Return: 0 on success, negative errno on failure
- */
- int os_if_son_set_bandwidth(struct wlan_objmgr_vdev *vdev,
- uint32_t son_bandwidth);
- /**
- * os_if_son_get_bandwidth() - get band width
- * @vdev: vdev
- *
- * Return: band width
- */
- uint32_t os_if_son_get_bandwidth(struct wlan_objmgr_vdev *vdev);
- /**
- * os_if_son_get_band_info() - get band info
- * @vdev: vdev
- *
- * Return: band info
- */
- uint32_t os_if_son_get_band_info(struct wlan_objmgr_vdev *vdev);
- /**
- * os_if_son_get_chan_list() - get a list of chan information
- * @vdev: vdev
- * @ic_chans: chan information array to get
- * @chan_info: pointer to ieee80211_channel_info to get
- * @ic_nchans: number of chan information it gets
- * @flag_160: flag indicating the API to fill the center frequencies of 160MHz.
- *
- * Return: 0 on success, negative errno on failure
- */
- int os_if_son_get_chan_list(struct wlan_objmgr_vdev *vdev,
- struct ieee80211_ath_channel *ic_chans,
- struct ieee80211_channel_info *chan_info,
- uint8_t *ic_nchans, bool flag_160);
- /**
- * os_if_son_get_sta_count() - get connected STA count
- * @vdev: vdev
- *
- * Return: connected STA count
- */
- uint32_t os_if_son_get_sta_count(struct wlan_objmgr_vdev *vdev);
- /**
- * os_if_son_get_bssid() - get bssid of given vdev
- * @vdev: vdev
- * @bssid: pointer to BSSID
- *
- * Return: 0 if BSSID is gotten successfully
- */
- int os_if_son_get_bssid(struct wlan_objmgr_vdev *vdev,
- uint8_t bssid[QDF_MAC_ADDR_SIZE]);
- /**
- * os_if_son_get_ssid() - get ssid of given vdev
- * @vdev: vdev
- * @ssid: pointer to SSID
- * @ssid_len: ssid length
- *
- * Return: 0 if SSID is gotten successfully
- */
- int os_if_son_get_ssid(struct wlan_objmgr_vdev *vdev,
- char ssid[WLAN_SSID_MAX_LEN + 1],
- uint8_t *ssid_len);
- /**
- * os_if_son_set_chan() - set chan
- * @vdev: vdev
- * @chan: given chan
- * @son_band: given band
- *
- * Return: 0 on success, negative errno on failure
- */
- int os_if_son_set_chan(struct wlan_objmgr_vdev *vdev,
- int chan, enum wlan_band_id son_band);
- /**
- * os_if_son_set_cac_timeout() - set cac timeout
- * @vdev: vdev
- * @cac_timeout: cac timeount to set
- *
- * Return: 0 if cac time out is set successfully
- */
- int os_if_son_set_cac_timeout(struct wlan_objmgr_vdev *vdev,
- int cac_timeout);
- /**
- * os_if_son_get_cac_timeout() - get cac timeout
- * @vdev: vdev
- * @cac_timeout: cac timeout to get
- *
- * Return 0 if cac time out is get successfully
- */
- int os_if_son_get_cac_timeout(struct wlan_objmgr_vdev *vdev,
- int *cac_timeout);
- /**
- * os_if_son_set_country_code() - set country code
- * @vdev: vdev
- * @country_code: country code to set
- *
- * Return: 0 if country code is set successfully
- */
- int os_if_son_set_country_code(struct wlan_objmgr_vdev *vdev,
- char *country_code);
- /**
- * os_if_son_get_country_code() - get country code
- * @vdev: vdev
- * @country_code: country code to get
- *
- * Return: 0 if country code is get successfully
- */
- int os_if_son_get_country_code(struct wlan_objmgr_vdev *vdev,
- char *country_code);
- #endif
|