Home
last modified time | relevance | path

Searched refs:beacon_rsne_rsnxe (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/pasn/
Dpasn_initiator.c716 wpabuf_free(pasn->beacon_rsne_rsnxe); in wpa_pasn_reset()
717 pasn->beacon_rsne_rsnxe = NULL; in wpa_pasn_reset()
891 pasn->beacon_rsne_rsnxe = wpabuf_alloc(beacon_rsne_len + in wpas_pasn_send_auth_1()
893 if (!pasn->beacon_rsne_rsnxe) { in wpas_pasn_send_auth_1()
899 wpabuf_put_data(pasn->beacon_rsne_rsnxe, beacon_rsne, in wpas_pasn_send_auth_1()
902 wpabuf_put_data(pasn->beacon_rsne_rsnxe, beacon_rsnxe, in wpas_pasn_send_auth_1()
1268 if (pasn->beacon_rsne_rsnxe) { in wpa_pasn_auth_rx()
1272 wpabuf_head(pasn->beacon_rsne_rsnxe), in wpa_pasn_auth_rx()
1273 wpabuf_len(pasn->beacon_rsne_rsnxe), in wpa_pasn_auth_rx()
Dpasn_common.h82 struct wpabuf *beacon_rsne_rsnxe; member