Searched refs:beacon_int (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/wpa/hostapd/
H A Dhostapd.conf121 beacon_int=100
H A Dconfig_file.c2340 } else if (os_strcmp(buf, "beacon_int") == 0) {
2349 "beacon_int %d (expected "
2353 conf->beacon_int = val;
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_list.h27 u16 beacon_int; member in struct:ap_info
H A Dap_list.c242 ap->beacon_int = le_to_host16(mgmt->u.beacon.beacon_int);
H A Dbeacon.c224 resp->u.probe_resp.beacon_int =
225 host_to_le16(hapd->iconf->beacon_int);
599 head->u.beacon.beacon_int =
600 host_to_le16(hapd->iconf->beacon_int);
713 params.beacon_int = hapd->iconf->beacon_int;
H A Dap_config.h468 u16 beacon_int; member in struct:hostapd_config
H A Dap_config.c144 conf->beacon_int = 100;
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h75 u16 beacon_int; member in struct:wpa_bss
H A Dbss.c234 dst->beacon_int = src->beacon_int;
H A Dctrl_iface.c2939 ret = os_snprintf(pos, end - pos, "beacon_int=%d\n",
2940 bss->beacon_int);
/freebsd-10-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h452 le16 beacon_int; member in struct:ieee80211_mgmt::__anon4740::__anon4747
464 le16 beacon_int; member in struct:ieee80211_mgmt::__anon4740::__anon4749
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwnvar.h229 int beacon_int; member in struct:iwn_vap
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Ddriver.h137 * @beacon_int: beacon interval in TUs (host byte order)
161 u16 beacon_int; member in struct:wpa_scan_res
597 * beacon_int - Beacon interval
599 int beacon_int; member in struct:wpa_driver_ap_params
H A Ddriver_bsd.c1341 result->beacon_int = sr->isr_intval;
H A Ddriver_ndis.c894 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
/freebsd-10-stable/contrib/wpa/src/p2p/
H A Dp2p.c2063 resp->u.probe_resp.beacon_int = host_to_le16(100);

Completed in 285 milliseconds