Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:da

4162 static int wpas_fst_send_action_cb(void *ctx, const u8 *da, struct wpabuf *data)
4166 if (os_memcmp(wpa_s->bssid, da, ETH_ALEN) != 0) {
4167 wpa_printf(MSG_INFO, "FST:%s:bssid=" MACSTR " != da=" MACSTR,
4168 __func__, MAC2STR(wpa_s->bssid), MAC2STR(da));