Searched refs:chwidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c781 int channel, chwidth, is_dfs; local
811 chwidth = CHANWIDTH_80MHZ;
814 chwidth = CHANWIDTH_80P80MHZ;
817 chwidth = CHANWIDTH_160MHZ;
823 chwidth = CHANWIDTH_USE_HT;
856 hostapd_set_oper_chwidth(hapd->iconf, chwidth);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c5589 static int parse_freq(int chwidth, int freq2) argument
5596 switch (chwidth) {
5607 chwidth);
5629 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5700 chwidth = atoi(pos2 + 18);
5702 max_oper_chwidth = parse_freq(chwidth, freq2);
6303 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6348 chwidth = atoi(pos + 18);
6350 max_oper_chwidth = parse_freq(chwidth, freq2);
6428 int max_oper_chwidth, chwidth local
[all...]
H A Dwpa_supplicant.c2154 int chwidth, seg0, seg1; local
2363 chwidth = CHANWIDTH_80MHZ;
2386 chwidth = CHANWIDTH_80P80MHZ;
2392 if (chwidth == CHANWIDTH_80P80MHZ)
2397 chwidth = CHANWIDTH_160MHZ;
2401 chwidth = CHANWIDTH_160MHZ;
2406 chwidth = CHANWIDTH_USE_HT;
2418 chwidth, seg0, seg1, vht_caps,

Completed in 203 milliseconds