Lines Matching defs:cb
1683 struct eapol_auth_cb cb;
1710 os_memset(&cb, 0, sizeof(cb));
1711 cb.eapol_send = ieee802_1x_eapol_send;
1712 cb.aaa_send = ieee802_1x_aaa_send;
1713 cb.finished = _ieee802_1x_finished;
1714 cb.get_eap_user = ieee802_1x_get_eap_user;
1715 cb.sta_entry_alive = ieee802_1x_sta_entry_alive;
1716 cb.logger = ieee802_1x_logger;
1717 cb.set_port_authorized = ieee802_1x_set_port_authorized;
1718 cb.abort_auth = _ieee802_1x_abort_auth;
1719 cb.tx_key = _ieee802_1x_tx_key;
1720 cb.eapol_event = ieee802_1x_eapol_event;
1722 hapd->eapol_auth = eapol_auth_init(&conf, &cb);