Function esp_idf_sys::esp_wifi_sta_get_aid
source ยท pub unsafe extern "C" fn esp_wifi_sta_get_aid(
aid: *mut u16,
) -> esp_err_t
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