| /freebsd/tools/tools/net80211/scripts/ |
| H A D | setup.wdsrelay | 22 WLAN_STA=`ifconfig wlan create wlanmode sta wlandev $WIRELESS -beacons`
|
| /freebsd/tools/tools/iwn/iwnstats/ |
| H A D | main.c | 118 le32toh(g->beacons)); in iwn_stats_rx_general_print()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.h | 243 int beacons; /* # of beacons since assoc */ member
|
| H A D | linux_80211.c | 2379 lvif->beacons = 0; in lkpi_disassoc() 2883 lvif->beacons = 0; in lkpi_sta_scan_to_auth() 3221 lvif->beacons = 0; in lkpi_sta_assoc_to_run() 4230 lvif->beacons++; in lkpi_iv_sta_recv_mgmt() 9474 lvif->lvif_bss_synched, vif->cfg.assoc, lvif->beacons, 9491 lvif->lvif_bss_synched, vif->cfg.assoc, lvif->beacons,
|
| /freebsd/sys/dev/ath/ath_hal/ar5210/ |
| H A D | ar5210_misc.c | 416 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT); in ar5210UpdateMibCounters()
|
| /freebsd/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_misc.c | 419 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT); in ar5211UpdateMibCounters()
|
| /freebsd/tools/tools/ath/athstats/ |
| H A D | athstats.c | 710 case S_MIB_BEACONS: MIBSTAT(beacons); in ath_get_curstat() 963 case S_MIB_BEACONS: MIBSTAT(beacons); in ath_get_totstat()
|
| /freebsd/sys/dev/iwn/ |
| H A D | if_iwnreg.h | 914 uint32_t beacons; member 1614 uint32_t beacons; member
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | README-MULTI-AP | 98 1. Backhaul BSS beacons do not advertise WPS support (other than that, nothing
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | mac.c | 1549 struct ieee80211_ema_beacons *beacons; in ath11k_mac_setup_bcn_tmpl_ema() local 1555 beacons = ieee80211_beacon_get_template_ema_list(tx_arvif->ar->hw, in ath11k_mac_setup_bcn_tmpl_ema() 1557 if (!beacons || !beacons->cnt) { in ath11k_mac_setup_bcn_tmpl_ema() 1564 if (ath11k_mac_set_vif_params(tx_arvif, beacons->bcn[0].skb)) in ath11k_mac_setup_bcn_tmpl_ema() 1570 for (i = 0; i < beacons->cnt; i++) { in ath11k_mac_setup_bcn_tmpl_ema() 1574 beacons->bcn[i].skb); in ath11k_mac_setup_bcn_tmpl_ema() 1576 params = beacons->cnt; in ath11k_mac_setup_bcn_tmpl_ema() 1579 params |= ((i + 1 == beacons->cnt ? 1 : 0) << WMI_EMA_LAST_TMPL_SHIFT); in ath11k_mac_setup_bcn_tmpl_ema() 1582 &beacons->bcn[i].offs, in ath11k_mac_setup_bcn_tmpl_ema() 1583 beacons->bcn[i].skb, params); in ath11k_mac_setup_bcn_tmpl_ema() [all …]
|
| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_misc.c | 460 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT); in ar9300_update_mib_mac_stats() 473 stats->beacons = istats->beacons; in ar9300_get_mib_mac_stats()
|
| /freebsd/sys/dev/ath/ath_hal/ |
| H A D | ah.h | 639 uint32_t beacons; member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 1741 struct ieee80211_ema_beacons *beacons; in ath12k_mac_setup_bcn_tmpl_ema() local 1746 beacons = ieee80211_beacon_get_template_ema_list(ath12k_ar_to_hw(tx_arvif->ar), in ath12k_mac_setup_bcn_tmpl_ema() 1749 if (!beacons || !beacons->cnt) { in ath12k_mac_setup_bcn_tmpl_ema() 1756 ath12k_mac_set_arvif_ies(arvif, tx_arvif, beacons->bcn[0].skb, 0, NULL); in ath12k_mac_setup_bcn_tmpl_ema() 1758 for (i = 0; i < beacons->cnt; i++) { in ath12k_mac_setup_bcn_tmpl_ema() 1760 ath12k_mac_set_arvif_ies(arvif, tx_arvif, beacons->bcn[i].skb, in ath12k_mac_setup_bcn_tmpl_ema() 1764 ema_args.bcn_cnt = beacons->cnt; in ath12k_mac_setup_bcn_tmpl_ema() 1766 ret = ath12k_wmi_bcn_tmpl(tx_arvif, &beacons->bcn[i].offs, in ath12k_mac_setup_bcn_tmpl_ema() 1767 beacons->bcn[i].skb, &ema_args); in ath12k_mac_setup_bcn_tmpl_ema() 1781 ieee80211_beacon_free_ema_list(beacons); in ath12k_mac_setup_bcn_tmpl_ema()
|
| /freebsd/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_misc.c | 387 stats->beacons += OS_REG_READ(ah, AR_BEACON_CNT); in ar5212UpdateMibCounters()
|
| /freebsd/sys/net80211/ |
| H A D | DATAPATH_TRANSMIT.md | 333 in the 802.11 header; TIM/ATIM bitmaps in beacons, NULL data frames to wake up)
|
| H A D | PROTOCOL.md | 537 beacons which reuse the key indexes for their traffic, but then don't treat
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | BEGEMOT-WIRELESS-MIB.txt | 732 beacons before an interface operating in station mode will attempt
|