OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wpa_init
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c
310
wpa->auth_group =
wpa_init
(wpa->auth_addr, &conf, &cb);
312
wpa_printf(MSG_DEBUG, "AUTH:
wpa_init
() failed");
/external/wpa_supplicant_8/src/ap/
wpa_auth.h
208
struct wpa_authenticator *
wpa_init
(const u8 *addr,
wpa_auth_glue.c
494
hapd->wpa_auth =
wpa_init
(hapd->own_addr, &_conf, &cb);
wpa_auth.c
381
*
wpa_init
- Initialize WPA authenticator
387
struct wpa_authenticator *
wpa_init
(const u8 *addr,
function
449
* @wpa_auth: Pointer to WPA authenticator data from
wpa_init
()
485
* @wpa_auth: Pointer to WPA authenticator data from
wpa_init
()
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c
295
wpa->auth_group =
wpa_init
(wpa->auth_addr, &conf, &cb);
297
wpa_printf(MSG_DEBUG, "AUTH:
wpa_init
() failed");
/external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c
336
ibss_rsn->auth_group =
wpa_init
(own_addr, &conf, &cb);
338
wpa_printf(MSG_DEBUG, "AUTH:
wpa_init
() failed");
Completed in 20 milliseconds