Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/pasn/
H A Dpasn_common.h181 int handle_auth_pasn_resp(struct pasn_data *pasn, const u8 *own_addr,
H A Dpasn_responder.c425 int handle_auth_pasn_resp(struct pasn_data *pasn, const u8 *own_addr, in handle_auth_pasn_resp() function
895 ret = handle_auth_pasn_resp(pasn, own_addr, peer_addr, pmksa, status); in handle_auth_pasn_1()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c2485 ret = handle_auth_pasn_resp(sta->pasn, hapd->own_addr, sta->addr, NULL, in pasn_fils_auth_resp()