Home
last modified time | relevance | path

Searched refs:tdls_oper (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c1064 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local
1075 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link()
1076 tdls_oper.tdls_action = MWIFIEX_TDLS_CONFIG_LINK; in mwifiex_tdls_process_config_link()
1078 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_config_link()
1085 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_create_link() local
1102 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1105 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_create_link()
1112 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_disable_link() local
1129 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1132 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_disable_link()
[all …]
H A Dsta_cmd.c1739 struct host_cmd_ds_tdls_oper *tdls_oper = &cmd->params.tdls_oper; in mwifiex_cmd_tdls_oper() local
1757 tdls_oper->reason = 0; in mwifiex_cmd_tdls_oper()
1758 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper()
1760 pos = (u8 *)tdls_oper + sizeof(struct host_cmd_ds_tdls_oper); in mwifiex_cmd_tdls_oper()
1764 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_DELETE); in mwifiex_cmd_tdls_oper()
1767 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CREATE); in mwifiex_cmd_tdls_oper()
1770 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CONFIG); in mwifiex_cmd_tdls_oper()
H A Dsta_cmdresp.c896 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
H A Dfw.h2436 struct host_cmd_ds_tdls_oper tdls_oper; member
H A Dcfg80211.c4616 .tdls_oper = mwifiex_cfg80211_tdls_oper,
/linux-6.15/net/wireless/
H A Drdev-ops.h940 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
H A Dnl80211.c2157 CMD(tdls_oper, TDLS_OPER); in nl80211_add_commands_unsplit()
12576 !rdev->ops->tdls_oper) in nl80211_tdls_oper()
/linux-6.15/include/net/
H A Dcfg80211.h4869 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev, member
/linux-6.15/net/mac80211/
H A Dcfg.c5277 .tdls_oper = ieee80211_tdls_oper,
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5977 .tdls_oper = brcmf_cfg80211_tdls_oper,