Replace "dummy" with "stub" in preauth_test
Replace the word "dummy" with the inclusive word "stub". Signed-off-by: Arowa Suliman <arowa@chromium.org>
This commit is contained in:
parent
ed5e1b7223
commit
575dc1f3b2
1 changed files with 3 additions and 3 deletions
|
@ -220,7 +220,7 @@ static void eapol_test_poll(void *eloop_ctx, void *timeout_ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static struct wpa_driver_ops dummy_driver;
|
static struct wpa_driver_ops stub_driver;
|
||||||
|
|
||||||
|
|
||||||
static void wpa_init_conf(struct wpa_supplicant *wpa_s, const char *ifname)
|
static void wpa_init_conf(struct wpa_supplicant *wpa_s, const char *ifname)
|
||||||
|
@ -228,8 +228,8 @@ static void wpa_init_conf(struct wpa_supplicant *wpa_s, const char *ifname)
|
||||||
struct l2_packet_data *l2;
|
struct l2_packet_data *l2;
|
||||||
struct wpa_sm_ctx *ctx;
|
struct wpa_sm_ctx *ctx;
|
||||||
|
|
||||||
os_memset(&dummy_driver, 0, sizeof(dummy_driver));
|
os_memset(&stub_driver, 0, sizeof(stub_driver));
|
||||||
wpa_s->driver = &dummy_driver;
|
wpa_s->driver = &stub_driver;
|
||||||
|
|
||||||
ctx = os_zalloc(sizeof(*ctx));
|
ctx = os_zalloc(sizeof(*ctx));
|
||||||
assert(ctx != NULL);
|
assert(ctx != NULL);
|
||||||
|
|
Loading…
Reference in a new issue