Searched defs:InnerConnetResult (Results 1 – 1 of 1) sorted by relevance
51 struct InnerConnetResult { struct52 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 */