Home
last modified time | relevance | path

Searched refs:set_port_authorized (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/eapol_auth/
Deapol_auth_sm.h56 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized); member
Deapol_auth_sm.c30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
1260 eapol->cb.set_port_authorized = cb->set_port_authorized; in eapol_auth_init()
/hostap-latest/src/ap/
Dieee802_1x.c2585 cb.set_port_authorized = ieee802_1x_set_port_authorized; in ieee802_1x_init()