Lines Matching refs:civic
51 char civic[2 * 255 + 1]; in hostapd_neighbor_show() local
70 civic[0] = '\0'; in hostapd_neighbor_show()
71 if (nr->civic) in hostapd_neighbor_show()
72 wpa_snprintf_hex(civic, sizeof(civic), in hostapd_neighbor_show()
73 wpabuf_head(nr->civic), in hostapd_neighbor_show()
74 wpabuf_len(nr->civic)); in hostapd_neighbor_show()
81 nr->civic ? " civic=" : "", civic, in hostapd_neighbor_show()
98 wpabuf_free(nr->civic); in hostapd_neighbor_clear_entry()
99 nr->civic = NULL; in hostapd_neighbor_clear_entry()
127 const struct wpabuf *civic, int stationary, in hostapd_neighbor_set() argument
154 if (civic && wpabuf_len(civic)) { in hostapd_neighbor_set()
155 entry->civic = wpabuf_dup(civic); in hostapd_neighbor_set()
156 if (!entry->civic) in hostapd_neighbor_set()
330 hapd->iconf->civic, hapd->iconf->stationary_ap, 0); in hostapd_neighbor_set_own_report()