1
0

qcacmn: Add support to offload FILS Discovery to FW

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

Change-Id: I1052b9b8240ea9461e19bb70887b49aabffc4e05
Este cometimento está contido em:
Rhythm Patwa
2019-09-24 17:01:24 -07:00
cometido por nshrivas
ascendente 7232cb187e
cometimento c5068e341f
5 ficheiros modificados com 87 adições e 0 eliminações

Ver ficheiro

@@ -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.