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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c471 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
481 r1kh = conf->r1kh_list;
483 while (r1kh) {
484 r1kh_prev = r1kh;
485 r1kh = r1kh->next;
H A Dwpa_auth_ft.c373 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
390 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1316 struct ft_remote_r1kh *r1kh; local
1326 r1kh = wpa_auth->conf.r1kh_list;
1327 while (r1kh) {
1328 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1330 r1kh = r1kh->next;
1332 if (r1kh == NULL) {
1344 if (aes_unwrap(r1kh
1719 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
1766 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c471 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
481 r1kh = conf->r1kh_list;
483 while (r1kh) {
484 r1kh_prev = r1kh;
485 r1kh = r1kh->next;
H A Dwpa_auth_ft.c373 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
390 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1316 struct ft_remote_r1kh *r1kh; local
1326 r1kh = wpa_auth->conf.r1kh_list;
1327 while (r1kh) {
1328 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1330 r1kh = r1kh->next;
1332 if (r1kh == NULL) {
1344 if (aes_unwrap(r1kh
1719 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
1766 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c471 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
481 r1kh = conf->r1kh_list;
483 while (r1kh) {
484 r1kh_prev = r1kh;
485 r1kh = r1kh->next;
H A Dwpa_auth_ft.c373 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
390 wpa_derive_pmk_r1(pmk_r0, pmk_r0_name, r1kh, sm->addr,
1316 struct ft_remote_r1kh *r1kh; local
1326 r1kh = wpa_auth->conf.r1kh_list;
1327 while (r1kh) {
1328 if (os_memcmp(r1kh->addr, src_addr, ETH_ALEN) == 0)
1330 r1kh = r1kh->next;
1332 if (r1kh == NULL) {
1344 if (aes_unwrap(r1kh
1719 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
1766 struct ft_remote_r1kh *r1kh; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1026 struct ft_remote_r1kh *r1kh; local
1029 r1kh = os_zalloc(sizeof(*r1kh));
1030 if (r1kh == NULL)
1039 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
1041 os_free(r1kh);
1049 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
1051 os_free(r1kh);
1056 if (hexstr2bin(pos, r1kh->key, sizeof(r1kh
[all...]

Completed in 271 milliseconds