Searched refs:mwifiex_ds_tdls_oper (Results 1 – 3 of 3) sorted by relevance
1024 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link()1026 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link()1045 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_create_link()1047 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link()1072 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_disable_link()1075 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_disable_link()1224 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_disable_all_tdls_links()1231 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_disable_all_tdls_links()
474 struct mwifiex_ds_tdls_oper { struct
1746 struct mwifiex_ds_tdls_oper *oper = data_buf; in mwifiex_cmd_tdls_oper()