HomeSort by relevance Sort by last modified time
    Searched full:num_matching (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/ap/
gas_serv.c 302 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; local
319 for (i = 0; i < num_realms && num_matching < 10; i++) {
336 num_matching < 10; j++) {
344 num_matching < 10) {
352 num_matching < 10; k++) {
359 matches[num_matching].realm_data_idx =
361 matches[num_matching].realm_idx = k;
362 num_matching++;
371 wpabuf_put_le16(buf, num_matching);
379 for (i = 0; i < num_matching; i++)
    [all...]

Completed in 453 milliseconds