P2P: Add Operating class 125 for P2P supported channels
Add operating class 125 (channels 149..169) to the list of P2P supported channels. This allows the 5 GHz channels 161 and 169 to be used for P2P GO when those channels are allowed for AP mode in the current regulatory domain. Signed-off-by: Amr BEN ABDESSALEM <amrx.ben.abdessalem@intel.com>
This commit is contained in:
parent
c518fecc82
commit
0c9fb14ec4
5 changed files with 21 additions and 3 deletions
|
@ -3116,6 +3116,7 @@ static const struct p2p_oper_class_map op_class[] = {
|
|||
#endif
|
||||
{ HOSTAPD_MODE_IEEE80211A, 115, 36, 48, 4, BW20 },
|
||||
{ HOSTAPD_MODE_IEEE80211A, 124, 149, 161, 4, BW20 },
|
||||
{ HOSTAPD_MODE_IEEE80211A, 125, 149, 169, 4, BW20 },
|
||||
{ HOSTAPD_MODE_IEEE80211A, 116, 36, 44, 8, BW40PLUS },
|
||||
{ HOSTAPD_MODE_IEEE80211A, 117, 40, 48, 8, BW40MINUS },
|
||||
{ HOSTAPD_MODE_IEEE80211A, 126, 149, 157, 8, BW40PLUS },
|
||||
|
@ -5226,6 +5227,7 @@ static int wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s,
|
|||
wpa_s->conf->p2p_oper_reg_class == 116 ||
|
||||
wpa_s->conf->p2p_oper_reg_class == 117 ||
|
||||
wpa_s->conf->p2p_oper_reg_class == 124 ||
|
||||
wpa_s->conf->p2p_oper_reg_class == 125 ||
|
||||
wpa_s->conf->p2p_oper_reg_class == 126 ||
|
||||
wpa_s->conf->p2p_oper_reg_class == 127) &&
|
||||
freq_included(channels,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue