Does Wireshark supports decryption of 802.11 packets with PTK as user's input (instead of PMK/password)?
When Wireshark decrypt 802.11 packets, it uses the password to generate the PMK. The next step is to take the 4-way handshake (EAPOLS) and create (using the PMK and the EAPOLS) the unicast keys - Pairwise transient key (PTK).
In case of not capturing the 4-way handshake the calculation of the PTK is impossible.
Does provide the PTK straight from the user is something possible on Wireshark (bypass the PTK calculation that exists today)?