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

/freebsd-11.0-release/sys/net80211/
H A Dieee80211_tdma.c166 ts->tdma_slot = 1; /* passive operation */
240 ts->tdma_slot != 0) {
268 ts->tdma_slot != 0 &&
444 slot = ts->tdma_slot;
459 if (slot != ts->tdma_slot)
480 ts->tdma_slot = slot;
488 __func__, ts->tdma_slot, ts->tdma_slotcnt,
548 if (tdma->tdma_slot >= TDMA_MAXSLOTS) {
551 wh, "tdma", "invalid slot %u", tdma->tdma_slot);
559 if (tdma->tdma_slot !
[all...]
H A Dieee80211_tdma.h54 u_int8_t tdma_slot; /* station slot # [0..7] */ member in struct:ieee80211_tdma_param
72 uint8_t tdma_slot; /* station slot # */ member in struct:ieee80211_tdma_state
89 #define TDMA_UPDATE_SLOT 0x0001 /* tdma_slot changed */
H A Dieee80211_ddb.c310 ts->tdma_version, ts->tdma_slot, ts->tdma_bintval, ts->tdma_peer);
H A Dieee80211_scan_sta.c1017 else if (tdma->tdma_slot != 0)
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tdma.c216 if (tdma->tdma_slot == 0) {
311 tdma->tdma_slot, tdma->tdma_slotlen, tdma->tdma_slotcnt,
319 t.tdma_slot = htobe32(tdma->tdma_slot);
385 ts->tdma_slot, ts->tdma_slotcnt, ts->tdma_slotlen,
H A Dif_ath_alq.h58 uint32_t tdma_slot; member in struct:if_ath_alq_tdma_timer_config
/freebsd-11.0-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h149 int32_t tdma_slot; member in struct:wlan_iface
H A Dwlan_sys.c1579 wif->tdma_slot = val;
1965 wif->tdma_slot = 0;
H A Dwlan_snmp.c645 ctx->scratch->int1 = wif->tdma_slot;
838 val->v.integer = wif->tdma_slot;
/freebsd-11.0-release/sbin/ifconfig/
H A Difieee80211.c3044 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt,

Completed in 206 milliseconds