Searched refs:num_matching (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c451 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; local
468 for (i = 0; i < num_realms && num_matching < 10; i++) {
485 num_matching < 10; j++) {
493 num_matching < 10) {
501 num_matching < 10; k++) {
508 matches[num_matching].realm_data_idx =
510 matches[num_matching].realm_idx = k;
511 num_matching++;
520 wpabuf_put_le16(buf, num_matching);
528 for (i = 0; i < num_matching;
[all...]

Completed in 57 milliseconds