HomeSort by: relevance | last modified time | path
    Searched refs:ic_dtim_count (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net80211/
ieee80211_var.h 144 u_int8_t ic_dtim_count; /* DTIM count for last bcn */ member in struct:ieee80211com
  /src/sys/dev/ic/
rt2860.c 1512 if (ic->ic_dtim_count == 0)
1513 ic->ic_dtim_count = ic->ic_dtim_period - 1;
1515 ic->ic_dtim_count--;
1522 if (ic->ic_dtim_count == 0)
arn5008.c 1084 if (ic->ic_dtim_count == 0)
1085 ic->ic_dtim_count = ic->ic_dtim_period - 1;
1087 ic->ic_dtim_count--;
arn9003.c 1230 if (ic->ic_dtim_count == 0)
1231 ic->ic_dtim_count = ic->ic_dtim_period - 1;
1233 ic->ic_dtim_count--;
athn.c 1991 int dtim_count = ic->ic_dtim_count;
  /src/sys/dev/usb/
if_athn_usb.c 1968 if (ic->ic_dtim_count == 0)
1969 ic->ic_dtim_count = ic->ic_dtim_period - 1;
1971 ic->ic_dtim_count--;

Completed in 47 milliseconds