Searched refs:MAX_CRED_COUNT (Results 1 – 4 of 4) sorted by relevance
88 #define MAX_CRED_COUNT MAX_WPS_AP_CRED macro90 #define MAX_CRED_COUNT 10 macro98 u16 cred_len[MAX_CRED_COUNT];101 const u8 *cred[MAX_CRED_COUNT];
518 if (attr->num_cred >= MAX_CRED_COUNT) { in wps_set_attr()521 MAX_CRED_COUNT); in wps_set_attr()
71 struct wps_credential creds[MAX_CRED_COUNT];
1371 if (!gWpsSm || !cred || gWpsSm->ap_cred_cnt >= MAX_CRED_COUNT) { in save_credentials_cb()