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:

cometido por
nshrivas

ascendente
7232cb187e
cometimento
c5068e341f
@@ -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.
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador