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
727
hapd->
wps_stats
.status = WPS_STATUS_FAILURE;
728
hapd->
wps_stats
.failure_reason = WPS_EI_AUTH_FAILURE;
729
os_memcpy(hapd->
wps_stats
.peer_addr, data->peer_macaddr, ETH_ALEN);
761
hapd->
wps_stats
.pbc_status = WPS_PBC_STATUS_OVERLAP;
768
hapd->
wps_stats
.pbc_status = WPS_PBC_STATUS_TIMEOUT;
775
hapd->
wps_stats
.pbc_status = WPS_PBC_STATUS_ACTIVE;
782
hapd->
wps_stats
.pbc_status = WPS_PBC_STATUS_DISABLE;
790
hapd->
wps_stats
.pbc_status = WPS_PBC_STATUS_DISABLE;
791
hapd->
wps_stats
.status = WPS_STATUS_SUCCESS;
792
os_memcpy(hapd->
wps_stats
.peer_addr, success->peer_macaddr, ETH_ALEN)
[
all
...]
hostapd.h
175
struct wps_stat
wps_stats
;
member in struct:hostapd_data
/external/wpa_supplicant_8/hostapd/
ctrl_iface.c
519
pbc_status_str(hapd->
wps_stats
.pbc_status));
526
(hapd->
wps_stats
.status == WPS_STATUS_SUCCESS ?
528
(hapd->
wps_stats
.status == WPS_STATUS_FAILURE ?
536
if(hapd->
wps_stats
.status == WPS_STATUS_FAILURE &&
537
hapd->
wps_stats
.failure_reason > 0) {
540
wps_ei_str(hapd->
wps_stats
.failure_reason));
547
if (hapd->
wps_stats
.status) {
549
MAC2STR(hapd->
wps_stats
.peer_addr));
[
all
...]
Completed in 634 milliseconds