Lines Matching refs:meta

978 	struct hostap_skb_tx_data *meta;  in prism2_send_mgmt()  local
1027 meta = (struct hostap_skb_tx_data *) skb->cb; in prism2_send_mgmt()
1028 memset(meta, 0, sizeof(*meta)); in prism2_send_mgmt()
1029 meta->magic = HOSTAP_SKB_TX_DATA_MAGIC; in prism2_send_mgmt()
1030 meta->iface = iface; in prism2_send_mgmt()
1031 meta->tx_cb_idx = tx_cb_idx; in prism2_send_mgmt()
1904 struct hostap_skb_tx_data *meta; in pspoll_send_buffered() local
1915 meta = (struct hostap_skb_tx_data *) skb->cb; in pspoll_send_buffered()
1916 meta->flags |= HOSTAP_TX_FLAGS_BUFFERED_FRAME; in pspoll_send_buffered()
1919 meta->flags |= HOSTAP_TX_FLAGS_ADD_MOREDATA; in pspoll_send_buffered()
2750 struct hostap_skb_tx_data *meta; in hostap_handle_sta_tx() local
2752 meta = (struct hostap_skb_tx_data *) skb->cb; in hostap_handle_sta_tx()
2755 meta->iface->type == HOSTAP_INTERFACE_STA) in hostap_handle_sta_tx()
2775 !(meta->flags & HOSTAP_TX_FLAGS_WDS) && in hostap_handle_sta_tx()
2776 meta->iface->type != HOSTAP_INTERFACE_MASTER && in hostap_handle_sta_tx()
2777 meta->iface->type != HOSTAP_INTERFACE_AP) { in hostap_handle_sta_tx()
2802 local->ap->last_tx_rate = meta->rate = in hostap_handle_sta_tx()
2811 if (meta->flags & HOSTAP_TX_FLAGS_ADD_MOREDATA) { in hostap_handle_sta_tx()
2817 if (meta->flags & HOSTAP_TX_FLAGS_BUFFERED_FRAME) { in hostap_handle_sta_tx()
2889 struct hostap_skb_tx_data *meta; in hostap_handle_sta_tx_exc() local
2892 meta = (struct hostap_skb_tx_data *) skb->cb; in hostap_handle_sta_tx_exc()
2908 sta->tx_rate_idx > 0 && meta->rate <= sta->tx_rate) { in hostap_handle_sta_tx_exc()