Lines Matching refs:wps_stats
795 hapd->wps_stats.status = WPS_STATUS_FAILURE; in hostapd_pwd_auth_fail()
796 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE; in hostapd_pwd_auth_fail()
797 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN); in hostapd_pwd_auth_fail()
829 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP; in hostapd_wps_event_pbc_overlap()
836 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT; in hostapd_wps_event_pbc_timeout()
843 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE; in hostapd_wps_event_pbc_active()
850 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE; in hostapd_wps_event_pbc_disable()
858 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE; in hostapd_wps_event_success()
859 hapd->wps_stats.status = WPS_STATUS_SUCCESS; in hostapd_wps_event_success()
860 os_memcpy(hapd->wps_stats.peer_addr, success->peer_macaddr, ETH_ALEN); in hostapd_wps_event_success()
868 hapd->wps_stats.status = WPS_STATUS_FAILURE; in hostapd_wps_event_fail()
869 os_memcpy(hapd->wps_stats.peer_addr, fail->peer_macaddr, ETH_ALEN); in hostapd_wps_event_fail()
871 hapd->wps_stats.failure_reason = fail->error_indication; in hostapd_wps_event_fail()