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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c463 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
473 r1kh = conf->r1kh_list;
475 while (r1kh) {
476 r1kh_prev = r1kh;
477 r1kh = r1kh->next;
H A Dwpa_auth_ft.c353 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
371 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1257 struct ft_remote_r1kh *r1kh; local
1267 r1kh = wpa_auth->conf.r1kh_list;
1268 while (r1kh) {
1269 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1271 r1kh = r1kh->next;
1273 if (r1kh == NULL) {
1283 if (aes_unwrap(r1kh
1597 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
1637 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c463 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
473 r1kh = conf->r1kh_list;
475 while (r1kh) {
476 r1kh_prev = r1kh;
477 r1kh = r1kh->next;
H A Dwpa_auth_ft.c353 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
371 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1257 struct ft_remote_r1kh *r1kh; local
1267 r1kh = wpa_auth->conf.r1kh_list;
1268 while (r1kh) {
1269 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1271 r1kh = r1kh->next;
1273 if (r1kh == NULL) {
1283 if (aes_unwrap(r1kh
1597 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
1637 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c463 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
473 r1kh = conf->r1kh_list;
475 while (r1kh) {
476 r1kh_prev = r1kh;
477 r1kh = r1kh->next;
H A Dwpa_auth_ft.c353 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
371 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1257 struct ft_remote_r1kh *r1kh; local
1267 r1kh = wpa_auth->conf.r1kh_list;
1268 while (r1kh) {
1269 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1271 r1kh = r1kh->next;
1273 if (r1kh == NULL) {
1283 if (aes_unwrap(r1kh
1597 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
1637 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c930 struct ft_remote_r1kh *r1kh; local
933 r1kh = os_zalloc(sizeof(*r1kh));
934 if (r1kh == NULL)
943 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
945 os_free(r1kh);
953 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
955 os_free(r1kh);
960 if (hexstr2bin(pos, r1kh->key, sizeof(r1kh
[all...]

Completed in 662 milliseconds