Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:sta_addr

3153 	const u8 *sta_addr, *target_ap_addr;
3163 sta_addr = data + 1;
3168 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
3170 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
3172 " in FT Action Response", MAC2STR(sta_addr));