Home
last modified time | relevance | path

Searched refs:pending_join_dev_addr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/wpa/wpa_supplicant/
HDp2p_supplicant.c1444 (os_memcmp(dst, wpa_s->pending_join_dev_addr, ETH_ALEN) == 0 || in wpas_p2p_send_action_tx_status()
2546 (os_memcmp(peer, wpa_s->pending_join_dev_addr, ETH_ALEN) == 0 || in wpas_prov_disc_resp()
2759 os_memcpy(wpa_s->pending_join_dev_addr, in wpas_invitation_process()
4415 MAC2STR(wpa_s->pending_join_dev_addr)); in wpas_p2p_check_join_scan_limit()
4509 wpa_s->pending_join_dev_addr); in wpas_p2p_scan_res_join()
4514 wpa_s, wpa_s->pending_join_dev_addr); in wpas_p2p_scan_res_join()
4521 pending_join_dev_addr), in wpas_p2p_scan_res_join()
4534 MAC2STR(wpa_s->pending_join_dev_addr), join); in wpas_p2p_scan_res_join()
4536 wpa_s->pending_join_dev_addr, NULL, in wpas_p2p_scan_res_join()
4543 MAC2STR(wpa_s->pending_join_dev_addr)); in wpas_p2p_scan_res_join()
[all …]
HDwpa_supplicant_i.h777 u8 pending_join_dev_addr[ETH_ALEN]; member