feat(wpa_supplicant): sync include and port files with idf@664bf793

This commit is contained in:
Li Jingyi
2020-07-21 16:35:33 +08:00
parent 520f33cbcc
commit d78a7448f1
10 changed files with 96 additions and 143 deletions

View File

@@ -38,7 +38,7 @@ void wpabuf_free(struct wpabuf *buf);
void * wpabuf_put(struct wpabuf *buf, size_t len);
struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len);
void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
void wpabuf_printf(struct wpabuf *buf, const char *fmt, ...) PRINTF_FORMAT(2, 3);
/**