Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
A Dtdls.c1061 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local
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
1099 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1102 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_create_link()
1109 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_disable_link() local
1126 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1129 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_disable_link()
[all …]
A Dsta_cmd.c1743 struct host_cmd_ds_tdls_oper *tdls_oper = &cmd->params.tdls_oper; in mwifiex_cmd_tdls_oper() local
1761 tdls_oper->reason = 0; in mwifiex_cmd_tdls_oper()
1762 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper()
1764 pos = (u8 *)tdls_oper + sizeof(struct host_cmd_ds_tdls_oper); in mwifiex_cmd_tdls_oper()
1768 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_DELETE); in mwifiex_cmd_tdls_oper()
1771 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CREATE); in mwifiex_cmd_tdls_oper()
1774 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CONFIG); in mwifiex_cmd_tdls_oper()
A Dsta_cmdresp.c884 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
A Dfw.h2377 struct host_cmd_ds_tdls_oper tdls_oper; member
A Dcfg80211.c4254 .tdls_oper = mwifiex_cfg80211_tdls_oper,
/linux/net/wireless/
A Drdev-ops.h918 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
A Dnl80211.c1971 CMD(tdls_oper, TDLS_OPER); in nl80211_add_commands_unsplit()
11418 !rdev->ops->tdls_oper) in nl80211_tdls_oper()
/linux/include/net/
A Dcfg80211.h4287 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev, member
/linux/net/mac80211/
A Dcfg.c4460 .tdls_oper = ieee80211_tdls_oper,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dcfg80211.c5571 .tdls_oper = brcmf_cfg80211_tdls_oper,

Completed in 108 milliseconds