Searched defs:r1kh (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c461 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
471 r1kh = conf->r1kh_list;
473 while (r1kh) {
474 r1kh_prev = r1kh;
475 r1kh = r1kh->next;
H A Dwpa_auth_ft.c371 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
389 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1313 struct ft_remote_r1kh *r1kh; local
1323 r1kh = wpa_auth->conf.r1kh_list;
1324 while (r1kh) {
1325 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1327 r1kh = r1kh->next;
1329 if (r1kh == NULL) {
1339 if (aes_unwrap(r1kh
1701 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument
1741 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c461 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
471 r1kh = conf->r1kh_list;
473 while (r1kh) {
474 r1kh_prev = r1kh;
475 r1kh = r1kh->next;
H A Dwpa_auth_ft.c371 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
389 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1313 struct ft_remote_r1kh *r1kh; local
1323 r1kh = wpa_auth->conf.r1kh_list;
1324 while (r1kh) {
1325 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1327 r1kh = r1kh->next;
1329 if (r1kh == NULL) {
1339 if (aes_unwrap(r1kh
1701 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument
1741 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c461 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
471 r1kh = conf->r1kh_list;
473 while (r1kh) {
474 r1kh_prev = r1kh;
475 r1kh = r1kh->next;
H A Dwpa_auth_ft.c371 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
389 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1313 struct ft_remote_r1kh *r1kh; local
1323 r1kh = wpa_auth->conf.r1kh_list;
1324 while (r1kh) {
1325 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1327 r1kh = r1kh->next;
1329 if (r1kh == NULL) {
1339 if (aes_unwrap(r1kh
1701 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument
1741 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c980 struct ft_remote_r1kh *r1kh; local
983 r1kh = os_zalloc(sizeof(*r1kh));
984 if (r1kh == NULL)
993 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
995 os_free(r1kh);
1003 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
1005 os_free(r1kh);
1010 if (hexstr2bin(pos, r1kh->key, sizeof(r1kh
[all...]

Completed in 149 milliseconds