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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c352 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
370 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1250 struct ft_remote_r1kh *r1kh; local
1260 r1kh = wpa_auth->conf.r1kh_list;
1261 while (r1kh) {
1262 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1264 r1kh = r1kh->next;
1266 if (r1kh == NULL) {
1276 if (aes_unwrap(r1kh
1589 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
1628 struct ft_remote_r1kh *r1kh; local
[all...]
H A Dap_config.c457 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
467 r1kh = conf->r1kh_list;
469 while (r1kh) {
470 r1kh_prev = r1kh;
471 r1kh = r1kh->next;
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c352 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
370 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1250 struct ft_remote_r1kh *r1kh; local
1260 r1kh = wpa_auth->conf.r1kh_list;
1261 while (r1kh) {
1262 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1264 r1kh = r1kh->next;
1266 if (r1kh == NULL) {
1276 if (aes_unwrap(r1kh
1589 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
1628 struct ft_remote_r1kh *r1kh; local
[all...]
H A Dap_config.c457 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
467 r1kh = conf->r1kh_list;
469 while (r1kh) {
470 r1kh_prev = r1kh;
471 r1kh = r1kh->next;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c352 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
370 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1250 struct ft_remote_r1kh *r1kh; local
1260 r1kh = wpa_auth->conf.r1kh_list;
1261 while (r1kh) {
1262 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1264 r1kh = r1kh->next;
1266 if (r1kh == NULL) {
1276 if (aes_unwrap(r1kh
1589 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
1628 struct ft_remote_r1kh *r1kh; local
[all...]
H A Dap_config.c457 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
467 r1kh = conf->r1kh_list;
469 while (r1kh) {
470 r1kh_prev = r1kh;
471 r1kh = r1kh->next;
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c959 struct ft_remote_r1kh *r1kh; local
962 r1kh = os_zalloc(sizeof(*r1kh));
963 if (r1kh == NULL)
972 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
974 os_free(r1kh);
982 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
984 os_free(r1kh);
989 if (hexstr2bin(pos, r1kh->key, sizeof(r1kh
[all...]

Completed in 212 milliseconds