OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_stats
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
709
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
.peer_addr, success->peer_macaddr, ETH_ALEN)
[
all
...]
hostapd.h
187
struct wps_stat
wps_stats
;
member in struct:hostapd_data
/external/wpa_supplicant_8/hostapd/
ctrl_iface.c
544
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));
[
all
...]
Completed in 150 milliseconds