Home
last modified time | relevance | path

Searched refs:tx_key (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/eapol_auth/
Deapol_auth_sm.h58 void (*tx_key)(void *ctx, void *sta_ctx); member
Deapol_auth_sm.c39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
1262 eapol->cb.tx_key = cb->tx_key; in eapol_auth_init()
/hostap-latest/src/ap/
Dieee802_1x.c2588 cb.tx_key = _ieee802_1x_tx_key; in ieee802_1x_init()