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

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 602 /** wpa_deny_ptk0_rekey - Control PTK0 rekeying
613 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member in struct:wpa_ssid
wpas_glue.c 1529 conf.wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey;
ap.c 552 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey;
config_file.c 836 INT(wpa_deny_ptk0_rekey);
config.c 2666 { INT_RANGE(wpa_deny_ptk0_rekey, 0, 2) },
3227 ssid->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS;
wpa_supplicant.c 2197 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER ||
2198 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK &&
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_glue.c 1676 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER ||
1677 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK &&
1681 _conf.wpa_deny_ptk0_rekey = 1;
wpa_auth.h 182 int wpa_deny_ptk0_rekey; member in struct:wpa_auth_config
ap_config.h 385 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member in struct:hostapd_bss_config
ap_config.c 71 bss->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS;
wpa_auth.c 1113 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) {
2364 sm->wpa_auth->conf.wpa_deny_ptk0_rekey) {
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.h 151 int wpa_deny_ptk0_rekey; member in struct:rsn_supp_config
wpa_i.h 72 int wpa_deny_ptk0_rekey:1; member in struct:wpa_sm
wpa.c 227 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id &&
945 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id &&
4692 sm->wpa_deny_ptk0_rekey = value;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3085 } else if (os_strcmp(buf, "wpa_deny_ptk0_rekey") == 0) {
3086 bss->wpa_deny_ptk0_rekey = atoi(pos);
3087 if (bss->wpa_deny_ptk0_rekey < 0 ||
3088 bss->wpa_deny_ptk0_rekey > 2) {
3090 "Line %d: Invalid wpa_deny_ptk0_rekey=%d; allowed range 0..2",
3091 line, bss->wpa_deny_ptk0_rekey);
ctrl_iface.c 1147 if (hapd->conf->wpa && hapd->conf->wpa_deny_ptk0_rekey) {
1148 ret = os_snprintf(pos, end - pos, "wpa_deny_ptk0_rekey=%d\n",
1149 hapd->conf->wpa_deny_ptk0_rekey);

Completed in 43 milliseconds