Search found 3 matches

by Michal1994
Fri Jun 15, 2018 4:17 pm
Forum: ESP-IDF
Topic: internal functions source code
Replies: 4
Views: 5634

Re: internal functions source code

Yes, i found this functions in wpa_supplicant. I put some printf() commands in this functions to find out which function is called while transmitting, but surprisingly anyone was called, so i think that encryption is done in esp_wifi_internal_tx(). I also found encryption funbctions is esp32/hwcrypt...
by Michal1994
Fri Jun 15, 2018 7:07 am
Forum: ESP-IDF
Topic: internal functions source code
Replies: 4
Views: 5634

Re: internal functions source code

Thank you for reply. I want to know whole process of encryption and i also want to obtain aes key which is use for this encryption. Then i want to use this informations to generate and encrypt my own packets and send it using ieee80211_freedom_output() or esp_wifi_80211_tx() functions. I found some ...
by Michal1994
Thu Jun 14, 2018 7:51 pm
Forum: ESP-IDF
Topic: internal functions source code
Replies: 4
Views: 5634

internal functions source code

Hello.

I'm looking for source code of functions from esp_wifi_internal.h header file. Is there any way to get source code of this functions?

Thanks,
Michał