Searched defs:iwl_addsta_cmd (Results 1 – 1 of 1) sorted by relevance
891 struct iwl_addsta_cmd { struct892 u8 mode; /* 1: modify existing, 0: add new station */893 u8 reserved[3];894 struct sta_id_modify sta;895 struct iwl_keyinfo key;896 __le32 station_flags; /* STA_FLG_* */897 __le32 station_flags_msk; /* STA_FLG_* */902 __le16 tid_disable_tx;903 __le16 legacy_reserved;907 u8 add_immediate_ba_tid;[all …]