Searched refs:eapol_txcb (Results 1 – 3 of 3) sorted by relevance
202 void eapol_txcb(uint8_t *eapol_payload, size_t len, bool tx_failure);
2638 void eapol_txcb(uint8_t *eapol_payload, size_t len, bool tx_failure) in eapol_txcb() function
135 ret = (esp_wifi_register_eapol_txdonecb_internal(eapol_txcb) == ESP_OK); in wpa_attach()