Searched refs:beacon_int (Results 1 - 25 of 54) sorted by last modified time

123

/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2586 } else if (os_strcmp(buf, "beacon_int") == 0) {
2594 wpa_printf(MSG_ERROR, "Line %d: invalid beacon_int %d (expected 15..65535)",
2598 conf->beacon_int = val;
H A Dhostapd.conf182 beacon_int=100
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c154 conf->beacon_int = 100;
H A Dap_config.h564 u16 beacon_int; member in struct:hostapd_config
H A Dbeacon.c399 resp->u.probe_resp.beacon_int =
400 host_to_le16(hapd->iconf->beacon_int);
825 head->u.beacon.beacon_int =
826 host_to_le16(hapd->iconf->beacon_int);
955 params->beacon_int = hapd->iconf->beacon_int;
H A Dbss_load.c49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dieee802_1x.c1450 int warning_time, beacon_int; local
1476 beacon_int = hapd->iconf->beacon_int;
1477 if (beacon_int < 1)
1478 beacon_int = 100; /* best guess */
1479 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;
H A Dwnm_ap.c452 int timeout, beacon_int; local
461 beacon_int = hapd->iconf->beacon_int;
462 if (beacon_int < 1)
463 beacon_int = 100; /* best guess */
464 /* Calculate timeout in ms based on beacon_int in TU */
465 timeout = disassoc_timer * beacon_int * 128 / 125;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h507 le16 beacon_int; member in struct:ieee80211_mgmt::__anon17140::__anon17147
519 le16 beacon_int; member in struct:ieee80211_mgmt::__anon17140::__anon17149
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h209 * @beacon_int: beacon interval in TUs (host byte order)
241 u16 beacon_int; member in struct:wpa_scan_res
585 * beacon_int - Beacon interval for IBSS or 0 to use driver default
587 int beacon_int; member in struct:wpa_driver_associate_params
876 * beacon_int - Beacon interval
878 int beacon_int; member in struct:wpa_driver_ap_params
1077 int beacon_int; member in struct:wpa_driver_mesh_join_params
H A Ddriver_bsd.c1316 result->beacon_int = sr->isr_intval;
H A Ddriver_ndis.c893 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
H A Ddriver_nl80211.c3297 static int nl80211_put_beacon_int(struct nl_msg *msg, int beacon_int) argument
3299 if (beacon_int > 0) {
3300 wpa_printf(MSG_DEBUG, " * beacon_int=%d", beacon_int);
3302 beacon_int);
3335 wpa_printf(MSG_DEBUG, "nl80211: beacon_int=%d", params->beacon_int);
3344 nl80211_put_beacon_int(msg, params->beacon_int) ||
4429 nl80211_put_beacon_int(msg, params->beacon_int))
7955 nl80211_put_beacon_int(msg, params->beacon_int))
[all...]
H A Ddriver_nl80211_scan.c571 r->beacon_int = nla_get_u16(bss[NL80211_BSS_BEACON_INTERVAL]);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c2413 resp->u.probe_resp.beacon_int = host_to_le16(100);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c154 conf->beacon_int = 100;
H A Dap_config.h564 u16 beacon_int; member in struct:hostapd_config
H A Dbeacon.c399 resp->u.probe_resp.beacon_int =
400 host_to_le16(hapd->iconf->beacon_int);
825 head->u.beacon.beacon_int =
826 host_to_le16(hapd->iconf->beacon_int);
955 params->beacon_int = hapd->iconf->beacon_int;
H A Dbss_load.c49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dieee802_1x.c1450 int warning_time, beacon_int; local
1476 beacon_int = hapd->iconf->beacon_int;
1477 if (beacon_int < 1)
1478 beacon_int = 100; /* best guess */
1479 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;
H A Dwnm_ap.c452 int timeout, beacon_int; local
461 beacon_int = hapd->iconf->beacon_int;
462 if (beacon_int < 1)
463 beacon_int = 100; /* best guess */
464 /* Calculate timeout in ms based on beacon_int in TU */
465 timeout = disassoc_timer * beacon_int * 128 / 125;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h507 le16 beacon_int; member in struct:ieee80211_mgmt::__anon17385::__anon17392
519 le16 beacon_int; member in struct:ieee80211_mgmt::__anon17385::__anon17394
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h209 * @beacon_int: beacon interval in TUs (host byte order)
241 u16 beacon_int; member in struct:wpa_scan_res
585 * beacon_int - Beacon interval for IBSS or 0 to use driver default
587 int beacon_int; member in struct:wpa_driver_associate_params
876 * beacon_int - Beacon interval
878 int beacon_int; member in struct:wpa_driver_ap_params
1077 int beacon_int; member in struct:wpa_driver_mesh_join_params
H A Ddriver_bsd.c1316 result->beacon_int = sr->isr_intval;
H A Ddriver_ndis.c893 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);

Completed in 873 milliseconds

123