qcacmn: Add changes to indicate beacon frame to cfg80211 layer

Add changes to indicate beacon frame to cfg80211 layer from scan
module.

Change-Id: Ia36e957bd2324130c8c3175569ce38267cd3cf53
CRs-Fixed: 1095299
This commit is contained in:
Abhishek Singh
2017-02-17 18:21:13 +05:30
committed by qcabuildsw
parent d4e600f7d6
commit 9eb058adca
3 changed files with 174 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
#include <qca_vendor.h>
#include <qdf_list.h>
#include <qdf_types.h>
#include <wlan_scan_ucfg_api.h>
#ifdef WLAN_ENABLE_AGEIE_ON_SCAN_RESULTS
/* GPS application requirement */
@@ -94,5 +95,16 @@ int wlan_cfg80211_scan(struct wiphy *wiphy,
#endif
struct cfg80211_scan_request *request);
/**
* wlan_cfg80211_inform_bss_frame() - API to inform beacon to cfg80211
* @pdev: Pointer to pdev
* @scan_params: scan entry
* @request: Pointer to scan request
*
* API to inform beacon to cfg80211
*
* Return: void
*/
void wlan_cfg80211_inform_bss_frame(struct wlan_objmgr_pdev *pdev,
struct scan_cache_entry *scan_params);
#endif