[][src]Function esp_idf_bindgen::esp_wifi_set_vendor_ie_cb

pub unsafe extern "C" fn esp_wifi_set_vendor_ie_cb(
    cb: esp_vendor_ie_cb_t,
    ctx: *mut c_void
) -> esp_err_t

@brief Register Vendor-Specific Information Element monitoring callback.

@param cb Callback function @param ctx Context argument, passed to callback function.

@return