OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:req_config_methods
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_pd.c
253
u16 report_config_methods = 0,
req_config_methods
;
local
264
if (dev == NULL || !dev->
req_config_methods
) {
287
req_config_methods
= dev->
req_config_methods
;
297
if (msg.wps_config_methods !=
req_config_methods
) {
299
msg.wps_config_methods,
req_config_methods
);
307
report_config_methods =
req_config_methods
;
310
if (
req_config_methods
& WPS_CONFIG_DISPLAY) {
328
dev->
req_config_methods
= 0;
378
dev->
req_config_methods
,
[
all
...]
p2p_i.h
65
*
req_config_methods
- Pending provision discovery methods
67
u16
req_config_methods
;
member in struct:p2p_device
p2p.c
[
all
...]
Completed in 41 milliseconds