Home
last modified time | relevance | path

Searched refs:skip_inactivity_poll (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h547 int skip_inactivity_poll; member
H A Dsta_info.c596 if (hapd->conf->skip_inactivity_poll) in ap_handle_timer()
604 !hapd->conf->skip_inactivity_poll) { in ap_handle_timer()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2551 bss->skip_inactivity_poll = atoi(pos); in hostapd_config_fill()