Lines Matching refs:tdls_oper
978 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link() local
980 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link()
989 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link()
990 tdls_oper.tdls_action = MWIFIEX_TDLS_CONFIG_LINK; in mwifiex_tdls_process_config_link()
992 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_config_link()
999 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_create_link() local
1001 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link()
1016 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1017 tdls_oper.tdls_action = MWIFIEX_TDLS_CREATE_LINK; in mwifiex_tdls_process_create_link()
1019 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_create_link()
1026 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_disable_link() local
1029 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_disable_link()
1046 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1047 tdls_oper.tdls_action = MWIFIEX_TDLS_DISABLE_LINK; in mwifiex_tdls_process_disable_link()
1049 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_disable_link()
1178 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_disable_all_tdls_links() local
1185 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_disable_all_tdls_links()
1198 memcpy(&tdls_oper.peer_mac, sta_ptr->mac_addr, ETH_ALEN); in mwifiex_disable_all_tdls_links()
1199 tdls_oper.tdls_action = MWIFIEX_TDLS_DISABLE_LINK; in mwifiex_disable_all_tdls_links()
1201 HostCmd_ACT_GEN_SET, 0, &tdls_oper, false)) in mwifiex_disable_all_tdls_links()