Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_tdma.c166 ts->tdma_slot = 1; /* passive operation */ in ieee80211_tdma_vattach()
242 ts->tdma_slot != 0) { in tdma_newstate()
271 ts->tdma_slot != 0 && in tdma_newstate()
447 slot = ts->tdma_slot; in tdma_update()
462 if (slot != ts->tdma_slot) in tdma_update()
483 ts->tdma_slot = slot; in tdma_update()
491 __func__, ts->tdma_slot, ts->tdma_slotcnt, in tdma_update()
551 if (tdma->tdma_slot >= TDMA_MAXSLOTS) { in tdma_process_params()
554 wh, "tdma", "invalid slot %u", tdma->tdma_slot); in tdma_process_params()
562 if (tdma->tdma_slot != ts->tdma_slot && in tdma_process_params()
[all …]
H A Dieee80211_tdma.h54 u_int8_t tdma_slot; /* station slot # [0..7] */ member
72 uint8_t tdma_slot; /* station slot # */ member
H A Dieee80211_ddb.c366 ts->tdma_version, ts->tdma_slot, ts->tdma_bintval, ts->tdma_peer); in _db_show_tdma()
H A Dieee80211_scan_sta.c1062 else if (tdma->tdma_slot != 0) in match_bss()
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c216 if (tdma->tdma_slot == 0) { in ath_tdma_bintvalsetup()
312 tdma->tdma_slot, tdma->tdma_slotlen, tdma->tdma_slotcnt, in ath_tdma_config()
320 t.tdma_slot = htobe32(tdma->tdma_slot); in ath_tdma_config()
386 ts->tdma_slot, ts->tdma_slotcnt, ts->tdma_slotlen, in ath_tdma_update()
H A Dif_ath_alq.h58 uint32_t tdma_slot; member
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h148 int32_t tdma_slot; member
H A Dwlan_sys.c1579 wif->tdma_slot = val; in wlan_config_set_snmp_intval()
1965 wif->tdma_slot = 0; in wlan_config_check()
H A Dwlan_snmp.c645 ctx->scratch->int1 = wif->tdma_slot; in op_wlan_iface_config()
838 val->v.integer = wif->tdma_slot; in op_wlan_iface_config()
/freebsd/sbin/ifconfig/
H A Difieee80211.c3452 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt, in printtdmaie()