/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.h | 51 u32 num_chan_to_bw(int num_chans);
|
H A D | hw_features_common.c | 753 u32 num_chan_to_bw(int num_chans) in num_chan_to_bw() argument 755 switch (num_chans) { in num_chan_to_bw() 759 return num_chans * 20; in num_chan_to_bw()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.h | 44 u32 num_chan_to_bw(int num_chans);
|
H A D | hw_features_common.c | 572 u32 num_chan_to_bw(int num_chans) in num_chan_to_bw() argument 574 switch (num_chans) { in num_chan_to_bw() 578 return num_chans * 20; in num_chan_to_bw()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dfs.c | 140 int first_chan_idx, int num_chans, in dfs_chan_range_available() 145 u32 bw = num_chan_to_bw(num_chans); in dfs_chan_range_available() 147 if (first_chan_idx + num_chans > mode->num_channels) in dfs_chan_range_available() 158 for (i = 0; i < num_chans; i++) { in dfs_chan_range_available() 139 dfs_chan_range_available(struct hostapd_hw_modes *mode, int first_chan_idx, int num_chans, int skip_radar) dfs_chan_range_available() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | rrm.c | 502 u8 num_chans; in wpas_add_channels() local 504 num_chans = channels ? size : in wpas_add_channels() 515 freqs = os_calloc(num_chans * num_primary_channels + 1, sizeof(*freqs)); in wpas_add_channels() 523 for (i = 0; i < num_chans; i++) { in wpas_add_channels()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dfs.c | 145 int first_chan_idx, int num_chans, in dfs_chan_range_available() 150 u32 bw = num_chan_to_bw(num_chans); in dfs_chan_range_available() 152 if (first_chan_idx + num_chans > mode->num_channels) { in dfs_chan_range_available() 168 for (i = 0; i < num_chans; i++) { in dfs_chan_range_available() 144 dfs_chan_range_available(struct hostapd_hw_modes *mode, int first_chan_idx, int num_chans, int skip_radar) dfs_chan_range_available() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | rrm.c | 512 u8 num_chans; in wpas_add_channels() local 514 num_chans = channels ? size : in wpas_add_channels() 525 freqs = os_calloc(num_chans * num_primary_channels + 1, sizeof(*freqs)); in wpas_add_channels() 533 for (i = 0; i < num_chans; i++) { in wpas_add_channels()
|
H A D | scan.c | 743 int num_chans = 0; in wpa_add_scan_freqs_list() local 751 while (params->freqs[num_chans]) in wpa_add_scan_freqs_list() 752 num_chans++; in wpa_add_scan_freqs_list() 756 (num_chans + mode->num_channels + 1) * sizeof(int)); in wpa_add_scan_freqs_list() 764 params->freqs[num_chans++] = mode->channels[i].freq; in wpa_add_scan_freqs_list() 766 params->freqs[num_chans] = 0; in wpa_add_scan_freqs_list()
|
H A D | p2p_supplicant.c | 4298 size_t num_chans; in wpas_p2p_verify_80mhz() local 4303 num_chans = ARRAY_SIZE(center_channels_6ghz_80mhz); in wpas_p2p_verify_80mhz() 4306 num_chans = ARRAY_SIZE(center_channels_5ghz_80mhz); in wpas_p2p_verify_80mhz() 4309 chans, num_chans); in wpas_p2p_verify_80mhz() 4388 size_t num_chans; in wpas_p2p_verify_160mhz() local 4392 num_chans = ARRAY_SIZE(center_channels_6ghz_160mhz); in wpas_p2p_verify_160mhz() 4395 num_chans = ARRAY_SIZE(center_channels_5ghz_160mhz); in wpas_p2p_verify_160mhz() 4398 chans, num_chans); in wpas_p2p_verify_160mhz() 4666 size_t num_chans; local 4675 num_chans 4690 size_t num_chans; global() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 1757 // pImage, w, h, and num_chans describe the image to compress. num_chans may be 1759 // The image pitch in bytes per scanline will be w*num_chans. The leftmost 1771 int h, int num_chans, 1775 int num_chans, size_t *pLen_out); 4503 int h, int num_chans, in tdefl_write_image_to_png_file_in_memory_ex() 4513 int i, bpl = w * num_chans, y, z; in tdefl_write_image_to_png_file_in_memory_ex() 4571 chans[num_chans], in tdefl_write_image_to_png_file_in_memory_ex() 4610 int num_chans, size_t *pLen_out) { in tdefl_write_image_to_png_file_in_memory() 4614 return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, in tdefl_write_image_to_png_file_in_memory() 4502 tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip) tdefl_write_image_to_png_file_in_memory_ex() argument 4609 tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size_t *pLen_out) tdefl_write_image_to_png_file_in_memory() argument [all...] |