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

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 92 #define MAX_CRED_COUNT 10
93 const u8 *cred[MAX_CRED_COUNT];
94 size_t cred_len[MAX_CRED_COUNT];
wps_attr_parse.c 482 if (attr->num_cred >= MAX_CRED_COUNT) {
485 MAX_CRED_COUNT);

Completed in 662 milliseconds