DPP: Add bandSupport JSON array into config request
Indicate supported global operating classes when wpa_supplicant is operating as an Enrollee. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
6d3dc9ba1e
commit
8f8c423a51
6 changed files with 43 additions and 9 deletions
|
@ -1424,6 +1424,7 @@ enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel,
|
|||
size_t wpas_supp_op_class_ie(struct wpa_supplicant *wpa_s,
|
||||
struct wpa_ssid *ssid,
|
||||
int freq, u8 *pos, size_t len);
|
||||
int * wpas_supp_op_classes(struct wpa_supplicant *wpa_s);
|
||||
|
||||
int wpas_enable_mac_addr_randomization(struct wpa_supplicant *wpa_s,
|
||||
unsigned int type, const u8 *addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue