Lines Matching refs:tdls_oper
1064 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local
1066 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link()
1075 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link()
1076 tdls_oper.tdls_action = MWIFIEX_TDLS_CONFIG_LINK; in mwifiex_tdls_process_config_link()
1078 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_config_link()
1085 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_create_link() local
1087 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link()
1102 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1103 tdls_oper.tdls_action = MWIFIEX_TDLS_CREATE_LINK; in mwifiex_tdls_process_create_link()
1105 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_create_link()
1112 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_disable_link() local
1114 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_disable_link()
1129 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1130 tdls_oper.tdls_action = MWIFIEX_TDLS_DISABLE_LINK; in mwifiex_tdls_process_disable_link()
1132 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_disable_link()
1257 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_disable_all_tdls_links() local
1263 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_disable_all_tdls_links()
1274 memcpy(&tdls_oper.peer_mac, sta_ptr->mac_addr, ETH_ALEN); in mwifiex_disable_all_tdls_links()
1275 tdls_oper.tdls_action = MWIFIEX_TDLS_DISABLE_LINK; in mwifiex_disable_all_tdls_links()
1277 HostCmd_ACT_GEN_SET, 0, &tdls_oper, false)) in mwifiex_disable_all_tdls_links()