/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.h | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | iwl-nvm-parse.c | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | iwl-trans.h | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.h | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | fw.c | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | tx.c | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | ops.c | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | mvm.h | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | mac80211.c | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | drv.c | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|
H A D | trans.c | diff 6d19a5eba5cda26310f83f5ea87eef54e68afc34 Fri Nov 12 00:28:12 CST 2021 Emmanuel Grumbach <emmanuel.grumbach@intel.com> iwlwifi: integrate with iwlmei
iwlmei needs to know about the follwing events:
* Association * De-association * Country Code change * SW Rfkill change * SAR table changes
iwlmei can take the device away from us, so report the new rfkill type when this happens. Advertise the required data from the CSME firmware to the usersapce: mostly, the AP that the CSME firmware is currently associated to in case there is an active link protection session. Generate the HOST_ASSOC / HOST_DISSASSOC messages.
Don't support WPA1 (non-RSNA) for now. Don't support shared wep either. We can then determine the AUTH parameter by checking the AKM. Feed the cipher from the key installation.
SW Rfkill will be implemented later when cfg80211 will allow us to read the SW Rfkill state.
Co-Developed-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Ayala Beker <ayala.beker@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
v7: Ayala added her signed-off remove pointless function declaration fix a bug due to merge conflict in the HOST_ASSOC message v8: leave a print if we have a SAP connection on a device we do not support (yet) Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20211112062814.7502-4-emmanuel.grumbach@intel.com
|