Lines Matching defs:il_rxon_context
1153 struct il_rxon_context { struct
1154 struct ieee80211_vif *vif;
1156 const u8 *ac_to_fifo;
1157 const u8 *ac_to_queue;
1158 u8 mcast_queue;
1165 bool always_active, is_active;
1167 bool ht_need_multiple_chains;
1169 int ctxid;
1171 u32 interface_modes, exclusive_interface_modes;
1172 u8 unused_devtype, ap_devtype, ibss_devtype, station_devtype;
1180 const struct il_rxon_cmd active;
1181 struct il_rxon_cmd staging;
1183 struct il_rxon_time_cmd timing;
1185 struct il_qos_info qos_data;
1187 u8 bcast_sta_id, ap_sta_id;
1189 u8 rxon_cmd, rxon_assoc_cmd, rxon_timing_cmd;
1190 u8 qos_cmd;
1191 u8 wep_key_cmd;
1193 struct il_wep_key wep_keys[WEP_KEYS_MAX];
1194 u8 key_mapping_keys;
1196 __le32 station_flags;
1198 struct {
1203 } ht;