Searched refs:tdls_oper (Results 1 – 7 of 7) sorted by relevance
1837 struct host_cmd_ds_tdls_oper *tdls_oper = &cmd->params.tdls_oper; in mwifiex_cmd_tdls_oper() local1855 tdls_oper->reason = 0; in mwifiex_cmd_tdls_oper()1856 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper()1858 pos = (u8 *)tdls_oper + sizeof(struct host_cmd_ds_tdls_oper); in mwifiex_cmd_tdls_oper()1862 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_DELETE); in mwifiex_cmd_tdls_oper()1865 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CREATE); in mwifiex_cmd_tdls_oper()1868 tdls_oper->tdls_action = cpu_to_le16(ACT_TDLS_CONFIG); in mwifiex_cmd_tdls_oper()
896 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
2436 struct host_cmd_ds_tdls_oper tdls_oper; member
4615 .tdls_oper = mwifiex_cfg80211_tdls_oper,
945 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
2411 CMD(tdls_oper, TDLS_OPER); in nl80211_add_commands_unsplit()14074 !rdev->ops->tdls_oper) in nl80211_tdls_oper()
5834 .tdls_oper = ieee80211_tdls_oper,