Home
last modified time | relevance | path

Searched refs:tdls_status (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dtdls.c969 if (!sta_ptr || sta_ptr->tdls_status == TDLS_SETUP_FAILURE) { in mwifiex_tdls_process_config_link()
990 if (sta_ptr && sta_ptr->tdls_status == TDLS_SETUP_INPROGRESS) { in mwifiex_tdls_process_create_link()
1000 sta_ptr->tdls_status = TDLS_SETUP_INPROGRESS; in mwifiex_tdls_process_create_link()
1048 if (sta_ptr && (sta_ptr->tdls_status != TDLS_SETUP_FAILURE)) { in mwifiex_tdls_process_enable_link()
1052 sta_ptr->tdls_status = TDLS_SETUP_COMPLETE; in mwifiex_tdls_process_enable_link()
1121 return sta_ptr->tdls_status; in mwifiex_get_tdls_link_status()
1143 if (sta_ptr->tdls_status == TDLS_SETUP_COMPLETE) { in mwifiex_get_tdls_list()
1203 peer->tdls_status == TDLS_NOT_SETUP && in mwifiex_tdls_check_tx()
1206 peer->tdls_status = TDLS_SETUP_INPROGRESS; in mwifiex_tdls_check_tx()
1260 tdls_peer->tdls_status = TDLS_SETUP_INPROGRESS; in mwifiex_add_auto_tdls_peer()
[all …]
Dwmm.c679 int tdls_status = TDLS_NOT_SETUP; in mwifiex_wmm_add_buf_txqueue() local
691 tdls_status = mwifiex_get_tdls_link_status(priv, ra); in mwifiex_wmm_add_buf_txqueue()
711 switch (tdls_status) { in mwifiex_wmm_add_buf_txqueue()
Dsta_cmdresp.c893 node->tdls_status = TDLS_SETUP_FAILURE; in mwifiex_ret_tdls_oper()
906 node->tdls_status = TDLS_SETUP_FAILURE; in mwifiex_ret_tdls_oper()
Dmain.h705 u8 tdls_status; member
712 u8 tdls_status; member