Searched refs:SlotNum (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_r8192s.h386 u16 SlotNum; member in struct:rt_link_detect
H A Dieee80211_softmac.c1427 ieee->LinkDetectInfo.SlotNum = 2 * (1 + ieee->current_network.beacon_interval/500);
2746 ieee->LinkDetectInfo.SlotNum = 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180.h228 u16 SlotNum; // number of CheckForHang period to determine link status, default is 2 member in struct:_link_detect_t
H A Dr8180_core.c2542 plink_detect->SlotNum = DEFAULT_SLOT_NUM;
3287 SlotIndex = (priv->link_detect.SlotIndex++) % priv->link_detect.SlotNum;
3289 for (i = 0; i < priv->link_detect.SlotNum; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_softmac.c972 ieee->LinkDetectInfo.SlotNum = 2 * (1 + ieee->current_network.beacon_interval/500);
2426 ieee->LinkDetectInfo.SlotNum = 2;
H A Dieee80211.h1812 u16 SlotNum; // number of CheckForHang period to determine link status member in struct:_RT_LINK_DETECT_T
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c961 ieee->LinkDetectInfo.SlotNum = 2 * (1 + ieee->current_network.beacon_interval/500);
2301 ieee->LinkDetectInfo.SlotNum = 2;
H A Dieee80211.h1772 u16 SlotNum; // number of CheckForHang period to determine link status member in struct:_RT_LINK_DETECT_T
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1765 u16 SlotNum; // number of CheckForHang period to determine link status member in struct:_RT_LINK_DETECT_T
H A Dr8192E_core.c4504 SlotIndex = (priv->ieee80211->LinkDetectInfo.SlotIndex++)%(priv->ieee80211->LinkDetectInfo.SlotNum);
4507 for( i=0; i<priv->ieee80211->LinkDetectInfo.SlotNum; i++ ){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c4102 SlotIndex = (priv->ieee80211->LinkDetectInfo.SlotIndex++)%(priv->ieee80211->LinkDetectInfo.SlotNum);
4105 for( i=0; i<priv->ieee80211->LinkDetectInfo.SlotNum; i++ ){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c5440 SlotIndex = (priv->ieee80211->LinkDetectInfo.SlotIndex++)%(priv->ieee80211->LinkDetectInfo.SlotNum);
5443 for( i=0; i<priv->ieee80211->LinkDetectInfo.SlotNum; i++ ){

Completed in 209 milliseconds