qcacmn: Send fils discovery template to wmi layer
Add support to send Fils discovery template via target if Add func to compute shortssid with the help of shortssid table Change-Id: I78fa50641ee5ae0c338719c4cec91573a212f396 CRs-Fixed: 3114903
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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
|
||||
@@ -52,6 +53,16 @@ struct wlan_op_mode_peer_count {
|
||||
uint16_t peer_count;
|
||||
};
|
||||
|
||||
/**
|
||||
* wlan_construct_shortssid() - construct the short ssid with the help of
|
||||
* shortssid table
|
||||
* @ssid: pointer to ssid
|
||||
* @ssid_len: ssid length
|
||||
*
|
||||
* return: short ssid length
|
||||
*/
|
||||
uint32_t wlan_construct_shortssid(uint8_t *ssid, uint8_t ssid_len);
|
||||
|
||||
/**
|
||||
* wlan_chan_to_freq() - converts channel to frequency
|
||||
* @chan: channel number
|
||||
|
Reference in New Issue
Block a user