mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/set_generic_len_for_rsnxe' into 'master'
esp_wifi:bugfix set AP rsnxe ie len generic See merge request espressif/esp-idf!21953
This commit is contained in:
commit
01f7277a6b
@ -1 +1 @@
|
||||
Subproject commit d9b1611337d452ea825136be888f1744d874bd01
|
||||
Subproject commit 450b90924e28f4c5d055f1217605e8c1cb9b5836
|
@ -2407,7 +2407,7 @@ int wpa_set_bss(char *macddr, char * bssid, u8 pairwise_cipher, u8 group_cipher,
|
||||
if (res < 0)
|
||||
return -1;
|
||||
sm->assoc_wpa_ie_len = res;
|
||||
res = wpa_gen_rsnxe(sm ,assoc_rsnxe, assoc_rsnxe_len);
|
||||
res = wpa_gen_rsnxe(sm, assoc_rsnxe, assoc_rsnxe_len);
|
||||
if (res < 0)
|
||||
return -1;
|
||||
assoc_rsnxe_len = res;
|
||||
|
Loading…
Reference in New Issue
Block a user