Searched defs:nonce1 (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
| H A D | wpa.c | 712 uint8_t *nonce1, uint8_t *nonce2, uint8_t *ptk, size_t ptk_len) 732 if (memcmp(nonce1, nonce2, WPA_PMK_LEN) < 0) { 733 (void) memcpy(data + 2 * IEEE80211_ADDR_LEN, nonce1, 741 nonce1, WPA_PMK_LEN); 711 wpa_pmk_to_ptk(uint8_t *pmk, uint8_t *addr1, uint8_t *addr2, uint8_t *nonce1, uint8_t *nonce2, uint8_t *ptk, size_t ptk_len) argument
|
Completed in 314 milliseconds