Searched defs:ie_config_cmd (Results 1 – 1 of 1) sorted by relevance
274 struct ie_config_cmd { struct275 struct ie_cmd_common com; /* common part */278 u_char ie_config_count; /* byte count (0x0c) */279 u_char ie_fifo; /* fifo (8) */280 u_char ie_save_bad; /* save bad frames (0x40) */281 u_char ie_addr_len; /* address length (0x2e) (AL-LOC == 1) */282 u_char ie_priority; /* priority and backoff (0x0) */283 u_char ie_ifs; /* inter-frame spacing (0x60) */284 u_char ie_slot_low; /* slot time, LSB (0x0) */285 u_char ie_slot_high; /* slot time, MSN, and retries (0xf2) */[all …]