Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h450 struct beacon_info { struct
451 qdf_nbuf_t buf;
452 uint32_t len;
453 uint8_t dma_mapped;
454 uint32_t tim_ie_offset;
455 uint8_t dtim_count;
456 uint16_t seq_no;
457 uint8_t noa_sub_ie[2 + WMA_NOA_IE_SIZE(WMA_MAX_NOA_DESCRIPTORS)];
458 uint16_t noa_sub_ie_len;
459 uint8_t *noa_ie;
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_vdev_mlme.h636 struct vdev_mlme_beacon_info beacon_info; member