HomeSort by relevance Sort by last modified time
    Searched refs:MAX_REQ_DEV_TYPE_COUNT (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 88 #define MAX_REQ_DEV_TYPE_COUNT 10
98 const u8 *req_dev_type[MAX_REQ_DEV_TYPE_COUNT];
wps_module_tests.c 305 if (attr.num_req_dev_type != MAX_REQ_DEV_TYPE_COUNT)
wps_attr_parse.c 544 if (attr->num_req_dev_type >= MAX_REQ_DEV_TYPE_COUNT) {
547 MAX_REQ_DEV_TYPE_COUNT);

Completed in 133 milliseconds