Home
last modified time | relevance | path

Searched defs:ath_beacon_config (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h710 struct ath_beacon_config { struct
711 uint16_t beacon_interval;
712 uint16_t listen_interval;
713 uint16_t dtim_period;
714 uint16_t bmiss_timeout;
715 uint8_t dtim_count;
716 uint8_t tim_offset;
717 union {
720 } u; /* last received beacon/probe response timestamp of this BSS. */
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c541 ath_beacon_config(ath_t *asc) in ath_beacon_config() function