Home
last modified time | relevance | path

Searched refs:enqueue_cmd (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_tdls.h123 void rtw_free_all_tdls_sta(_adapter *padapter, u8 enqueue_cmd);
125 void rtw_disable_tdls_func(_adapter *padapter, u8 enqueue_cmd);
130 void rtw_tdls_teardown_post_hdl(_adapter *padapter, struct sta_info *psta, u8 enqueue_cmd);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_tdls.c98 void rtw_free_all_tdls_sta(_adapter *padapter, u8 enqueue_cmd) in rtw_free_all_tdls_sta() argument
133 …_INFO("Do tear down to "MAC_FMT" by enqueue_cmd = %d\n", MAC_ARG(psta->cmn.mac_addr), enqueue_cmd); in rtw_free_all_tdls_sta()
141 if (enqueue_cmd == _TRUE) in rtw_free_all_tdls_sta()
207 void rtw_disable_tdls_func(_adapter *padapter, u8 enqueue_cmd) in rtw_disable_tdls_func() argument
212 rtw_free_all_tdls_sta(padapter, enqueue_cmd); in rtw_disable_tdls_func()
3461 void rtw_tdls_teardown_post_hdl(_adapter *padapter, struct sta_info *psta, u8 enqueue_cmd) in rtw_tdls_teardown_post_hdl() argument
3466 rtw_clearstakey_cmd(padapter, psta, enqueue_cmd); in rtw_tdls_teardown_post_hdl()
3469 if (enqueue_cmd) in rtw_tdls_teardown_post_hdl()
3476 if (enqueue_cmd) in rtw_tdls_teardown_post_hdl()