Searched refs:pending_action_dst (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | offchannel.c | 111 MAC2STR(wpa_s->pending_action_dst), iface->ifname); in wpas_send_action_cb() 113 wpa_s->pending_action_dst, in wpas_send_action_cb() 127 wpa_s, wpa_s->pending_action_dst, in wpas_send_action_cb() 145 if (os_memcmp(dst, wpa_s->pending_action_dst, ETH_ALEN) != 0) { in offchannel_send_action_tx_status() 160 wpa_s->pending_action_dst, wpa_s->pending_action_src, in offchannel_send_action_tx_status() 188 MAC2STR(wpa_s->pending_action_dst)); in offchannel_send_action() 200 os_memcpy(wpa_s->pending_action_dst, dst, ETH_ALEN); in offchannel_send_action() 214 wait_time, wpa_s->pending_action_dst, in offchannel_send_action()
|
D | wpa_supplicant_i.h | 422 u8 pending_action_dst[ETH_ALEN]; member
|
D | events.c | 2316 MACSTR, MAC2STR(wpa_s->parent->pending_action_dst)); 2323 os_memcmp(wpa_s->parent->pending_action_dst,
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_test.c | 110 u8 pending_action_dst[ETH_ALEN]; member 492 if (os_memcmp(hdr->addr1, drv->pending_action_dst, ETH_ALEN) != in wpa_driver_test_send_mlme() 503 drv->pending_action_dst, in wpa_driver_test_send_mlme() 2723 MACSTR, MAC2STR(drv->pending_action_dst)); in test_send_action_cb() 2725 drv->pending_action_dst, in test_send_action_cb() 3002 "to " MACSTR, MAC2STR(drv->pending_action_dst)); in test_send_action() 3010 os_memcpy(drv->pending_action_dst, dst, ETH_ALEN); in test_send_action()
|