Searched defs:ConnetResult (Results 1 – 1 of 1) sorted by relevance
282 struct ConnetResult { struct283 uint8_t bssid[ETH_ADDR_LEN]; /**< MAC address of the AP associated with the station */284 uint16_t statusCode; /**< 16-bit status code defined in the IEEE protocol */285 uint8_t *rspIe; /**< Association response IE */286 uint8_t *reqIe; /**< Association request IE */287 uint32_t reqIeLen; /**< Length of the association request IE */288 uint32_t rspIeLen; /**< Length of the association response IE */289 uint16_t connectStatus; /**< Connection status */290 uint16_t freq; /**< Frequency of the AP */