Function esp_idf_hal::sys::esp_wifi_sta_get_aid
source ยท pub unsafe extern "C" fn esp_wifi_sta_get_aid(aid: *mut u16) -> i32
Expand description
@brief Get the Association id assigned to STA by AP
@param[out] aid store the aid
@attention aid = 0 if station is not connected to AP.
@return
- ESP_OK: succeed