Lines Matching refs:tdls_oper

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()
1109 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_disable_link() local
1111 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_disable_link()
1126 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1127 tdls_oper.tdls_action = MWIFIEX_TDLS_DISABLE_LINK; in mwifiex_tdls_process_disable_link()
1129 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_disable_link()
1254 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_disable_all_tdls_links() local
1260 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_disable_all_tdls_links()
1271 memcpy(&tdls_oper.peer_mac, sta_ptr->mac_addr, ETH_ALEN); in mwifiex_disable_all_tdls_links()
1272 tdls_oper.tdls_action = MWIFIEX_TDLS_DISABLE_LINK; in mwifiex_disable_all_tdls_links()
1274 HostCmd_ACT_GEN_SET, 0, &tdls_oper, false)) in mwifiex_disable_all_tdls_links()