Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_types.h822 typedef struct wl_bss_info_struct struct
824 uint32_t version; /**< version field */
825 …th; /**< byte length of data in this record, starting at version and including IEs */
826 whd_mac_t BSSID; /**< Unique 6-byte MAC address */
827 …t16_t beacon_period; /**< Interval between two consecutive beacon frames. Units are Kusec */
828 uint16_t capability; /**< Capability information */
829 uint8_t SSID_len; /**< SSID length */
830 uint8_t SSID[32]; /**< Array to store SSID */
831 uint8_t reserved1[1]; /**< Reserved(padding) */
833 {
[all …]