Searched refs:bssNotFoundCount (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmsta.c3045 /* Found IBSS, reset bssNotFoundCount */
3047 wd->sta.bssNotFoundCount = 0;
3165 if(wd->sta.bssNotFoundCount<2)
3168 zm_debug_msg1("IBSS not found, do sitesurvey!! bssNotFoundCount=", wd->sta.bssNotFoundCount);
3169 wd->sta.bssNotFoundCount++;
3177 wd->sta.bssNotFoundCount = 0;
3574 /* Reset bssNotFoundCount for Ad-Hoc:IBSS */
3577 wd->sta.bssNotFoundCount = 0;
H A Dstruct.h851 u8_t bssNotFoundCount; /* sitesurvey for search desired ISBB threshold */ member in struct:zsWlanDevSta

Completed in 147 milliseconds