Lines Matching defs:control
70 struct ieee80211_tx_info *control, u16 fc)
72 *(u16 *)&tx_hdr->control = 0;
74 tx_hdr->control.rate_policy = 0;
77 tx_hdr->control.packet_type = 0;
80 if ((control->flags & IEEE80211_TX_CTL_NO_ACK) ||
81 (control->flags & IEEE80211_TX_CTL_INJECTED)) {
82 tx_hdr->control.rate_policy = 1;
83 tx_hdr->control.ack_policy = 1;
86 tx_hdr->control.tx_complete = 1;
91 tx_hdr->control.qos = 1;
135 struct ieee80211_tx_info *control)
153 rate = ieee80211_get_tx_rate(wl->hw, control);
160 wl1251_tx_control(tx_hdr, control, fc);
168 struct ieee80211_tx_info *control)
179 if (control->control.hw_key &&
180 control->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) {
297 if (info->control.hw_key) {
301 idx = info->control.hw_key->hw_key_idx;
424 if (info->control.hw_key &&
425 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) {
552 /* control->flags = 0; FIXME */