Home | History | Annotate | Download | only in ap

Lines Matching defs:cb

1695 	struct eapol_auth_cb cb;
1729 os_memset(&cb, 0, sizeof(cb));
1730 cb.eapol_send = ieee802_1x_eapol_send;
1731 cb.aaa_send = ieee802_1x_aaa_send;
1732 cb.finished = _ieee802_1x_finished;
1733 cb.get_eap_user = ieee802_1x_get_eap_user;
1734 cb.sta_entry_alive = ieee802_1x_sta_entry_alive;
1735 cb.logger = ieee802_1x_logger;
1736 cb.set_port_authorized = ieee802_1x_set_port_authorized;
1737 cb.abort_auth = _ieee802_1x_abort_auth;
1738 cb.tx_key = _ieee802_1x_tx_key;
1739 cb.eapol_event = ieee802_1x_eapol_event;
1741 hapd->eapol_auth = eapol_auth_init(&conf, &cb);