qcacmn: Add support to offload FILS Discovery to FW

Construct the FILS Discovery frame template and send
template to FW.

Change-Id: I1052b9b8240ea9461e19bb70887b49aabffc4e05
This commit is contained in:
Rhythm Patwa
2019-09-24 17:01:24 -07:00
zatwierdzone przez nshrivas
rodzic 7232cb187e
commit c5068e341f
5 zmienionych plików z 87 dodań i 0 usunięć

Wyświetl plik

@@ -175,6 +175,19 @@ struct beacon_params {
bool is_high_latency;
};
/* struct fils_discovery_tmpl_params - FILS Discovery template cmd parameter
* @vdev_id: vdev ID
* @tmpl_len: FILS Discovery template length
* @tmpl_aligned: FILS Discovery template alignment
* @frm: FILS Discovery template parameter
*/
struct fils_discovery_tmpl_params {
uint8_t vdev_id;
uint32_t tmpl_len;
uint32_t tmpl_len_aligned;
uint8_t *frm;
};
/**
* struct mlme_channel_param - Channel parameters with all
* info required by target.