Skip to content

Commit

Permalink
[update][wifi6] update ap param struct
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisue committed Jul 5, 2023
1 parent 1050ba1 commit 026167e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions components/wireless/wifi6/inc/wifi_mgmr_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,14 @@ typedef struct wifi_mgmr_ap_params {
uint8_t channel;
/// Channel type (@ref mac_chan_bandwidth)
uint8_t type;
/// Whether use dhcpd
bool use_dhcpd;
/// STA MAX inactivity under connection
uint32_t ap_max_inactivity;
/// whether use hidden ssid
bool hidden_ssid;
/// whether enable isolation
bool isolation;
} wifi_mgmr_ap_params_t;

/**
Expand Down Expand Up @@ -500,14 +506,6 @@ int wifi_mgmr_ap_stop(void);
*/
char *wifi_mgmr_mode_to_str(uint32_t mode);

/**
* show_auth_cipher
* Print auth and cipher of scan result
* param:
* param1 : instance of scan result
*/
// void show_auth_cipher(struct mac_scan_result *result);

/**
* wifi_mgmr_mac_set
* Set mac
Expand Down

0 comments on commit 026167e

Please sign in to comment.