OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPS_CONFIG_DISPLAY
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/bsd/wpa/dist/src/p2p/
p2p_pd.c
584
u16 allowed_config_methods =
WPS_CONFIG_DISPLAY
| WPS_CONFIG_KEYPAD;
693
if (msg.wps_config_methods &
WPS_CONFIG_DISPLAY
) {
928
if (method &
WPS_CONFIG_DISPLAY
)
931
method =
WPS_CONFIG_DISPLAY
;
1183
case
WPS_CONFIG_DISPLAY
:
1187
dev->wps_prov_info =
WPS_CONFIG_DISPLAY
;
1417
if (req_config_methods &
WPS_CONFIG_DISPLAY
) {
1637
if (p2p->p2ps_prov->method ==
WPS_CONFIG_DISPLAY
)
1640
dev->req_config_methods =
WPS_CONFIG_DISPLAY
;
1650
else if (dev->info.config_methods &
WPS_CONFIG_DISPLAY
)
[
all
...]
p2p_build.c
215
methods |=
WPS_CONFIG_DISPLAY
| WPS_CONFIG_KEYPAD;
218
(WPS_CONFIG_PUSHBUTTON |
WPS_CONFIG_DISPLAY
|
222
methods |=
WPS_CONFIG_DISPLAY
| WPS_CONFIG_KEYPAD;
p2p_go_neg.c
242
config_method =
WPS_CONFIG_DISPLAY
;
/src/external/bsd/wpa/dist/src/wps/
wps_defs.h
251
#define
WPS_CONFIG_DISPLAY
0x0008
wps_common.c
534
methods |=
WPS_CONFIG_DISPLAY
| WPS_CONFIG_KEYPAD;
548
methods |=
WPS_CONFIG_DISPLAY
;
wps.c
268
* includes WPS_CONFIG_LABEL,
WPS_CONFIG_DISPLAY
, or WPS_CONFIG_KEYPAD,
284
(WPS_CONFIG_LABEL |
WPS_CONFIG_DISPLAY
| WPS_CONFIG_KEYPAD)))
wps_validate.c
100
if ((val & 0x6000) && !(val &
WPS_CONFIG_DISPLAY
)) {
106
if (!(val & 0x6000) && (val &
WPS_CONFIG_DISPLAY
)) {
wps_enrollee.c
123
(config_methods &
WPS_CONFIG_DISPLAY
))) {
wps_registrar.c
2536
m &
WPS_CONFIG_DISPLAY
? " [Display]" : "",
2543
if (!(m &
WPS_CONFIG_DISPLAY
) && !wps->use_psk_key) {
/src/external/bsd/wpa/dist/wpa_supplicant/
wps_supplicant.c
1516
(
WPS_CONFIG_DISPLAY
| WPS_CONFIG_VIRT_DISPLAY |
1517
WPS_CONFIG_PHY_DISPLAY)) ==
WPS_CONFIG_DISPLAY
) {
1608
if ((wps->config_methods & (
WPS_CONFIG_DISPLAY
| WPS_CONFIG_LABEL)) ==
1609
(
WPS_CONFIG_DISPLAY
| WPS_CONFIG_LABEL)) {
2272
(
WPS_CONFIG_DISPLAY
| WPS_CONFIG_LABEL)) ==
2273
(
WPS_CONFIG_DISPLAY
| WPS_CONFIG_LABEL)) {
p2p_supplicant.c
2880
if (config_methods &
WPS_CONFIG_DISPLAY
) {
2929
if (config_methods &
WPS_CONFIG_DISPLAY
)
5512
method =
WPS_CONFIG_DISPLAY
;
7372
config_methods =
WPS_CONFIG_DISPLAY
;
ctrl_iface.c
6864
(
WPS_CONFIG_DISPLAY
| WPS_CONFIG_KEYPAD | WPS_CONFIG_P2PS)))
/src/external/bsd/wpa/dist/src/ap/
wps_hostapd.c
1139
(
WPS_CONFIG_DISPLAY
| WPS_CONFIG_VIRT_DISPLAY |
1140
WPS_CONFIG_PHY_DISPLAY)) ==
WPS_CONFIG_DISPLAY
) {
/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new.c
1362
* @generated_pin - pin to be displayed in case of
WPS_CONFIG_DISPLAY
method
1402
if (config_methods &
WPS_CONFIG_DISPLAY
)
1420
add_pin = ((request && (config_methods &
WPS_CONFIG_DISPLAY
)) ||
Completed in 47 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026