Home
last modified time | relevance | path

Searched refs:mwifiex_ds_tdls_oper (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtdls.c978 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_config_link()
980 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_config_link()
999 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_create_link()
1001 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_create_link()
1026 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_tdls_process_disable_link()
1029 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_tdls_process_disable_link()
1178 struct mwifiex_ds_tdls_oper tdls_oper; in mwifiex_disable_all_tdls_links()
1185 memset(&tdls_oper, 0, sizeof(struct mwifiex_ds_tdls_oper)); in mwifiex_disable_all_tdls_links()
Dioctl.h458 struct mwifiex_ds_tdls_oper { struct
Dsta_cmd.c1675 struct mwifiex_ds_tdls_oper *oper = data_buf; in mwifiex_cmd_tdls_oper()