Searched refs:tdls_oper (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/ |
D | tdls.c | 1061 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local 1063 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link() 1072 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link() 1073 tdls_oper.tdls_action = MWIFIEX_TDLS_CONFIG_LINK; in mwifiex_tdls_process_config_link() 1075 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_config_link() 1082 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_create_link() local 1084 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link() 1099 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link() 1100 tdls_oper.tdls_action = MWIFIEX_TDLS_CREATE_LINK; in mwifiex_tdls_process_create_link() 1102 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_create_link() [all …]
|
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()
|
D | sta_cmdresp.c | 896 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
|
D | fw.h | 2367 struct host_cmd_ds_tdls_oper tdls_oper; member
|
D | cfg80211.c | 4248 .tdls_oper = mwifiex_cfg80211_tdls_oper,
|
/linux-6.1.9/net/wireless/ |
D | rdev-ops.h | 923 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
|
D | nl80211.c | 2072 CMD(tdls_oper, TDLS_OPER); in nl80211_add_commands_unsplit() 12084 !rdev->ops->tdls_oper) in nl80211_tdls_oper()
|
/linux-6.1.9/include/net/ |
D | cfg80211.h | 4506 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev, member
|
/linux-6.1.9/net/mac80211/ |
D | cfg.c | 4909 .tdls_oper = ieee80211_tdls_oper,
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 5569 .tdls_oper = brcmf_cfg80211_tdls_oper,
|