[][src]Function esp_idf_bindgen::esp_wifi_deauth_sta

pub unsafe extern "C" fn esp_wifi_deauth_sta(aid: u16) -> esp_err_t

@brief deauthenticate all stations or associated id equals to aid

@param aid when aid is 0, deauthenticate all stations, otherwise deauthenticate station whose associated id is aid

@return