Searched defs:ieee80211_tdma_param (Results 1 – 1 of 1) sorted by relevance
49 struct ieee80211_tdma_param { struct50 u_int8_t tdma_id; /* IEEE80211_ELEMID_VENDOR */51 u_int8_t tdma_len;52 u_int8_t tdma_oui[3]; /* TDMA_OUI */53 u_int8_t tdma_type; /* TDMA_OUI_TYPE */54 u_int8_t tdma_subtype; /* TDMA_SUBTYPE_PARAM */55 u_int8_t tdma_version; /* spec revision */56 u_int8_t tdma_slot; /* station slot # [0..7] */57 u_int8_t tdma_slotcnt; /* bss slot count [1..8] */60 u_int8_t tdma_inuse[1]; /* slot occupancy map */[all …]