Searched refs:realm_idx (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.c | 433 unsigned int realm_idx) in anqp_add_nai_realm_data() 437 wpa_printf(MSG_DEBUG, "realm=%s, len=%d", realm->realm[realm_idx], in anqp_add_nai_realm_data() 438 (int) os_strlen(realm->realm[realm_idx])); in anqp_add_nai_realm_data() 441 wpabuf_put_u8(buf, os_strlen(realm->realm[realm_idx])); in anqp_add_nai_realm_data() 442 wpabuf_put_str(buf, realm->realm[realm_idx]); in anqp_add_nai_realm_data() 459 unsigned int realm_idx; in hs20_add_nai_home_realm_matches() member 513 matches[num_matching].realm_idx = k; in hs20_add_nai_home_realm_matches() 532 wpa_printf(MSG_DEBUG, "realm_idx %d, realm_data_idx %d", in hs20_add_nai_home_realm_matches() 533 matches[i].realm_data_idx, matches[i].realm_idx); in hs20_add_nai_home_realm_matches() 535 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx); in hs20_add_nai_home_realm_matches() 431 anqp_add_nai_realm_data(struct wpabuf *buf, struct hostapd_nai_realm_data *realm, unsigned int realm_idx) anqp_add_nai_realm_data() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.c | 430 unsigned int realm_idx) in anqp_add_nai_realm_data() 434 wpa_printf(MSG_DEBUG, "realm=%s, len=%d", realm->realm[realm_idx], in anqp_add_nai_realm_data() 435 (int) os_strlen(realm->realm[realm_idx])); in anqp_add_nai_realm_data() 438 wpabuf_put_u8(buf, os_strlen(realm->realm[realm_idx])); in anqp_add_nai_realm_data() 439 wpabuf_put_str(buf, realm->realm[realm_idx]); in anqp_add_nai_realm_data() 456 unsigned int realm_idx; in hs20_add_nai_home_realm_matches() member 510 matches[num_matching].realm_idx = k; in hs20_add_nai_home_realm_matches() 529 wpa_printf(MSG_DEBUG, "realm_idx %d, realm_data_idx %d", in hs20_add_nai_home_realm_matches() 530 matches[i].realm_data_idx, matches[i].realm_idx); in hs20_add_nai_home_realm_matches() 532 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx); in hs20_add_nai_home_realm_matches() 428 anqp_add_nai_realm_data(struct wpabuf *buf, struct hostapd_nai_realm_data *realm, unsigned int realm_idx) anqp_add_nai_realm_data() argument [all...] |
Completed in 3 milliseconds