Searched refs:msg_ctx_parent (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 86 void *msg_ctx_parent; /* ctx for wpa_msg() calls */ member
|
D | drv_callbacks.c | 231 if(hapd->msg_ctx_parent) in hostapd_notif_disassoc() 232 wpa_msg(hapd->msg_ctx_parent, MSG_INFO, AP_STA_DISCONNECTED MACSTR, in hostapd_notif_disassoc()
|
D | ieee802_11.c | 1167 if(hapd->msg_ctx_parent) in handle_disassoc() 1168 wpa_msg(hapd->msg_ctx_parent, MSG_INFO, AP_STA_DISCONNECTED MACSTR, in handle_disassoc() 1224 if(hapd->msg_ctx_parent) in handle_deauth() 1225 wpa_msg(hapd->msg_ctx_parent, MSG_INFO, AP_STA_DISCONNECTED MACSTR, in handle_deauth() 1695 if(hapd->msg_ctx_parent) in handle_assoc_cb() 1696 wpa_msg(hapd->msg_ctx_parent, MSG_INFO, in handle_assoc_cb()
|
D | ieee802_1x.c | 110 if(hapd->msg_ctx_parent) { in ieee802_1x_set_sta_authorized() 112 wpa_msg(hapd->msg_ctx_parent, MSG_INFO, in ieee802_1x_set_sta_authorized() 115 wpa_msg(hapd->msg_ctx_parent, MSG_INFO, in ieee802_1x_set_sta_authorized() 131 if(hapd->msg_ctx_parent) in ieee802_1x_set_sta_authorized() 132 wpa_msg(hapd->msg_ctx_parent, MSG_INFO, in ieee802_1x_set_sta_authorized()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.c | 456 hapd_iface->bss[i]->msg_ctx_parent = wpa_s->parent; in wpa_supplicant_create_ap()
|