Commit 91e968d
Fix handling of IEs in authentication
When copying event from driver and postnig to WPA supplicant, the IE's
are not copied, so, if WPA supplicant takes longer to process the event
the driver frees the IEs causing invalid data to be processed by WPA
supplicant. This is a common issue to all events.
For now Authentication events are being affected due to WPA3-SAE taking
longer to process, so, fix only Authentication events for now as a
generic fix needs more work and thought.
Signed-off-by: Krishna T <[email protected]>1 parent 490d2fd commit 91e968d
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
35 | 50 | | |
36 | 51 | | |
37 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
| |||
0 commit comments