Home
last modified time | relevance | path

Searched refs:beacon (Results 1 – 25 of 30) sorted by relevance

12

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c71 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
78 if (add_buf_data(&beacon, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
91 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
96 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
102 if (add_buf(&beacon, hapd->wps_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
107 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
114 if (wpabuf_resize(&beacon, 100) == 0) { in hostapd_build_ap_extra_ies()
116 start = wpabuf_put(beacon, 0); in hostapd_build_ap_extra_ies()
118 wpabuf_put(beacon, p - start); in hostapd_build_ap_extra_ies()
160 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
[all …]
Dhostapd.c2913 static void free_beacon_data(struct beacon_data *beacon) in free_beacon_data() argument
2915 os_free(beacon->head); in free_beacon_data()
2916 beacon->head = NULL; in free_beacon_data()
2917 os_free(beacon->tail); in free_beacon_data()
2918 beacon->tail = NULL; in free_beacon_data()
2919 os_free(beacon->probe_resp); in free_beacon_data()
2920 beacon->probe_resp = NULL; in free_beacon_data()
2921 os_free(beacon->beacon_ies); in free_beacon_data()
2922 beacon->beacon_ies = NULL; in free_beacon_data()
2923 os_free(beacon->proberesp_ies); in free_beacon_data()
[all …]
Dbeacon.c1081 head->u.beacon.beacon_int = in ieee802_11_build_ap_params()
1086 head->u.beacon.capab_info = host_to_le16(capab_info); in ieee802_11_build_ap_params()
1087 pos = &head->u.beacon.variable[0]; in ieee802_11_build_ap_params()
1342 struct wpabuf *beacon, *proberesp, *assocresp; in ieee802_11_set_beacon() local
1355 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in ieee802_11_set_beacon()
1359 params.beacon_ies = beacon; in ieee802_11_set_beacon()
1377 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in ieee802_11_set_beacon()
DMakefile30 beacon.o \
Dap_drv_ops.h21 struct wpabuf **beacon,
24 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon,
Dieee802_11.c3011 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.beacon)) { in handle_beacon()
3017 (void) ieee802_11_parse_elems(mgmt->u.beacon.variable, in handle_beacon()
3019 sizeof(mgmt->u.beacon)), &elems, in handle_beacon()
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c1425 struct ieee80211_beacon *beacon; in net80211_probe_step() local
1432 beacon = ( struct ieee80211_beacon * ) hdr->data; in net80211_probe_step()
1440 if ( ( void * ) beacon->info_element >= iob->tail ) { in net80211_probe_step()
1446 ie = beacon->info_element; in net80211_probe_step()
1501 free_iob ( wlan->beacon ); in net80211_probe_step()
1502 wlan->beacon = alloc_iob ( iob_len ( iob ) ); in net80211_probe_step()
1503 memcpy ( iob_put ( wlan->beacon, iob_len ( iob ) ), in net80211_probe_step()
1506 if ( ( rc = sec80211_detect ( wlan->beacon, &wlan->handshaking, in net80211_probe_step()
1508 struct ieee80211_beacon *beacon = in net80211_probe_step() local
1511 if ( beacon->capability & IEEE80211_CAPAB_PRIVACY ) { in net80211_probe_step()
[all …]
Dwpa.c131 struct ieee80211_beacon *beacon; in wpa_make_rsn_ie() local
138 hdr = dev->associating->beacon->data; in wpa_make_rsn_ie()
139 beacon = ( struct ieee80211_beacon * ) hdr->data; in wpa_make_rsn_ie()
140 rsn = sec80211_find_rsn ( beacon->info_element, in wpa_make_rsn_ie()
141 dev->associating->beacon->tail, &is_rsn, in wpa_make_rsn_ie()
218 struct ieee80211_beacon *beacon; in wpa_start() local
229 iob = dev->associating->beacon; in wpa_start()
231 beacon = ( struct ieee80211_beacon * ) hdr->data; in wpa_start()
232 ap_rsn_ie = sec80211_find_rsn ( beacon->info_element, iob->tail, in wpa_start()
Dsec80211.c396 struct ieee80211_beacon *beacon = in _sec80211_detect() local
405 if ( ! ( rsn = sec80211_find_rsn ( beacon->info_element, iob->tail, in _sec80211_detect()
410 if ( beacon->capability & IEEE80211_CAPAB_PRIVACY ) in _sec80211_detect()
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkTruncatedBeacon17 corrupted beacons. In this particular case, the beacon data is truncated.
27 # This is an incomplete vendor-specific beacon IE (one byte short).
/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c1244 struct wpabuf *beacon; in wps_set_ie() local
1261 beacon = wpabuf_alloc(400 + vendor_len); in wps_set_ie()
1262 if (beacon == NULL) in wps_set_ie()
1266 wpabuf_free(beacon); in wps_set_ie()
1274 if (wps_build_version(beacon) || in wps_set_ie()
1275 wps_build_wps_state(reg->wps, beacon) || in wps_set_ie()
1276 wps_build_ap_setup_locked(reg->wps, beacon) || in wps_set_ie()
1277 wps_build_selected_registrar(reg, beacon) || in wps_set_ie()
1278 wps_build_sel_reg_dev_password_id(reg, beacon) || in wps_set_ie()
1279 wps_build_sel_reg_config_methods(reg, beacon) || in wps_set_ie()
[all …]
/external/autotest/server/site_tests/network_WiFi_BeaconInterval/
Dcontrol.wifi_bintval14 This test verifies that the beacon interval set on the AP was successfully
/external/autotest/server/site_tests/network_WiFi_MissingBeacons/
Dcontrol14 This test checks how fast the DUT responds to beacon loss when an AP
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Delidelocalchecks.ll106 ; DUMP-NEXT: store i64 %offloaded64, i64* %off64, align 1, beacon %offloaded64
107 ; DUMP-NEXT: store <4 x i32> %offloaded128, <4 x i32>* %off128, align 4, beacon %offloaded128
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1005 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, in atheros_set_ap_wps_ie() argument
1011 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon); in atheros_set_ap_wps_ie()
1017 drv->wps_beacon_ie = beacon ? wpabuf_dup(beacon) : NULL; in atheros_set_ap_wps_ie()
1024 if (atheros_set_wps_ie(priv, beacon ? wpabuf_head(beacon) : NULL, in atheros_set_ap_wps_ie()
1025 beacon ? wpabuf_len(beacon) : 0, in atheros_set_ap_wps_ie()
Ddriver_nl80211_android.c174 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, in wpa_driver_set_ap_wps_p2p_ie() argument
Ddriver_nl80211.h281 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
Ddriver_hostap.c755 static int hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, in hostap_set_ap_wps_ie() argument
Ddriver.h2802 int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon,
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py524 self.beacon = Tk.Label(self.root, text="A1",
532 self.beacon.pack(side="left")
681 self.beacon['text'] = cellname(x, y)
727 self.beacon['text'] = name
/external/syslinux/gpxe/src/include/gpxe/
Dnet80211.h1081 struct io_buffer *beacon; member
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c1185 u32 phy_sig, phy_agc, phy_sat, beacon; in ath5k_hw_rf5110_calibrate() local
1193 beacon = ath5k_hw_reg_read(ah, AR5K_BEACON_5210); in ath5k_hw_rf5110_calibrate()
1194 ath5k_hw_reg_write(ah, beacon & ~AR5K_BEACON_ENABLE, AR5K_BEACON_5210); in ath5k_hw_rf5110_calibrate()
1274 ath5k_hw_reg_write(ah, beacon, AR5K_BEACON_5210); in ath5k_hw_rf5110_calibrate()
/external/kernel-headers/original/uapi/linux/
Dwireless.h737 __u32 beacon; /* Missed beacons/superframe */ member
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h505 const struct wpabuf *beacon, in wpa_drv_set_ap_wps_ie() argument
511 return wpa_s->driver->set_ap_wps_ie(wpa_s->drv_priv, beacon, in wpa_drv_set_ap_wps_ie()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h820 } STRUCT_PACKED beacon; member

12