Searched defs:beacon_int (Results 1 - 19 of 19) sorted by path

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h527 u16 beacon_int; member in struct:hostapd_config
H A Dieee802_1x.c1392 int warning_time, beacon_int; local
1418 beacon_int = hapd->iconf->beacon_int;
1419 if (beacon_int < 1)
1420 beacon_int = 100; /* best guess */
1421 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;
H A Dwnm_ap.c482 int timeout, beacon_int; local
491 beacon_int = hapd->iconf->beacon_int;
492 if (beacon_int < 1)
493 beacon_int = 100; /* best guess */
494 /* Calculate timeout in ms based on beacon_int in TU */
495 timeout = disassoc_timer * beacon_int * 128 / 125;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h473 le16 beacon_int; member in struct:ieee80211_mgmt::__anon33551::__anon33558
485 le16 beacon_int; member in struct:ieee80211_mgmt::__anon33551::__anon33560
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h197 * @beacon_int: beacon interval in TUs (host byte order)
221 u16 beacon_int; member in struct:wpa_scan_res
487 * beacon_int - Beacon interval for IBSS or 0 to use driver default
489 int beacon_int; member in struct:wpa_driver_associate_params
747 * beacon_int - Beacon interval
749 int beacon_int; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h527 u16 beacon_int; member in struct:hostapd_config
H A Dieee802_1x.c1392 int warning_time, beacon_int; local
1418 beacon_int = hapd->iconf->beacon_int;
1419 if (beacon_int < 1)
1420 beacon_int = 100; /* best guess */
1421 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;
H A Dwnm_ap.c482 int timeout, beacon_int; local
491 beacon_int = hapd->iconf->beacon_int;
492 if (beacon_int < 1)
493 beacon_int = 100; /* best guess */
494 /* Calculate timeout in ms based on beacon_int in TU */
495 timeout = disassoc_timer * beacon_int * 128 / 125;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h473 le16 beacon_int; member in struct:ieee80211_mgmt::__anon33804::__anon33811
485 le16 beacon_int; member in struct:ieee80211_mgmt::__anon33804::__anon33813
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h197 * @beacon_int: beacon interval in TUs (host byte order)
221 u16 beacon_int; member in struct:wpa_scan_res
487 * beacon_int - Beacon interval for IBSS or 0 to use driver default
489 int beacon_int; member in struct:wpa_driver_associate_params
747 * beacon_int - Beacon interval
749 int beacon_int; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h76 u16 beacon_int; member in struct:wpa_bss
H A Dconfig.h983 * beacon_int - Default Beacon interval in TU
986 * blocks that do not specify beacon_int.
988 int beacon_int; member in struct:wpa_config
H A Dconfig_ssid.h617 * beacon_int - Beacon interval (default: 100 TU)
619 int beacon_int; member in struct:wpa_ssid
H A Dwnm_sta.c651 unsigned int beacon_int; local
663 beacon_int = wpa_s->current_bss->beacon_int;
665 beacon_int = 100; /* best guess */
669 wpa_s->wnm_dissoc_timer * beacon_int * 128 / 125, url);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h527 u16 beacon_int; member in struct:hostapd_config
H A Dieee802_1x.c1392 int warning_time, beacon_int; local
1418 beacon_int = hapd->iconf->beacon_int;
1419 if (beacon_int < 1)
1420 beacon_int = 100; /* best guess */
1421 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;
H A Dwnm_ap.c482 int timeout, beacon_int; local
491 beacon_int = hapd->iconf->beacon_int;
492 if (beacon_int < 1)
493 beacon_int = 100; /* best guess */
494 /* Calculate timeout in ms based on beacon_int in TU */
495 timeout = disassoc_timer * beacon_int * 128 / 125;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h473 le16 beacon_int; member in struct:ieee80211_mgmt::__anon34055::__anon34062
485 le16 beacon_int; member in struct:ieee80211_mgmt::__anon34055::__anon34064
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h197 * @beacon_int: beacon interval in TUs (host byte order)
221 u16 beacon_int; member in struct:wpa_scan_res
487 * beacon_int - Beacon interval for IBSS or 0 to use driver default
489 int beacon_int; member in struct:wpa_driver_associate_params
747 * beacon_int - Beacon interval
749 int beacon_int; member in struct:wpa_driver_ap_params

Completed in 1433 milliseconds