HomeSort by relevance Sort by last modified time
    Searched refs:assoc_sa_query_max_timeout (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
39 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
ap_config.h 289 unsigned int assoc_sa_query_max_timeout; member in struct:hostapd_bss_config
ap_config.c 74 bss->assoc_sa_query_max_timeout = 1000;
sta_info.c 917 if (hapd->conf->assoc_sa_query_max_timeout < tu) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 42 milliseconds