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

  /src/external/bsd/wpa/dist/src/ap/
gas_serv.c 74 hapd->conf->gas_comeback_delay / 1024 +
1474 hapd->conf->gas_comeback_delay) {
1478 if (hapd->conf->gas_comeback_delay) {
1480 comeback_delay = hapd->conf->gas_comeback_delay;
1532 hapd->conf->gas_comeback_delay) {
1536 if (hapd->conf->gas_comeback_delay) {
1538 comeback_delay = hapd->conf->gas_comeback_delay;
ap_config.h 609 u16 gas_comeback_delay; member in struct:hostapd_bss_config
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4285 } else if (os_strcmp(buf, "gas_comeback_delay") == 0) {
4286 bss->gas_comeback_delay = atoi(pos);

Completed in 29 milliseconds