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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c709 hapd->wps_stats.status = WPS_STATUS_FAILURE;
710 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
711 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
743 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
750 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
757 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
764 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
772 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
773 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
774 os_memcpy(hapd->wps_stats
[all...]
H A Dhostapd.h187 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c709 hapd->wps_stats.status = WPS_STATUS_FAILURE;
710 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
711 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
743 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
750 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
757 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
764 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
772 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
773 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
774 os_memcpy(hapd->wps_stats
[all...]
H A Dhostapd.h187 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c709 hapd->wps_stats.status = WPS_STATUS_FAILURE;
710 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
711 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
743 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
750 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
757 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
764 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
772 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
773 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
774 os_memcpy(hapd->wps_stats
[all...]
H A Dhostapd.h187 struct wps_stat wps_stats; member in struct:hostapd_data
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c544 pbc_status_str(hapd->wps_stats.pbc_status));
551 (hapd->wps_stats.status == WPS_STATUS_SUCCESS ?
553 (hapd->wps_stats.status == WPS_STATUS_FAILURE ?
561 if(hapd->wps_stats.status == WPS_STATUS_FAILURE &&
562 hapd->wps_stats.failure_reason > 0) {
565 wps_ei_str(hapd->wps_stats.failure_reason));
572 if (hapd->wps_stats.status) {
574 MAC2STR(hapd->wps_stats.peer_addr));

Completed in 209 milliseconds