⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

derive_pmk

Function derive_pmk 

Source
pub fn derive_pmk(passphrase: &[u8], ssid: &[u8]) -> [u8; 32]
Expand description

Derive PMK (Pairwise Master Key) from passphrase and SSID.

PMK = PBKDF2-SHA256(passphrase, SSID, 4096, 32)