Searched refs:wctx (Results 1 – 2 of 2) sorted by relevance
47 struct printw_context *wctx = in _printw_handler() local50 _wputch( wctx->win, c | wctx->win->attrs, WRAP ); in _printw_handler()62 struct printw_context wctx; in vw_printw() local64 wctx.win = win; in vw_printw()65 wctx.ctx.handler = _printw_handler; in vw_printw()66 vcprintf ( &(wctx.ctx), fmt, varglist ); in vw_printw()
587 struct wpa_sm_ctx *wctx; in test_eapol() local622 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()