Searched refs:win (Results 1 – 4 of 4) sorted by relevance
| /hostap-latest/src/utils/ |
| D | browser.c | 21 GtkWidget *win; member 31 static void win_cb_destroy(GtkWidget *win, struct browser_context *ctx) in win_cb_destroy() argument 44 gtk_window_set_title(GTK_WINDOW(ctx->win), ctx->hover_link); in browser_update_title() 49 gtk_window_set_title(GTK_WINDOW(ctx->win), in browser_update_title() 57 gtk_window_set_title(GTK_WINDOW(ctx->win), buf); in browser_update_title() 316 ctx.win = gtk_window_new(GTK_WINDOW_TOPLEVEL); in hs20_web_browser() 317 gtk_window_set_role(GTK_WINDOW(ctx.win), "Hotspot 2.0 client"); in hs20_web_browser() 318 gtk_window_set_default_size(GTK_WINDOW(ctx.win), 800, 600); in hs20_web_browser() 324 g_signal_connect(G_OBJECT(ctx.win), "destroy", in hs20_web_browser() 359 gtk_container_add(GTK_CONTAINER(ctx.win), GTK_WIDGET(scroll)); in hs20_web_browser() [all …]
|
| /hostap-latest/src/pae/ |
| D | ieee802_1x_secy_ops.h | 25 int secy_cp_control_replay(struct ieee802_1x_kay *kay, bool flag, u32 win);
|
| D | ieee802_1x_secy_ops.c | 68 int secy_cp_control_replay(struct ieee802_1x_kay *kay, bool enabled, u32 win) in secy_cp_control_replay() argument 84 return ops->set_replay_protect(ops->ctx, enabled, win); in secy_cp_control_replay()
|
| /hostap-latest/src/drivers/ |
| D | driver_macsec_qca.c | 586 u32 win; in macsec_qca_get_receive_lowest_pn() local 598 channel, &win); in macsec_qca_get_receive_lowest_pn() 601 sa->lowest_pn = (next_pn > win) ? (next_pn - win) : 1; in macsec_qca_get_receive_lowest_pn()
|