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

@brief Register Vendor-Specific Information Element monitoring callback.

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

@return

  • ESP_OK: succeed
  • ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init