Home | History | Annotate | Download | only in ap

Lines Matching refs:wps_stats

695 	hapd->wps_stats.status = WPS_STATUS_FAILURE;
696 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
697 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
729 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
736 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
743 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
750 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
758 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
759 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
760 os_memcpy(hapd->wps_stats.peer_addr, success->peer_macaddr, ETH_ALEN);
768 hapd->wps_stats.status = WPS_STATUS_FAILURE;
769 os_memcpy(hapd->wps_stats.peer_addr, fail->peer_macaddr, ETH_ALEN);
771 hapd->wps_stats.failure_reason = fail->error_indication;