Home | History | Annotate | Download | only in ap

Lines Matching defs:cb

2173 	struct eapol_auth_cb cb;
2213 os_memset(&cb, 0, sizeof(cb));
2214 cb.eapol_send = ieee802_1x_eapol_send;
2215 cb.aaa_send = ieee802_1x_aaa_send;
2216 cb.finished = _ieee802_1x_finished;
2217 cb.get_eap_user = ieee802_1x_get_eap_user;
2218 cb.sta_entry_alive = ieee802_1x_sta_entry_alive;
2219 cb.logger = ieee802_1x_logger;
2220 cb.set_port_authorized = ieee802_1x_set_port_authorized;
2221 cb.abort_auth = _ieee802_1x_abort_auth;
2222 cb.tx_key = _ieee802_1x_tx_key;
2223 cb.eapol_event = ieee802_1x_eapol_event;
2225 cb.erp_get_key = ieee802_1x_erp_get_key;
2226 cb.erp_add_key = ieee802_1x_erp_add_key;
2229 hapd->eapol_auth = eapol_auth_init(&conf, &cb);