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

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 217 int pmk_r1_push; member in struct:wpa_auth_config
wpa_auth_glue.c 100 wconf->pmk_r1_push = conf->pmk_r1_push;
ap_config.h 405 int pmk_r1_push; member in struct:hostapd_bss_config
wpa_auth_ft.c 4967 if (!wpa_auth->conf.pmk_r1_push)
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3276 } else if (os_strcmp(buf, "pmk_r1_push") == 0) {
3277 bss->pmk_r1_push = atoi(pos);

Completed in 42 milliseconds