Searched refs:pending_action_dst (Results 1 – 3 of 3) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | offchannel.c | 143 MAC2STR(wpa_s->pending_action_dst), iface->ifname, in wpas_send_action_cb() 146 wpa_s->pending_action_dst, in wpas_send_action_cb() 160 wpa_s, wpa_s->pending_action_dst, in wpas_send_action_cb() 189 if (os_memcmp(dst, wpa_s->pending_action_dst, ETH_ALEN) != 0) { in offchannel_send_action_tx_status() 223 wpa_s->pending_action_dst, wpa_s->pending_action_src, in offchannel_send_action_tx_status() 280 MAC2STR(wpa_s->pending_action_dst), in offchannel_send_action() 296 os_memcpy(wpa_s->pending_action_dst, dst, ETH_ALEN); in offchannel_send_action() 318 wait_time, wpa_s->pending_action_dst, in offchannel_send_action()
|
D | wpa_supplicant_i.h | 1049 u8 pending_action_dst[ETH_ALEN]; member
|
D | events.c | 5162 MACSTR, MAC2STR(wpa_s->p2pdev->pending_action_dst)); in wpa_supplicant_event() 5172 os_memcmp(wpa_s->p2pdev->pending_action_dst, in wpa_supplicant_event()
|