HomeSort by: relevance | last modified time | path
    Searched defs:realm_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
gas_serv.c 430 unsigned int realm_idx)
434 wpa_printf(MSG_DEBUG, "realm=%s, len=%d", realm->realm[realm_idx],
435 (int) os_strlen(realm->realm[realm_idx]));
438 wpabuf_put_u8(buf, os_strlen(realm->realm[realm_idx]));
439 wpabuf_put_str(buf, realm->realm[realm_idx]);
456 unsigned int realm_idx; member in struct:__anon8249
510 matches[num_matching].realm_idx = k;
529 wpa_printf(MSG_DEBUG, "realm_idx %d, realm_data_idx %d",
530 matches[i].realm_data_idx, matches[i].realm_idx);
532 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
    [all...]
gas_serv.c 430 unsigned int realm_idx)
434 wpa_printf(MSG_DEBUG, "realm=%s, len=%d", realm->realm[realm_idx],
435 (int) os_strlen(realm->realm[realm_idx]));
438 wpabuf_put_u8(buf, os_strlen(realm->realm[realm_idx]));
439 wpabuf_put_str(buf, realm->realm[realm_idx]);
456 unsigned int realm_idx; member in struct:__anon8249
510 matches[num_matching].realm_idx = k;
529 wpa_printf(MSG_DEBUG, "realm_idx %d, realm_data_idx %d",
530 matches[i].realm_data_idx, matches[i].realm_idx);
532 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
    [all...]

Completed in 33 milliseconds