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/
ap_config.h 212 unsigned int assoc_sa_query_max_timeout; member in struct:hostapd_bss_config
ieee802_11.c 205 if (hapd->conf->assoc_sa_query_max_timeout > tu)
206 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
209 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
    [all...]
ap_config.c 80 bss->assoc_sa_query_max_timeout = 1000;
sta_info.c 688 if (hapd->conf->assoc_sa_query_max_timeout < tu) {
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 45 milliseconds