Home
last modified time | relevance | path

Searched refs:msg_ctx_parent (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/ap/
Dsta_info.c1576 if (hapd->msg_ctx_parent && in ap_sta_set_authorized_event()
1577 hapd->msg_ctx_parent != hapd->msg_ctx) in ap_sta_set_authorized_event()
1578 wpa_msg_no_global(hapd->msg_ctx_parent, MSG_INFO, in ap_sta_set_authorized_event()
1585 if (hapd->msg_ctx_parent && in ap_sta_set_authorized_event()
1586 hapd->msg_ctx_parent != hapd->msg_ctx) in ap_sta_set_authorized_event()
1587 wpa_msg_no_global(hapd->msg_ctx_parent, MSG_INFO, in ap_sta_set_authorized_event()
Dhostapd.h212 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */ member
/hostap-latest/wpa_supplicant/
Dap.c1126 hapd_iface->bss[i]->msg_ctx_parent = wpa_s->p2pdev; in wpa_supplicant_create_ap()