Searched refs:window (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_gui.sgml | 70 <listitem><para>Start program in the system tray only (if the window 71 manager supports it). By default the main status window is
|
/hostap-latest/wpa_supplicant/ |
D | wpas_kay.c | 59 static int wpas_set_replay_protect(void *wpa_s, bool enabled, u32 window) in wpas_set_replay_protect() argument 61 return wpa_drv_set_replay_protect(wpa_s, enabled, window); in wpas_set_replay_protect()
|
D | driver_i.h | 801 bool enabled, u32 window) in wpa_drv_set_replay_protect() argument 806 window); in wpa_drv_set_replay_protect()
|
D | README-WPS | 145 minute window). wpa_supplicant is notified of the local button event 199 how WPS support can be integrated into the GUI. Its main window has a
|
/hostap-latest/src/ap/ |
D | wpa_auth_kay.c | 75 static int hapd_set_replay_protect(void *priv, bool enabled, u32 window) in hapd_set_replay_protect() argument 82 window); in hapd_set_replay_protect()
|
/hostap-latest/src/drivers/ |
D | driver_macsec_qca.c | 461 unsigned int window) in macsec_qca_set_replay_protect() argument 467 __func__, enabled, window); in macsec_qca_set_replay_protect() 470 drv->replay_window = window; in macsec_qca_set_replay_protect()
|
D | driver_macsec_linux.c | 460 u32 window) in macsec_drv_set_replay_protect() argument 465 enabled ? "TRUE" : "FALSE", window); in macsec_drv_set_replay_protect() 470 drv->replay_window = window; in macsec_drv_set_replay_protect()
|
D | driver.h | 4736 int (*set_replay_protect)(void *priv, bool enabled, u32 window);
|
/hostap-latest/src/pae/ |
D | ieee802_1x_kay.h | 147 int (*set_replay_protect)(void *ctx, bool enabled, u32 window);
|
/hostap-latest/hostapd/ |
D | README-WPS | 204 same time (2 minute window). hostapd needs to be notified about the AP
|