Home
last modified time | relevance | path

Searched refs:logcwmin (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/net80211/
Dieee80211_proto.c565 u_int8_t logcwmin; member
672 wmep->wmep_logcwmin = pPhyParam->logcwmin; in ieee80211_wme_initparams()
678 wmep->wmep_logcwmin = pBssPhyParam->logcwmin; in ieee80211_wme_initparams()
697 wmep->wmep_logcwmin = pBssPhyParam->logcwmin; in ieee80211_wme_initparams()
781 phyParam[ic->ic_curmode].logcwmin; in ieee80211_wme_updateparams_locked()
/netbsd/src/sys/dev/usb/
Dif_ural.c1822 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1830 logcwmin = (ic->ic_opmode == IEEE80211_M_IBSS) ? 2 : 0; in ural_enable_tsf_sync()
1832 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/netbsd/src/sys/dev/ic/
Drt2560.c2457 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2468 logcwmin = 5; in rt2560_enable_tsf_sync()
2470 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()