Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dtdls.c964 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local
966 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link()
975 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link()
976 tdls_oper.tdls_action = MWIFIEX_TDLS_CONFIG_LINK; in mwifiex_tdls_process_config_link()
978 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_config_link()
985 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_create_link() local
987 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link()
1002 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1003 tdls_oper.tdls_action = MWIFIEX_TDLS_CREATE_LINK; in mwifiex_tdls_process_create_link()
1005 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_create_link()
[all …]
Dsta_cmd.c1551 struct host_cmd_ds_tdls_oper *tdls_oper = &cmd->params.tdls_oper; in mwifiex_cmd_tdls_oper() local
1569 tdls_oper->reason = 0; in mwifiex_cmd_tdls_oper()
1570 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper()
1573 pos = (u8 *)tdls_oper + sizeof(struct host_cmd_ds_tdls_oper); in mwifiex_cmd_tdls_oper()
1577 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_DELETE); in mwifiex_cmd_tdls_oper()
1580 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CREATE); in mwifiex_cmd_tdls_oper()
1583 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CONFIG); in mwifiex_cmd_tdls_oper()
Dsta_cmdresp.c864 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
Dfw.h1973 struct host_cmd_ds_tdls_oper tdls_oper; member
Dcfg80211.c3418 .tdls_oper = mwifiex_cfg80211_tdls_oper,
/linux-4.1.27/net/wireless/
Drdev-ops.h821 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
Dnl80211.c1511 CMD(tdls_oper, TDLS_OPER); in nl80211_send_wiphy()
7946 !rdev->ops->tdls_oper) in nl80211_tdls_oper()
/linux-4.1.27/include/net/
Dcfg80211.h2654 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev, member
/linux-4.1.27/net/mac80211/
Dcfg.c3766 .tdls_oper = ieee80211_tdls_oper,
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c4596 .tdls_oper = brcmf_cfg80211_tdls_oper,