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 695 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.peer_addr, success->peer_macaddr, ETH_ALEN)
    [all...]
hostapd.h 176 struct wps_stat wps_stats; member in struct:hostapd_data
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 579 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));
    [all...]

Completed in 44 milliseconds