Lines Matching refs:cb
30 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)
38 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta)
39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
53 if (eapol->cb.logger == NULL) in eapol_auth_logger()
55 eapol->cb.logger(eapol->conf.ctx, addr, level, txt); in eapol_auth_logger()
68 if (eapol->cb.logger == NULL) in eapol_auth_vlogger()
100 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_canned_eap()
129 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_req()
238 if (sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0, in SM_STATE()
300 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0, in SM_STATE()
329 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 1, in SM_STATE()
638 sm->eapol->cb.eapol_event(sm->eapol->conf.ctx, sm->sta, in SM_STATE()
899 return eapol->cb.sta_entry_alive(eapol->conf.ctx, addr); in eapol_sm_sta_entry_alive()
971 sm->eapol->cb.aaa_send( in eapol_sm_step_run()
979 sm->eapol->cb.eapol_event(sm->eapol->conf.ctx, sm->sta, in eapol_sm_step_run()
1034 ret = sm->eapol->cb.get_eap_user(sm->eapol->conf.ctx, identity, in eapol_sm_get_eap_user()
1068 return sm->eapol->cb.erp_get_key(sm->eapol->conf.ctx, keyname); in eapol_sm_erp_get_key()
1075 return sm->eapol->cb.erp_add_key(sm->eapol->conf.ctx, erp); in eapol_sm_erp_add_key()
1234 struct eapol_auth_cb *cb) in eapol_auth_init() argument
1254 eapol->cb.eapol_send = cb->eapol_send; in eapol_auth_init()
1255 eapol->cb.aaa_send = cb->aaa_send; in eapol_auth_init()
1256 eapol->cb.finished = cb->finished; in eapol_auth_init()
1257 eapol->cb.get_eap_user = cb->get_eap_user; in eapol_auth_init()
1258 eapol->cb.sta_entry_alive = cb->sta_entry_alive; in eapol_auth_init()
1259 eapol->cb.logger = cb->logger; in eapol_auth_init()
1260 eapol->cb.set_port_authorized = cb->set_port_authorized; in eapol_auth_init()
1261 eapol->cb.abort_auth = cb->abort_auth; in eapol_auth_init()
1262 eapol->cb.tx_key = cb->tx_key; in eapol_auth_init()
1263 eapol->cb.eapol_event = cb->eapol_event; in eapol_auth_init()
1264 eapol->cb.erp_get_key = cb->erp_get_key; in eapol_auth_init()
1265 eapol->cb.erp_add_key = cb->erp_add_key; in eapol_auth_init()