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