OCE: Add hostapd mode OCE capability indication if enabled
Add OCE IE in Beacon, Probe Response, and (Re)Association Response frames if OCE is enabled in the configuration. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
332aadb8a2
commit
65833d71a5
8 changed files with 80 additions and 12 deletions
|
@ -308,6 +308,11 @@ struct hostapd_data {
|
|||
|
||||
#ifdef CONFIG_MBO
|
||||
unsigned int mbo_assoc_disallow;
|
||||
/**
|
||||
* enable_oce - Enable OCE if it is enabled by user and device also
|
||||
* supports OCE.
|
||||
*/
|
||||
u8 enable_oce;
|
||||
#endif /* CONFIG_MBO */
|
||||
|
||||
struct dl_list nr_db;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue