Searched defs:ieee80211_tdma_param (Results 1 – 1 of 1) sorted by relevance
47 struct ieee80211_tdma_param { struct48 u_int8_t tdma_id; /* IEEE80211_ELEMID_VENDOR */49 u_int8_t tdma_len;50 u_int8_t tdma_oui[3]; /* TDMA_OUI */51 u_int8_t tdma_type; /* TDMA_OUI_TYPE */52 u_int8_t tdma_subtype; /* TDMA_SUBTYPE_PARAM */53 u_int8_t tdma_version; /* spec revision */54 u_int8_t tdma_slot; /* station slot # [0..7] */55 u_int8_t tdma_slotcnt; /* bss slot count [1..8] */56 u_int16_t tdma_slotlen; /* bss slot len (100us) */[all …]