Searched refs:wps_stats (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c702 hapd->wps_stats.status = WPS_STATUS_FAILURE;
703 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
704 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
736 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
743 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
750 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
757 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
765 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
766 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
767 os_memcpy(hapd->wps_stats
[all...]
H A Dhostapd.h186 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c702 hapd->wps_stats.status = WPS_STATUS_FAILURE;
703 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
704 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
736 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
743 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
750 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
757 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
765 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
766 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
767 os_memcpy(hapd->wps_stats
[all...]
H A Dhostapd.h186 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c702 hapd->wps_stats.status = WPS_STATUS_FAILURE;
703 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
704 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
736 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
743 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
750 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
757 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
765 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
766 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
767 os_memcpy(hapd->wps_stats
[all...]
H A Dhostapd.h186 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c587 pbc_status_str(hapd->wps_stats.pbc_status));
594 (hapd->wps_stats.status == WPS_STATUS_SUCCESS ?
596 (hapd->wps_stats.status == WPS_STATUS_FAILURE ?
604 if(hapd->wps_stats.status == WPS_STATUS_FAILURE &&
605 hapd->wps_stats.failure_reason > 0) {
608 wps_ei_str(hapd->wps_stats.failure_reason));
615 if (hapd->wps_stats.status) {
617 MAC2STR(hapd->wps_stats.peer_addr));

Completed in 140 milliseconds