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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c695 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
[all...]
H A Dhostapd.h176 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c695 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
[all...]
H A Dhostapd.h176 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c695 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
[all...]
H A Dhostapd.h176 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c579 pbc_status_str(hapd->wps_stats.pbc_status));
586 (hapd->wps_stats.status == WPS_STATUS_SUCCESS ?
588 (hapd->wps_stats.status == WPS_STATUS_FAILURE ?
596 if(hapd->wps_stats.status == WPS_STATUS_FAILURE &&
597 hapd->wps_stats.failure_reason > 0) {
600 wps_ei_str(hapd->wps_stats.failure_reason));
607 if (hapd->wps_stats.status) {
609 MAC2STR(hapd->wps_stats.peer_addr));

Completed in 158 milliseconds