OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r1kh
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_config.c
428
struct ft_remote_r1kh *
r1kh
, *r1kh_prev;
local
438
r1kh
= conf->r1kh_list;
440
while (
r1kh
) {
441
r1kh_prev =
r1kh
;
442
r1kh
=
r1kh
->next;
wpa_auth_ft.c
339
const u8 *
r1kh
= sm->wpa_auth->conf.r1_key_holder;
local
357
wpa_derive_pmk_r1(pmk_r0, pmk_r0_name,
r1kh
, sm->addr,
1020
wpa_printf(MSG_DEBUG, "FT: No
R1KH
-ID subelem in FTIE");
1026
wpa_printf(MSG_DEBUG, "FT: Unknown
R1KH
-ID used in "
1028
wpa_hexdump(MSG_DEBUG, "FT:
R1KH
-ID in FTIE",
1030
wpa_hexdump(MSG_DEBUG, "FT: Expected
R1KH
-ID",
1209
struct ft_remote_r1kh *
r1kh
;
local
1219
r1kh
= wpa_auth->conf.r1kh_list;
1220
while (
r1kh
) {
1221
if (os_memcmp(
r1kh
->addr, src_addr, ETH_ALEN) == 0
1587
struct ft_remote_
r1kh
*
r1kh
;
local
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
935
struct ft_remote_r1kh *
r1kh
;
local
938
r1kh
= os_zalloc(sizeof(*
r1kh
));
939
if (
r1kh
== NULL)
948
if (next == NULL || hwaddr_aton(pos,
r1kh
->addr)) {
949
wpa_printf(MSG_ERROR, "Invalid
R1KH
MAC address: '%s'", pos);
950
os_free(
r1kh
);
958
if (next == NULL || hwaddr_aton(pos,
r1kh
->id)) {
959
wpa_printf(MSG_ERROR, "Invalid
R1KH
-ID: '%s'", pos);
960
os_free(
r1kh
);
[
all
...]
Completed in 59 milliseconds