Searched refs:beacons (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/tools/tools/net80211/scripts/
H A Dsetup.wdsrelay23 WLAN_STA=`ifconfig wlan create wlanmode sta wlandev $WIRELESS -beacons`
/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c114 printf("%s: bad_cts=%d, bad_ack=%d, not_bss=%d, filtered=%d, bad_chan=%d, beacons=%d\n",
121 le32toh(g->beacons));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c308 * to synchronize its TSF to the correct beacons and receive frames coming
416 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c309 * to synchronize its TSF to the correct beacons and receive frames coming
419 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT);
/freebsd-11-stable/tools/tools/ath/athstats/
H A Dathstats.c215 { 7, "bexmit", "bexmit", "beacons transmitted" },
382 { 5, "beacons","beacons", "beacons received" },
384 { 3, "avgbrssi","BSI", "average rssi (beacons only)" },
700 case S_MIB_BEACONS: MIBSTAT(beacons);
945 case S_MIB_BEACONS: MIBSTAT(beacons);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h527 * This flag does not affect IWN_BEACON_STATISTICS after beacons (see below).
530 * IWN_BEACON_STATISTICS after received beacons. This flag
881 uint32_t beacons; member in struct:iwn_pmgt_cmd
1574 uint32_t beacons; member in struct:iwn_rx_general_stats
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h408 HAL_RX_FILTER_MYBEACON = 0x00000200, /* Filter beacons other than mine */
626 uint32_t beacons; member in struct:__anon9134
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c213 * to synchronize its TSF to the correct beacons and receive frames coming
387 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c285 * to synchronize its TSF to the correct beacons and receive frames coming
458 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT);
471 stats->beacons = istats->beacons;

Completed in 320 milliseconds