Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:dst

124 	u8 *msg, *dst, bssid[ETH_ALEN];
156 dst = bssid;
159 MAC2STR(dst));
161 dst = wpa_s->last_eapol_src;
165 MAC2STR(dst));
170 dst = wpa_s->bssid;
177 wpa_printf(MSG_DEBUG, "TX EAPOL: dst=" MACSTR, MAC2STR(dst));
179 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
540 static int wpa_supplicant_send_tdls_mgmt(void *ctx, const u8 *dst,
546 return wpa_drv_send_tdls_mgmt(wpa_s, dst, action_code, dialog_token,