Home | History | Annotate | Download | only in ap

Lines Matching defs:cb

1976 	struct eapol_auth_cb cb;
2010 os_memset(&cb, 0, sizeof(cb));
2011 cb.eapol_send = ieee802_1x_eapol_send;
2012 cb.aaa_send = ieee802_1x_aaa_send;
2013 cb.finished = _ieee802_1x_finished;
2014 cb.get_eap_user = ieee802_1x_get_eap_user;
2015 cb.sta_entry_alive = ieee802_1x_sta_entry_alive;
2016 cb.logger = ieee802_1x_logger;
2017 cb.set_port_authorized = ieee802_1x_set_port_authorized;
2018 cb.abort_auth = _ieee802_1x_abort_auth;
2019 cb.tx_key = _ieee802_1x_tx_key;
2020 cb.eapol_event = ieee802_1x_eapol_event;
2022 hapd->eapol_auth = eapol_auth_init(&conf, &cb);