Searched refs:tf (Results 1 – 8 of 8) sorted by relevance
651 struct ieee80211_tdls_data *tf; in ieee80211_tdls_add_chan_switch_req_ies() local657 tf = (void *)skb->data; in ieee80211_tdls_add_chan_switch_req_ies()658 tf->u.chan_switch_req.target_channel = in ieee80211_tdls_add_chan_switch_req_ies()660 tf->u.chan_switch_req.oper_class = oper_class; in ieee80211_tdls_add_chan_switch_req_ies()750 struct ieee80211_tdls_data *tf; in ieee80211_prep_tdls_encap_data() local752 tf = skb_put(skb, offsetof(struct ieee80211_tdls_data, u)); in ieee80211_prep_tdls_encap_data()754 memcpy(tf->da, peer, ETH_ALEN); in ieee80211_prep_tdls_encap_data()755 memcpy(tf->sa, sdata->vif.addr, ETH_ALEN); in ieee80211_prep_tdls_encap_data()756 tf->ether_type = cpu_to_be16(ETH_P_TDLS); in ieee80211_prep_tdls_encap_data()757 tf->payload_type = WLAN_TDLS_SNAP_RFTYPE; in ieee80211_prep_tdls_encap_data()[all …]
2889 struct ieee80211_tdls_data *tf = (void *)rx->skb->data; in ieee80211_rx_h_data() local2893 tf->payload_type == WLAN_TDLS_SNAP_RFTYPE && in ieee80211_rx_h_data()2894 tf->category == WLAN_CATEGORY_TDLS && in ieee80211_rx_h_data()2895 (tf->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST || in ieee80211_rx_h_data()2896 tf->action_code == WLAN_TDLS_CHANNEL_SWITCH_RESPONSE)) { in ieee80211_rx_h_data()
2 - 0x01 fsbl1-boot Binary none 0x0 arm-trusted-firmware/tf-a-stm32mp157a-bearpi-hm_micro-mx-serialbo…4 P 0x04 fsbl1 Binary mmc1 boot1 arm-trusted-firmware/tf-a-stm32mp157a-bearpi-hm_micro-mx-trusted.stm…5 P 0x05 fsbl2 Binary mmc1 boot2 arm-trusted-firmware/tf-a-stm32mp157a-bearpi-hm_micro-mx-trusted.stm…
5 | download_img | tf-a、uboot及烧录配置文件 |
39 └── tools # tf-a、uboot镜像
34 └── tools # tf-a、uboot image ghost
1268 double tf = (a[0] + a[4])/(aspectRatio + 1.); in cvInitIntrinsicParams2D() local1269 a[0] = aspectRatio*tf; in cvInitIntrinsicParams2D()1270 a[4] = tf; in cvInitIntrinsicParams2D()