Lines Matching refs:chwidth
6373 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
6448 chwidth = atoi(pos2 + 18); in p2p_ctrl_connect()
6450 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect()
6454 if (allow_6ghz && chwidth == 40) in p2p_ctrl_connect()
7049 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
7097 chwidth = atoi(pos + 18); in p2p_ctrl_invite_persistent()
7099 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent()
7105 if (allow_6ghz && chwidth == 40) in p2p_ctrl_invite_persistent()
7191 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local
7201 sscanf(token, "max_oper_chwidth=%d", &chwidth) == 1) { in p2p_ctrl_group_add()
7254 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_group_add()
7258 if (allow_6ghz && chwidth == 40) in p2p_ctrl_group_add()