Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c85 * is an AP, and the beacon interval of the AP is a multiple or in iwl_mvm_mac_tsf_id_iter()
86 * divisor of the beacon interval of the client, the same TSF in iwl_mvm_mac_tsf_id_iter()
111 * The new interface is AP/GO, so if its beacon interval is a in iwl_mvm_mac_tsf_id_iter()
112 * multiple or a divisor of the beacon interval of an existing in iwl_mvm_mac_tsf_id_iter()
608 * more beacon intervals happen until the DTIM TBTT. Therefore in iwl_mvm_set_fw_dtim_tbtt()
793 /* TODO: Assumes that the beacon id == mac context id */ in iwl_mvm_go_iterator()
854 u8 *beacon, u32 frame_size) in iwl_mvm_mac_ctxt_set_tim()
857 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon; in iwl_mvm_mac_ctxt_set_tim()
860 * variable-length part of the beacon. */ in iwl_mvm_mac_ctxt_set_tim()
861 tim_idx = mgmt->u.beacon in iwl_mvm_mac_ctxt_set_tim()
842 iwl_mvm_mac_ctxt_set_tim(struct iwl_mvm * mvm,__le32 * tim_index,__le32 * tim_size,u8 * beacon,u32 frame_size) iwl_mvm_mac_ctxt_set_tim() argument
865 iwl_mvm_find_ie_offset(u8 * beacon,u8 eid,u32 frame_size) iwl_mvm_find_ie_offset() argument
981 iwl_mvm_mac_ctxt_set_tx(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct sk_buff * beacon,struct iwl_tx_cmd * tx) iwl_mvm_mac_ctxt_set_tx() argument
1019 iwl_mvm_mac_ctxt_send_beacon_cmd(struct iwl_mvm * mvm,struct sk_buff * beacon,void * data,int len) iwl_mvm_mac_ctxt_send_beacon_cmd() argument
1039 iwl_mvm_mac_ctxt_send_beacon_v6(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct sk_buff * beacon) iwl_mvm_mac_ctxt_send_beacon_v6() argument
1059 iwl_mvm_mac_ctxt_send_beacon_v7(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct sk_buff * beacon) iwl_mvm_mac_ctxt_send_beacon_v7() argument
1088 iwl_mvm_mac_ctxt_send_beacon_v9(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct sk_buff * beacon,struct ieee80211_bss_conf * link_conf) iwl_mvm_mac_ctxt_send_beacon_v9() argument
1149 iwl_mvm_mac_ctxt_send_beacon(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct sk_buff * beacon,struct ieee80211_bss_conf * link_conf) iwl_mvm_mac_ctxt_send_beacon() argument
1175 struct sk_buff *beacon; iwl_mvm_mac_ctxt_beacon_changed() local
1487 struct iwl_extended_beacon_notif *beacon = (void *)pkt->data; iwl_mvm_rx_beacon_notif() local
[all...]
H A Ddebugfs.c1347 struct sk_buff *beacon; in iwl_dbgfs_indirection_tbl_write()
1384 beacon = ieee80211_beacon_get_template(mvm->hw, vif, NULL, 0); in iwl_dbgfs_inject_packet_write()
1385 if (!beacon) in iwl_dbgfs_inject_packet_write()
1388 if (len && hex2bin(skb_put_zero(beacon, len), bin, len)) { in iwl_dbgfs_inject_packet_write()
1389 dev_kfree_skb(beacon); in iwl_dbgfs_inject_packet_write()
1396 info = IEEE80211_SKB_CB(beacon); in iwl_dbgfs_inject_packet_write()
1403 beacon_cmd.byte_cnt = cpu_to_le16((u16)beacon->len); in iwl_dbgfs_inject_packet_write()
1412 beacon->data, beacon->len);
1416 u32 offset = iwl_mvm_find_ie_offset(beacon in _iwl_dbgfs_inject_beacon_ie()
1417 struct sk_buff *beacon; _iwl_dbgfs_inject_beacon_ie() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-beacon-kit.dts9 #include "imx8mm-beacon-som.dtsi"
10 #include "imx8mm-beacon-baseboard.dtsi"
14 compatible = "beacon,imx8mm-beacon-kit", "fsl,imx8mm";
H A Dimx8mn-beacon-kit.dts9 #include "imx8mn-beacon-som.dtsi"
10 #include "imx8mn-beacon-baseboard.dtsi"
14 compatible = "beacon,imx8mn-beacon-kit", "fsl,imx8mn";
H A Dimx8mp-beacon-kit.dts11 #include "imx8mp-beacon-som.dtsi"
15 compatible = "beacon,imx8mp-beacon-kit", "fsl,imx8mp";
/freebsd/sys/dev/iser/
H A Diser_verbs.c148 mtx_lock(&ib_conn->beacon.flush_lock); in iser_handle_wc()
150 cv_signal(&ib_conn->beacon.flush_cv); in iser_handle_wc()
151 mtx_unlock(&ib_conn->beacon.flush_lock); in iser_handle_wc()
642 mtx_lock(&ib_conn->beacon.flush_lock); in iser_conn_terminate()
643 memset(&ib_conn->beacon.send, 0, sizeof(struct ib_send_wr)); in iser_conn_terminate()
644 ib_conn->beacon.send.wr_id = ISER_BEACON_WRID; in iser_conn_terminate()
645 ib_conn->beacon.send.opcode = IB_WR_SEND; in iser_conn_terminate()
647 err = ib_post_send(ib_conn->qp, &ib_conn->beacon.send, &bad_send_wr); in iser_conn_terminate()
650 mtx_unlock(&ib_conn->beacon.flush_lock); in iser_conn_terminate()
655 cv_wait(&ib_conn->beacon.flush_cv, &ib_conn->beacon.flush_lock); in iser_conn_terminate()
[all …]
H A Dicl_iser.c286 mtx_init(&iser_conn->ib_conn.beacon.flush_lock, "iser_flush_lock", NULL, MTX_DEF); in iser_new_conn()
287 cv_init(&iser_conn->ib_conn.beacon.flush_cv, "flush_cv"); in iser_new_conn()
307 cv_destroy(&iser_conn->ib_conn.beacon.flush_cv); in iser_conn_free()
308 mtx_destroy(&iser_conn->ib_conn.beacon.flush_lock); in iser_conn_free()
H A Dicl_iser.h417 struct iser_beacon beacon; member
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a774b1-beacon-rzg2n-kit.dts9 #include "beacon-renesom-som.dtsi"
10 #include "beacon-renesom-baseboard.dtsi"
14 compatible = "beacon,beacon-rzg2n", "renesas,r8a774b1";
H A Dr8a774a1-beacon-rzg2m-kit.dts9 #include "beacon-renesom-som.dtsi"
10 #include "beacon-renesom-baseboard.dtsi"
14 compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";
H A Dr8a774e1-beacon-rzg2h-kit.dts9 #include "beacon-renesom-som.dtsi"
10 #include "beacon-renesom-baseboard.dtsi"
14 compatible = "beacon,beacon-rzg2h", "renesas,r8a774e1";
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c73 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
88 if (add_buf_data(&beacon, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
101 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
106 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
114 if (add_buf_data(&beacon, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
123 if (add_buf(&beacon, hapd->wps_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
128 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
135 if (wpabuf_resize(&beacon, 100) == 0) { in hostapd_build_ap_extra_ies()
137 start = wpabuf_put(beacon, 0); in hostapd_build_ap_extra_ies()
139 wpabuf_put(beacon, p - start); in hostapd_build_ap_extra_ies()
[all …]
H A Dhostapd.c4139 void free_beacon_data(struct beacon_data *beacon) in free_beacon_data() argument
4141 os_free(beacon->head); in free_beacon_data()
4142 beacon->head = NULL; in free_beacon_data()
4143 os_free(beacon->tail); in free_beacon_data()
4144 beacon->tail = NULL; in free_beacon_data()
4145 os_free(beacon->probe_resp); in free_beacon_data()
4146 beacon->probe_resp = NULL; in free_beacon_data()
4147 os_free(beacon->beacon_ies); in free_beacon_data()
4148 beacon->beacon_ies = NULL; in free_beacon_data()
4149 os_free(beacon->proberesp_ies); in free_beacon_data()
[all …]
H A DMakefile21 beacon.o \
/freebsd/sys/net80211/
H A Dieee80211.h719 #define IEEE80211_BEACON_INTERVAL(beacon) \ argument
720 ((beacon)[8] | ((beacon)[9] << 8))
721 #define IEEE80211_BEACON_CAPABILITY(beacon) \ argument
722 ((beacon)[10] | ((beacon)[11] << 8))
/freebsd/contrib/wpa/src/wps/
H A Dwps_registrar.c1304 struct wpabuf *beacon; in wps_set_ie() local
1321 beacon = wpabuf_alloc(400 + vendor_len); in wps_set_ie()
1323 if (!beacon || !probe) in wps_set_ie()
1330 if (wps_build_version(beacon) || in wps_set_ie()
1331 wps_build_wps_state(reg->wps, beacon) || in wps_set_ie()
1332 wps_build_ap_setup_locked(reg->wps, beacon) || in wps_set_ie()
1333 wps_build_selected_registrar(reg, beacon) || in wps_set_ie()
1334 wps_build_sel_reg_dev_password_id(reg, beacon) || in wps_set_ie()
1335 wps_build_sel_reg_config_methods(reg, beacon) || in wps_set_ie()
1336 wps_build_sel_pbc_reg_uuid_e(reg, beacon) || in wps_set_ie()
[all …]
/freebsd/usr.sbin/wpa/src/ap/
H A DMakefile17 beacon.c \
/freebsd/sys/dev/wtap/
H A Dif_wtapvar.h115 struct mbuf *beacon; /* beacon */ member
H A Dif_wtap.c143 * Intercept management frames to collect beacon rssi data
204 * Allocate and setup an initial beacon frame.
215 * NB: the beacon data buffer must be 32-bit aligned; in wtap_beacon_alloc()
219 avp->beacon = ieee80211_beacon_alloc(ni); in wtap_beacon_alloc()
220 if (avp->beacon == NULL) { in wtap_beacon_alloc()
246 DWTAP_PRINTF("Skip beacon, not running, state %d", vap->iv_state); in wtap_beacon_intrp()
249 DWTAP_PRINTF("[%d] beacon intrp\n", avp->id); //burst mode in wtap_beacon_intrp()
251 * Update dynamic beacon contents. If this returns in wtap_beacon_intrp()
253 * the beacon frame changed size (probably because in wtap_beacon_intrp()
256 m = m_dup(avp->beacon, M_NOWAI in wtap_beacon_intrp()
[all...]
/freebsd/contrib/libxo/
H A DREADME.md67 [![Analytics](https://ga-beacon.appspot.com/UA-56056421-1/Juniper/libxo/Readme)](https://github.com…
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1035 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, in atheros_set_ap_wps_ie() argument
1041 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon); in atheros_set_ap_wps_ie()
1047 drv->wps_beacon_ie = beacon ? wpabuf_dup(beacon) : NULL; in atheros_set_ap_wps_ie()
1054 if (atheros_set_wps_ie(priv, beacon ? wpabuf_head(beacon) : NULL, in atheros_set_ap_wps_ie()
1055 beacon ? wpabuf_len(beacon) : 0, in atheros_set_ap_wps_ie()
H A 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
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c311 bool beacon, bool mcast) in mt76_connac2_mac_tx_rate_val() argument
324 if (beacon) { in mt76_connac2_mac_tx_rate_val()
494 bool beacon = !!(changed & (BSS_CHANGED_BEACON | in mt76_connac2_mac_write_txwi() local
514 } else if (beacon) { in mt76_connac2_mac_write_txwi()
577 u16 rate = mt76_connac2_mac_tx_rate_val(mphy, vif, beacon, in mt76_connac2_mac_write_txwi()
/freebsd/contrib/ntp/ntpd/
H A Dcomplete.conf.in30 tos beacon 3600 ceiling 16 cohort 0 floor 1 maxclock 10 maxdist 1.5 minclock 3 mindist 0.001 minsane 1 orphan 16 orphanwait 300 bcpollbstep 3
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmbo.c69 enum mbo_attr_id attr, bool beacon) in wpas_mbo_get_bss_attr() argument
76 if (beacon) in wpas_mbo_get_bss_attr()

123