Home
last modified time | relevance | path

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

/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dhdf_wl_interface.h51 struct InnerConnetResult { struct
52 uint8_t *bssid; /**< MAC address of the AP associated with the station */
53 uint16_t statusCode; /**< 16-bit status code defined in the IEEE protocol */
54 uint8_t *rspIe; /**< Association response IE */
55 uint8_t *reqIe; /**< Association request IE */
56 uint32_t reqIeLen; /**< Length of the association request IE */
57 uint32_t rspIeLen; /**< Length of the association response IE */
58 uint16_t connectStatus; /**< Connection status */
59 uint16_t freq; /**< Frequency of the AP */