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 703 hapd->wps_stats.status = WPS_STATUS_FAILURE;
704 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE;
705 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN);
737 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_OVERLAP;
744 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_TIMEOUT;
751 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_ACTIVE;
758 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
766 hapd->wps_stats.pbc_status = WPS_PBC_STATUS_DISABLE;
767 hapd->wps_stats.status = WPS_STATUS_SUCCESS;
768 os_memcpy(hapd->wps_stats.peer_addr, success->peer_macaddr, ETH_ALEN)
    [all...]
hostapd.h 213 struct wps_stat wps_stats; member in struct:hostapd_data
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 548 pbc_status_str(hapd->wps_stats.pbc_status));
555 (hapd->wps_stats.status == WPS_STATUS_SUCCESS ?
557 (hapd->wps_stats.status == WPS_STATUS_FAILURE ?
565 if(hapd->wps_stats.status == WPS_STATUS_FAILURE &&
566 hapd->wps_stats.failure_reason > 0) {
569 wps_ei_str(hapd->wps_stats.failure_reason));
576 if (hapd->wps_stats.status) {
578 MAC2STR(hapd->wps_stats.peer_addr));
    [all...]

Completed in 243 milliseconds