OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:request_to_enroll
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_attr_parse.h
58
const u8 *
request_to_enroll
; /* 1 octet (Bool) */
member in struct:wps_parse_attr
wps_validate.c
403
static int wps_validate_request_to_enroll(const u8 *
request_to_enroll
,
406
if (
request_to_enroll
== NULL) {
414
if (*
request_to_enroll
> 0x01) {
416
"attribute value 0x%x", *
request_to_enroll
);
1213
wps_validate_request_to_enroll(attr.
request_to_enroll
, 0) ||
1325
wps_validate_request_to_enroll(attr.
request_to_enroll
, 0)) {
[
all
...]
wps_attr_parse.c
52
attr->
request_to_enroll
= pos;
Completed in 564 milliseconds