Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_types.h786 typedef struct wl_bss_info_struct struct
788 uint32_t version; /**< version field */
789 …th; /**< byte length of data in this record, starting at version and including IEs */
790 whd_mac_t BSSID; /**< Unique 6-byte MAC address */
791 …t16_t beacon_period; /**< Interval between two consecutive beacon frames. Units are Kusec */
792 uint16_t capability; /**< Capability information */
793 uint8_t SSID_len; /**< SSID length */
794 uint8_t SSID[32]; /**< Array to store SSID */
795 uint8_t reserved1[1]; /**< Reserved(padding) */
797 {
[all …]