Lines Matching refs:chwidth
6372 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
6447 chwidth = atoi(pos2 + 18); in p2p_ctrl_connect()
6449 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect()
6453 if (allow_6ghz && chwidth == 40) in p2p_ctrl_connect()
7048 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
7096 chwidth = atoi(pos + 18); in p2p_ctrl_invite_persistent()
7098 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent()
7104 if (allow_6ghz && chwidth == 40) in p2p_ctrl_invite_persistent()
7190 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local
7200 sscanf(token, "max_oper_chwidth=%d", &chwidth) == 1) { in p2p_ctrl_group_add()
7253 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_group_add()
7257 if (allow_6ghz && chwidth == 40) in p2p_ctrl_group_add()