Found 12 other functions taking a
wpa_eapol_key
argument:
wpa_supplicant_send_2_of_4 - Send message 2 of WPA/RSN 4-Way Handshake @sm: Pointer to WPA state machine data from wpa_sm_init() @dst: Destination address for the frame @key: Pointer to the EAPOL-Key frame header @ver: Version bits from EAPOL-Key Key Info @nonce: Nonce value for the EAPOL-Key frame @wpa_ie: WPA/RSN IE @wpa_ie_len: Length of the WPA/RSN IE @ptk: PTK to use for keyed hash and encryption Returns: 0 on success, -1 on failure
wpa_supplicant_send_4_of_4 - Send message 4 of WPA/RSN 4-Way Handshake @sm: Pointer to WPA state machine data from wpa_sm_init() @dst: Destination address for the frame @key: Pointer to the EAPOL-Key frame header @ver: Version bits from EAPOL-Key Key Info @key_info: Key Info @ptk: PTK to use for keyed hash and encryption Returns: 0 on success, -1 on failure