/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | tdls.c | 1064 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local 1066 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link() 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 1087 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link() 1102 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link() 1103 tdls_oper.tdls_action = MWIFIEX_TDLS_CREATE_LINK; in mwifiex_tdls_process_create_link() 1105 HostCmd_ACT_GEN_SET, 0, &tdls_oper, tru in mwifiex_tdls_process_create_link() 1112 struct mwifiex_ds_tdls_oper tdls_oper; mwifiex_tdls_process_disable_link() local 1257 struct mwifiex_ds_tdls_oper tdls_oper; mwifiex_disable_all_tdls_links() local [all...] |
H A D | sta_cmd.c | 1738 struct host_cmd_ds_tdls_oper *tdls_oper = &cmd->params.tdls_oper; in mwifiex_cmd_tdls_oper() local 1756 tdls_oper->reason = 0; in mwifiex_cmd_tdls_oper() 1757 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper() 1759 pos = (u8 *)tdls_oper + sizeof(struct host_cmd_ds_tdls_oper); in mwifiex_cmd_tdls_oper() 1763 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_DELETE); in mwifiex_cmd_tdls_oper() 1766 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CREATE); in mwifiex_cmd_tdls_oper() 1769 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CONFIG); in mwifiex_cmd_tdls_oper()
|
H A D | sta_cmdresp.c | 883 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
|
H A D | fw.h | 2372 struct host_cmd_ds_tdls_oper tdls_oper; member
|
H A D | cfg80211.c | 3813 "tdls_oper: teardown from driver not supported\n"); in mwifiex_cfg80211_tdls_oper() 3818 "tdls_oper: setup from driver not supported\n"); in mwifiex_cfg80211_tdls_oper() 3823 "tdls_oper: discovery from driver not supported\n"); in mwifiex_cfg80211_tdls_oper() 3827 "tdls_oper: operation not supported\n"); in mwifiex_cfg80211_tdls_oper() 4204 .tdls_oper = mwifiex_cfg80211_tdls_oper,
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | tdls.c | 1064 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local 1066 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link() 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 1087 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link() 1102 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link() 1103 tdls_oper.tdls_action = MWIFIEX_TDLS_CREATE_LINK; in mwifiex_tdls_process_create_link() 1105 HostCmd_ACT_GEN_SET, 0, &tdls_oper, tru in mwifiex_tdls_process_create_link() 1112 struct mwifiex_ds_tdls_oper tdls_oper; mwifiex_tdls_process_disable_link() local 1257 struct mwifiex_ds_tdls_oper tdls_oper; mwifiex_disable_all_tdls_links() local [all...] |
H A D | sta_cmd.c | 1731 struct host_cmd_ds_tdls_oper *tdls_oper = &cmd->params.tdls_oper; in mwifiex_cmd_tdls_oper() local 1749 tdls_oper->reason = 0; in mwifiex_cmd_tdls_oper() 1750 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper() 1752 pos = (u8 *)tdls_oper + sizeof(struct host_cmd_ds_tdls_oper); in mwifiex_cmd_tdls_oper() 1756 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_DELETE); in mwifiex_cmd_tdls_oper() 1759 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CREATE); in mwifiex_cmd_tdls_oper() 1762 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CONFIG); in mwifiex_cmd_tdls_oper()
|
H A D | sta_cmdresp.c | 896 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
|
H A D | fw.h | 2369 struct host_cmd_ds_tdls_oper tdls_oper; member
|
H A D | cfg80211.c | 3858 "tdls_oper: teardown from driver not supported\n"); in mwifiex_cfg80211_tdls_oper() 3863 "tdls_oper: setup from driver not supported\n"); in mwifiex_cfg80211_tdls_oper() 3868 "tdls_oper: discovery from driver not supported\n"); in mwifiex_cfg80211_tdls_oper() 3872 "tdls_oper: operation not supported\n"); in mwifiex_cfg80211_tdls_oper() 4250 .tdls_oper = mwifiex_cfg80211_tdls_oper,
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 918 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
|
H A D | nl80211.c | 1897 CMD(tdls_oper, TDLS_OPER); in nl80211_add_commands_unsplit() 10989 !rdev->ops->tdls_oper) in nl80211_tdls_oper()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 936 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
|
H A D | nl80211.c | 2099 CMD(tdls_oper, TDLS_OPER); in nl80211_add_commands_unsplit() 12329 !rdev->ops->tdls_oper) in nl80211_tdls_oper()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3809 * @tdls_oper: Perform a high-level TDLS operation (e.g. TDLS link setup). 4142 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4264 * @tdls_oper: Perform a high-level TDLS operation (e.g. TDLS link setup). 4631 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4182 .tdls_oper = ieee80211_tdls_oper,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5105 .tdls_oper = ieee80211_tdls_oper,
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 5519 .tdls_oper = brcmf_cfg80211_tdls_oper,
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 5973 .tdls_oper = brcmf_cfg80211_tdls_oper,
|