HomeSort by relevance Sort by last modified time
    Searched defs:EAP_AKA_AUTN_LEN (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 97 #define EAP_AKA_AUTN_LEN 16
775 u8 autn[EAP_AKA_AUTN_LEN];
806 memset(autn, '1', EAP_AKA_AUTN_LEN);
831 pos += wpa_snprintf_hex(pos, end - pos, autn, EAP_AKA_AUTN_LEN);
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 58 #define EAP_AKA_AUTN_LEN 16

Completed in 54 milliseconds