Searched refs:chan_idx (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dfs.c | 347 "DFS chan_idx seems wrong; num-ch: %d ch-no: %d conf-ch-no: %d 11n: %d sec-ch: %d vht-oper-width: %d", in dfs_get_start_chan_idx() 445 int chan_idx; in dfs_get_valid_channel() local 467 chan_idx = _rand % num_available_chandefs; in dfs_get_valid_channel() 468 dfs_find_channel(iface, &chan, chan_idx, skip_radar); in dfs_get_valid_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dfs.c | 390 "DFS chan_idx seems wrong; num-ch: %d ch-no: %d conf-ch-no: %d 11n: %d sec-ch: %d vht-oper-width: %d", in dfs_get_start_chan_idx() 489 int chan_idx, chan_idx2; in dfs_get_valid_channel() local 515 chan_idx = _rand % num_available_chandefs; in dfs_get_valid_channel() 516 dfs_find_channel(iface, &chan, chan_idx, skip_radar); in dfs_get_valid_channel() 543 /* start from chan_idx + 1, end when chan_idx - 1 */ in dfs_get_valid_channel() 544 chan_idx2 = (chan_idx + 1 + i) % num_available_chandefs; in dfs_get_valid_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 2178 int i, chan_idx, ht40 = -1, res, obss_scan = 1; in ibss_mesh_setup_freq() local 2252 for (chan_idx = 0; chan_idx < mode->num_channels; chan_idx++) { in ibss_mesh_setup_freq() 2253 pri_chan = &mode->channels[chan_idx]; in ibss_mesh_setup_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 2595 int i, chan_idx, ht40 = -1, res, obss_scan = 1; local 2687 for (chan_idx = 0; chan_idx < mode->num_channels; chan_idx++) { 2688 pri_chan = &mode->channels[chan_idx];
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 5731 unsigned chan_idx = idx + (component + i) / 4; 5734 Operand::c32(vertex_id), bld.m0(prim_mask), chan_idx, chan_component);
|
Completed in 34 milliseconds