Lines Matching refs:bssid
20 hostapd_neighbor_get(struct hostapd_data *hapd, const u8 *bssid, in hostapd_neighbor_get() argument
27 if (ether_addr_equal(bssid, nr->bssid) && in hostapd_neighbor_get()
78 MAC2STR(nr->bssid), ssid, in hostapd_neighbor_show()
100 os_memset(nr->bssid, 0, sizeof(nr->bssid)); in hostapd_neighbor_clear_entry()
124 int hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid, in hostapd_neighbor_set() argument
132 entry = hostapd_neighbor_get(hapd, bssid, ssid); in hostapd_neighbor_set()
140 os_memcpy(entry->bssid, bssid, ETH_ALEN); in hostapd_neighbor_set()
166 hostapd_neighbor_remove(hapd, bssid, ssid); in hostapd_neighbor_set()
179 int hostapd_neighbor_remove(struct hostapd_data *hapd, const u8 *bssid, in hostapd_neighbor_remove() argument
184 nr = hostapd_neighbor_get(hapd, bssid, ssid); in hostapd_neighbor_remove()
338 hostapd_neighbor_get_diff_short_ssid(struct hostapd_data *hapd, const u8 *bssid) in hostapd_neighbor_get_diff_short_ssid() argument
344 if (ether_addr_equal(bssid, nr->bssid) && in hostapd_neighbor_get_diff_short_ssid()