Searched refs:tdma_slot (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/net80211/
H A Dieee80211_tdma.c171 ts->tdma_slot = 1; /* passive operation */
247 ts->tdma_slot != 0) {
276 ts->tdma_slot != 0 &&
452 slot = ts->tdma_slot;
467 if (slot != ts->tdma_slot)
488 ts->tdma_slot = slot;
496 __func__, ts->tdma_slot, ts->tdma_slotcnt,
556 if (tdma->tdma_slot >= TDMA_MAXSLOTS) {
559 wh, "tdma", "invalid slot %u", tdma->tdma_slot);
567 if (tdma->tdma_slot !
[all...]
H A Dieee80211_tdma.h56 u_int8_t tdma_slot; /* station slot # [0..7] */ member in struct:ieee80211_tdma_param
74 uint8_t tdma_slot; /* station slot # */ member in struct:ieee80211_tdma_state
91 #define TDMA_UPDATE_SLOT 0x0001 /* tdma_slot changed */
H A Dieee80211_ddb.c318 ts->tdma_version, ts->tdma_slot, ts->tdma_bintval, ts->tdma_peer);
H A Dieee80211_scan_sta.c1064 else if (tdma->tdma_slot != 0)
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tdma.c218 if (tdma->tdma_slot == 0) {
314 tdma->tdma_slot, tdma->tdma_slotlen, tdma->tdma_slotcnt,
322 t.tdma_slot = htobe32(tdma->tdma_slot);
388 ts->tdma_slot, ts->tdma_slotcnt, ts->tdma_slotlen,
H A Dif_ath_alq.h60 uint32_t tdma_slot; member in struct:if_ath_alq_tdma_timer_config
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h151 int32_t tdma_slot; member in struct:wlan_iface
H A Dwlan_sys.c1582 wif->tdma_slot = val;
1968 wif->tdma_slot = 0;
H A Dwlan_snmp.c648 ctx->scratch->int1 = wif->tdma_slot;
841 val->v.integer = wif->tdma_slot;
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c3435 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt,

Completed in 200 milliseconds