Home
last modified time | relevance | path

Searched defs:nbeacons (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c189 int nbeacons; in mt76x02u_pre_tbtt_work() local
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h156 u_int nbeacons; member
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4076 uint32_t nbeacons = time / bintval; in wpi_get_scan_pause_time() local
H A Dif_wpireg.h622 #define WPI_PAUSE_SCAN(nbeacons, time) ((nbeacons << 24) | time) argument