HomeSort by relevance Sort by last modified time
    Searched refs:wps_stats (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 702 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.peer_addr, success->peer_macaddr, ETH_ALEN)
    [all...]
hostapd.h 186 struct wps_stat wps_stats; member in struct:hostapd_data
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 587 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));
    [all...]

Completed in 185 milliseconds