[][src]Function esp_idf_bindgen::esp_wifi_get_protocol

pub unsafe extern "C" fn esp_wifi_get_protocol(
    ifx: wifi_interface_t,
    protocol_bitmap: *mut u8
) -> esp_err_t

@brief Get the current protocol bitmap of the specified interface

@param ifx interface @param[out] protocol_bitmap store current WiFi protocol bitmap of interface ifx

@return