HomeSort by relevance Sort by last modified time
    Searched refs:r1_key_holder (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_config.h 344 u8 r1_key_holder[FT_R1KH_ID_LEN]; member in struct:hostapd_bss_config
wpa_auth.h 187 u8 r1_key_holder[FT_R1KH_ID_LEN]; member in struct:wpa_auth_config
wpa_auth_ft.c 520 os_memcpy(pos, conf->r1_key_holder, FT_R1KH_ID_LEN);
1104 if (os_memcmp_const(f_r1kh_id, wpa_auth->conf.r1_key_holder,
    [all...]
wpa_auth_glue.c 76 os_memcpy(wconf->r1_key_holder, conf->r1_key_holder, FT_R1KH_ID_LEN);
hostapd.c 980 if (is_zero_ether_addr(conf->r1_key_holder))
981 os_memcpy(conf->r1_key_holder, hapd->own_addr, ETH_ALEN);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 185 milliseconds