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

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 87 #define MAX_CRED_COUNT 10
94 u16 cred_len[MAX_CRED_COUNT];
97 const u8 *cred[MAX_CRED_COUNT];
wps_module_tests.c 297 if (attr.num_cred != MAX_CRED_COUNT)
wps_attr_parse.c 507 if (attr->num_cred >= MAX_CRED_COUNT) {
510 MAX_CRED_COUNT);

Completed in 3194 milliseconds