Searched refs:link_detect_info (Results 1 – 6 of 6) sorted by relevance
1143 (priv->rtllib->link_detect_info.SlotNum); in _rtl92e_update_rxcounts()1197 ieee->link_detect_info.NumTxOkInPeriod > 100) in _rtl92e_watchdog_wq_cb()1228 ieee->link_detect_info.NumRxOkInPeriod = 0; in _rtl92e_watchdog_wq_cb()1229 ieee->link_detect_info.NumTxOkInPeriod = 0; in _rtl92e_watchdog_wq_cb()1230 ieee->link_detect_info.NumRxUnicastOkInPeriod = 0; in _rtl92e_watchdog_wq_cb()1271 ieee->link_detect_info.NumRecvBcnInPeriod = 0; in _rtl92e_watchdog_wq_cb()1272 ieee->link_detect_info.NumRecvDataInPeriod = 0; in _rtl92e_watchdog_wq_cb()2033 priv->rtllib->link_detect_info.NumTxOkInPeriod++; in _rtl92e_irq()2038 priv->rtllib->link_detect_info.NumTxOkInPeriod++; in _rtl92e_irq()2043 priv->rtllib->link_detect_info.NumTxOkInPeriod++; in _rtl92e_irq()[all …]
394 if (priv->rtllib->link_detect_info.bBusyTraffic) in _rtl92e_wx_set_scan()
359 if (ieee->link_detect_info.NumRecvBcnInPeriod == 0 || in rtllib_wx_sync_scan_wq()360 ieee->link_detect_info.NumRecvDataInPeriod == 0) { in rtllib_wx_sync_scan_wq()361 ieee->link_detect_info.NumRecvBcnInPeriod = 1; in rtllib_wx_sync_scan_wq()362 ieee->link_detect_info.NumRecvDataInPeriod = 1; in rtllib_wx_sync_scan_wq()
1376 ieee->link_detect_info.SlotNum = 2 * (1 + in rtllib_associate_complete_wq()1381 ieee->link_detect_info.NumRecvBcnInPeriod = 1; in rtllib_associate_complete_wq()1382 ieee->link_detect_info.NumRecvDataInPeriod = 1; in rtllib_associate_complete_wq()2122 ieee->link_detect_info.bBusyTraffic = false; in rtllib_rx_deauth()2643 ieee->link_detect_info.SlotIndex = 0; in rtllib_softmac_init()2644 ieee->link_detect_info.SlotNum = 2; in rtllib_softmac_init()2645 ieee->link_detect_info.NumRecvBcnInPeriod = 0; in rtllib_softmac_init()2646 ieee->link_detect_info.NumRecvDataInPeriod = 0; in rtllib_softmac_init()2647 ieee->link_detect_info.NumTxOkInPeriod = 0; in rtllib_softmac_init()2648 ieee->link_detect_info.NumRxOkInPeriod = 0; in rtllib_softmac_init()[all …]
1196 if (((ieee->link_detect_info.NumRxUnicastOkInPeriod + in rtllib_rx_check_leave_lps()1197 ieee->link_detect_info.NumTxOkInPeriod) > 8) || in rtllib_rx_check_leave_lps()1198 (ieee->link_detect_info.NumRxUnicastOkInPeriod > 2)) { in rtllib_rx_check_leave_lps()1339 ieee->link_detect_info.NumRecvDataInPeriod++; in rtllib_rx_InfraAdhoc()1340 ieee->link_detect_info.NumRxOkInPeriod++; in rtllib_rx_InfraAdhoc()1421 ieee->link_detect_info.NumRxUnicastOkInPeriod += nr_subframes; in rtllib_rx_InfraAdhoc()2566 ieee->link_detect_info.NumRecvBcnInPeriod++; in rtllib_process_probe_response()
1587 struct rt_link_detect link_detect_info; member