HomeSort by: relevance | last modified time | path
    Searched refs:use_ext_key_id (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 65 bool use_ext_key_id; member in struct:wpa_state_machine
wpa_auth.c 1113 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) {
1122 if (sm->use_ext_key_id)
2290 if (sm->use_ext_key_id &&
2363 if (!sm->use_ext_key_id &&
2375 if (sm->use_ext_key_id)
4619 if (sm->use_ext_key_id && sm->TimeoutCtr == 1 &&
4688 if (sm->use_ext_key_id)
4749 if (sm->use_ext_key_id) {
4935 if (sm->use_ext_key_id)
6933 if (sm->use_ext_key_id)
    [all...]
wpa_auth_ie.c 1066 sm->use_ext_key_id = true;
1077 sm->use_ext_key_id = false;
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa_i.h 78 int use_ext_key_id; /* whether Extended Key ID has been detected member in struct:wpa_sm
wpa.c 227 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id &&
748 sm->use_ext_key_id ? MSG_INFO : MSG_DEBUG,
751 return sm->use_ext_key_id ? -1 : 0;
763 sm->use_ext_key_id = 1;
778 sm->use_ext_key_id = 0;
945 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id &&
2715 if (sm->use_ext_key_id &&
2731 if (sm->use_ext_key_id)
4698 sm->use_ext_key_id = value;
4831 return sm ? sm->use_ext_key_id : 0
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.c 2085 int use_ext_key_id = 0; local
2095 use_ext_key_id = 1;
2097 use_ext_key_id);

Completed in 29 milliseconds