Home
last modified time | relevance | path

Searched refs:nbeacons (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c187 int nbeacons; in mt76x02u_pre_tbtt_work() local
212 nbeacons = hweight8(dev->mt76.beacon_mask); in mt76x02u_pre_tbtt_work()
213 mt76x02_enqueue_buffered_bc(dev, &data, N_BCN_SLOTS - nbeacons); in mt76x02u_pre_tbtt_work()
/freebsd/sys/dev/wpi/
H A Dif_wpireg.h622 #define WPI_PAUSE_SCAN(nbeacons, time) ((nbeacons << 24) | time) argument
H A Dif_wpi.c4076 uint32_t nbeacons = time / bintval; in wpi_get_scan_pause_time() local
4081 return WPI_PAUSE_SCAN(nbeacons, mod); in wpi_get_scan_pause_time()
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h156 u_int nbeacons; member
H A Dif_iwn.c6025 if (++calib->nbeacons < 20) in iwn_collect_noise()