Home | History | Annotate | Download | only in ap

Lines Matching refs:pending_eapol_rx

3530 	if (sta->pending_eapol_rx) {
3534 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age);
3541 wpabuf_head(sta->pending_eapol_rx->buf),
3542 wpabuf_len(sta->pending_eapol_rx->buf));
3544 wpabuf_free(sta->pending_eapol_rx->buf);
3545 os_free(sta->pending_eapol_rx);
3546 sta->pending_eapol_rx = NULL;