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

  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 659 unsigned int hs20_deauth_req_timeout; member in struct:hostapd_bss_config
ieee802_1x.c 1801 timeout = hapd->conf->hs20_deauth_req_timeout;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4321 } else if (os_strcmp(buf, "hs20_deauth_req_timeout") == 0) {
4322 bss->hs20_deauth_req_timeout = atoi(pos);

Completed in 25 milliseconds