Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/hci/mucurses/
Dprint.c47 struct printw_context *wctx = in _printw_handler() local
50 _wputch( wctx->win, c | wctx->win->attrs, WRAP ); in _printw_handler()
62 struct printw_context wctx; in vw_printw() local
64 wctx.win = win; in vw_printw()
65 wctx.ctx.handler = _printw_handler; in vw_printw()
66 vcprintf ( &(wctx.ctx), fmt, varglist ); in vw_printw()
/external/wpa_supplicant_8/wpa_supplicant/
Deapol_test.c587 struct wpa_sm_ctx *wctx; in test_eapol() local
622 wctx = os_zalloc(sizeof(*wctx)); in test_eapol()
623 if (wctx == NULL) { in test_eapol()
627 wctx->ctx = e; in test_eapol()
628 wctx->msg_ctx = wpa_s; in test_eapol()
629 wctx->get_state = eapol_test_get_state; in test_eapol()
630 wpa_s->wpa = wpa_sm_init(wctx); in test_eapol()
633 os_free(wctx); in test_eapol()