OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notify_status
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap.h
231
*
notify_status
- Notification of the current EAP state
236
void (*
notify_status
)(void *ctx, const char *status,
member in struct:eapol_callbacks
eap.c
90
if (sm->eapol_cb->
notify_status
)
91
sm->eapol_cb->
notify_status
(sm->eapol_ctx, status, parameter);
[
all
...]
Completed in 24 milliseconds