qcacmn: Add new vendor attribute to send he operation info
Currently he operation info is not sent to user space as part of the response of get station info command. Add support to send the he_operation with the new vendor attribute QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_HE_OPERATION. Change-Id: Ib4bab7b7b2aff688293c85f8574d9f2c306f00f0 CRs-Fixed: 2664347
Dieser Commit ist enthalten in:

committet von
nshrivas

Ursprung
674614ab3c
Commit
dfaf7550a0
@@ -936,6 +936,8 @@ enum qca_wlan_auth_type {
|
||||
* mac address of peer station when it disconnects. Host driver sends
|
||||
* assoc request frame of the given station. Host driver doesn't provide
|
||||
* the IEs when the peer station is still in connected state.
|
||||
* @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_HE_OPERATION: Attribute type for
|
||||
* sending HE operation info.
|
||||
* @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AFTER_LAST: After last
|
||||
*/
|
||||
enum qca_wlan_vendor_attr_get_station_info {
|
||||
@@ -978,6 +980,7 @@ enum qca_wlan_vendor_attr_get_station_info {
|
||||
QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_BEACON_IES,
|
||||
QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_DRIVER_DISCONNECT_REASON,
|
||||
QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_ASSOC_REQ_IES,
|
||||
QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_HE_OPERATION,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AFTER_LAST,
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren