Searched refs:r0kh (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c308 struct ft_remote_r0kh *r0kh; local
311 r0kh = sm->wpa_auth->conf.r0kh_list;
312 while (r0kh) {
313 if (r0kh->id_len == sm->r0kh_id_len &&
314 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
317 r0kh = r0kh->next;
319 if (r0kh == NULL) {
326 "address " MACSTR, MAC2STR(r0kh->addr));
348 if (aes_wrap(r0kh
371 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; local
1452 struct ft_remote_r0kh *r0kh; local
1521 struct ft_remote_r0kh *r0kh; local
[all...]
H A Dap_config.c470 struct ft_remote_r0kh *r0kh, *r0kh_prev; local
473 r0kh = conf->r0kh_list;
475 while (r0kh) {
476 r0kh_prev = r0kh;
477 r0kh = r0kh->next;
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c308 struct ft_remote_r0kh *r0kh; local
311 r0kh = sm->wpa_auth->conf.r0kh_list;
312 while (r0kh) {
313 if (r0kh->id_len == sm->r0kh_id_len &&
314 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
317 r0kh = r0kh->next;
319 if (r0kh == NULL) {
326 "address " MACSTR, MAC2STR(r0kh->addr));
348 if (aes_wrap(r0kh
371 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; local
1452 struct ft_remote_r0kh *r0kh; local
1521 struct ft_remote_r0kh *r0kh; local
[all...]
H A Dap_config.c470 struct ft_remote_r0kh *r0kh, *r0kh_prev; local
473 r0kh = conf->r0kh_list;
475 while (r0kh) {
476 r0kh_prev = r0kh;
477 r0kh = r0kh->next;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c308 struct ft_remote_r0kh *r0kh; local
311 r0kh = sm->wpa_auth->conf.r0kh_list;
312 while (r0kh) {
313 if (r0kh->id_len == sm->r0kh_id_len &&
314 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
317 r0kh = r0kh->next;
319 if (r0kh == NULL) {
326 "address " MACSTR, MAC2STR(r0kh->addr));
348 if (aes_wrap(r0kh
371 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; local
1452 struct ft_remote_r0kh *r0kh; local
1521 struct ft_remote_r0kh *r0kh; local
[all...]
H A Dap_config.c470 struct ft_remote_r0kh *r0kh, *r0kh_prev; local
473 r0kh = conf->r0kh_list;
475 while (r0kh) {
476 r0kh_prev = r0kh;
477 r0kh = r0kh->next;
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c980 struct ft_remote_r0kh *r0kh; local
983 r0kh = os_zalloc(sizeof(*r0kh));
984 if (r0kh == NULL)
992 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) {
994 os_free(r0kh);
1004 os_free(r0kh);
1007 r0kh->id_len = next - pos - 1;
1008 os_memcpy(r0kh->id, pos, r0kh
[all...]

Completed in 172 milliseconds