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

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 97 #define MAX_REQ_DEV_TYPE_COUNT 10
98 const u8 *req_dev_type[MAX_REQ_DEV_TYPE_COUNT];
wps_attr_parse.c 522 if (attr->num_req_dev_type >= MAX_REQ_DEV_TYPE_COUNT) {
525 MAX_REQ_DEV_TYPE_COUNT);

Completed in 148 milliseconds