Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:chwidth

5227 static int parse_freq(int chwidth, int freq2)
5234 switch (chwidth) {
5245 chwidth);
5267 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
5336 chwidth = atoi(pos2 + 18);
5338 max_oper_chwidth = parse_freq(chwidth, freq2);
5939 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
5983 chwidth = atoi(pos + 18);
5985 max_oper_chwidth = parse_freq(chwidth, freq2);
6061 int max_oper_chwidth, chwidth = 0, freq2 = 0;
6068 sscanf(token, "max_oper_chwidth=%d", &chwidth) == 1) {
6085 max_oper_chwidth = parse_freq(chwidth, freq2);