[][src]Function esp_idf_bindgen::esp_wifi_ap_get_sta_aid

pub unsafe extern "C" fn esp_wifi_ap_get_sta_aid(
    mac: *const u8,
    aid: *mut u16
) -> esp_err_t

@brief Get AID of STA connected with soft-AP

@param mac STA's mac address @param[out] aid Store the AID corresponding to STA mac

@return