BluFi additional/unhandled fields

p-rimes
Posts: 89
Joined: Thu Jun 08, 2017 6:20 pm

BluFi additional/unhandled fields

Postby p-rimes » Fri Oct 13, 2017 11:45 pm

From

Code: Select all

examples/bluetooth/blufi/main/blufi_example_main.c
we see:

Code: Select all

  case ESP_BLUFI_EVENT_RECV_USERNAME:
        /* Not handle currently */
        break;
  case ESP_BLUFI_EVENT_RECV_CA_CERT:
        /* Not handle currently */
        break;
  case ESP_BLUFI_EVENT_RECV_CLIENT_CERT:
        /* Not handle currently */
        break;
  case ESP_BLUFI_EVENT_RECV_SERVER_CERT:
        /* Not handle currently */
        break;
  case ESP_BLUFI_EVENT_RECV_CLIENT_PRIV_KEY:
        /* Not handle currently */
        break;;
  case ESP_BLUFI_EVENT_RECV_SERVER_PRIV_KEY:
        /* Not handle currently */
        break;
 
Those features would be great to have, in both the Android/iOS blufi client lib. Everything else works great, I'm happy with the encryption when sending SSID + password, I just want to be able to set more fields (or a generic field I can fill with binary data). Is there any way to fork the EspBlufi and iosBlufi libraries to add support for custom fields ourselves?

Who is online

Users browsing this forum: faizannazir289 and 215 guests