Home
last modified time | relevance | path

Searched refs:host_cmd_ds_tdls_oper (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c1743 struct host_cmd_ds_tdls_oper *tdls_oper = &cmd->params.tdls_oper; in mwifiex_cmd_tdls_oper()
1759 sizeof(struct host_cmd_ds_tdls_oper)); in mwifiex_cmd_tdls_oper()
1764 pos = (u8 *)tdls_oper + sizeof(struct host_cmd_ds_tdls_oper); in mwifiex_cmd_tdls_oper()
Dfw.h1415 struct host_cmd_ds_tdls_oper { struct
2379 struct host_cmd_ds_tdls_oper tdls_oper;
Dsta_cmdresp.c908 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()