Searched refs:tdma_slot (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_tdma.c | 166 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 D | ieee80211_tdma.h | 54 u_int8_t tdma_slot; /* station slot # [0..7] */ member 72 uint8_t tdma_slot; /* station slot # */ member
|
H A D | ieee80211_ddb.c | 366 ts->tdma_version, ts->tdma_slot, ts->tdma_bintval, ts->tdma_peer); in _db_show_tdma()
|
H A D | ieee80211_scan_sta.c | 1062 else if (tdma->tdma_slot != 0) in match_bss()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tdma.c | 216 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 D | if_ath_alq.h | 58 uint32_t tdma_slot; member
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.h | 148 int32_t tdma_slot; member
|
H A D | wlan_sys.c | 1579 wif->tdma_slot = val; in wlan_config_set_snmp_intval() 1965 wif->tdma_slot = 0; in wlan_config_check()
|
H A D | wlan_snmp.c | 645 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 D | ifieee80211.c | 3452 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt, in printtdmaie()
|