Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:num_req_conn_capab

2358 	for (i = 0; i < cred->num_req_conn_capab; i++)
2883 cred->num_req_conn_capab + 1, sizeof(u8));
2889 cred->num_req_conn_capab + 1, sizeof(int *));
2894 proto[cred->num_req_conn_capab] = atoi(value);
2898 port[cred->num_req_conn_capab] = NULL;
2899 cred->num_req_conn_capab++;
2930 port[cred->num_req_conn_capab] = ports;
2931 cred->num_req_conn_capab++;
3335 if (!cred->num_req_conn_capab)
3343 for (i = 0; i < cred->num_req_conn_capab; i++) {