Searched defs:rt_link_detect (Results 1 – 2 of 2) sorted by relevance
1112 struct rt_link_detect { struct1113 u32 NumRecvBcnInPeriod;1114 u32 NumRecvDataInPeriod;1116 u32 RxBcnNum[RT_MAX_LD_SLOT_NUM];1117 u32 RxDataNum[RT_MAX_LD_SLOT_NUM];1118 u16 SlotNum;1119 u16 SlotIndex;1121 u32 num_tx_ok_in_period;1122 u32 num_rx_ok_in_period;1123 u32 NumRxUnicastOkInPeriod;[all …]
2111 struct rt_link_detect { struct2113 u32 bcn_rx_inperiod;2114 u32 roam_times;2116 u32 num_tx_in4period[4];2117 u32 num_rx_in4period[4];2119 u32 num_tx_inperiod;2120 u32 num_rx_inperiod;2122 bool busytraffic;2123 bool tx_busy_traffic;2124 bool rx_busy_traffic;[all …]