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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_tdma.c165 ts->tdma_slot = 1; /* passive operation */
239 ts->tdma_slot != 0) {
267 ts->tdma_slot != 0 &&
443 slot = ts->tdma_slot;
458 if (slot != ts->tdma_slot)
479 ts->tdma_slot = slot;
487 __func__, ts->tdma_slot, ts->tdma_slotcnt,
547 if (tdma->tdma_slot >= TDMA_MAXSLOTS) {
550 wh, "tdma", "invalid slot %u", tdma->tdma_slot);
558 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
88 #define TDMA_UPDATE_SLOT 0x0001 /* tdma_slot changed */
H A Dieee80211_ddb.c326 ts->tdma_version, ts->tdma_slot, ts->tdma_bintval, ts->tdma_peer);
H A Dieee80211_scan_sta.c1016 else if (tdma->tdma_slot != 0)
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_alq.h58 uint32_t tdma_slot; member in struct:if_ath_alq_tdma_timer_config
H A Dif_ath_tdma.c215 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,
/freebsd-10.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-10.0-release/sbin/ifconfig/
H A Difieee80211.c2927 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt,

Completed in 278 milliseconds