Searched refs:chnl (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 422 struct hostapd_channel_data *chnl; in is_6ghz_supported() local 427 chnl = wpa_s->hw.modes[i].channels; in is_6ghz_supported() 429 if (chnl[j].flag & HOSTAPD_CHAN_DISABLED) in is_6ghz_supported() 431 if (is_6ghz_freq(chnl[j].freq)) in is_6ghz_supported()
|
H A D | ctrl_iface.c | 4874 struct hostapd_channel_data *chnl; local 4902 chnl = wpa_s->hw.modes[j].channels; 4904 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED) 4906 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan); 4924 struct hostapd_channel_data *chnl; local 4953 chnl = wpa_s->hw.modes[j].channels; 4955 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED) 4958 chnl[i].chan, chnl[i].freq, 4959 chnl[ [all...] |
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 9721 SANE_Int chnl; in Shading_white_apply() local 9727 for (chnl = 0; chnl < channels; chnl++) in Shading_white_apply() 9730 myCalib->black_shading[chnl][a] = 0x2000; */ in Shading_white_apply() 9736 (dev, dev->sensorcfg->channel_color[chnl] | 0x14, in Shading_white_apply() 9742 white_shading[chnl][myCalib->first_position - in Shading_white_apply() 9748 &myCalib->white_shading[chnl][myCalib->first_position - 1], in Shading_white_apply() 9749 dev->sensorcfg->channel_color[chnl], 1) == OK) in Shading_white_apply() 9783 SANE_Int chnl; in Shading_black_apply() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 4325 struct hostapd_channel_data *chnl; in ctrl_iface_get_capability_channels() local 4353 chnl = wpa_s->hw.modes[j].channels; in ctrl_iface_get_capability_channels() 4355 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED) in ctrl_iface_get_capability_channels() 4357 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan); in ctrl_iface_get_capability_channels() 4375 struct hostapd_channel_data *chnl; in ctrl_iface_get_capability_freq() local 4404 chnl = wpa_s->hw.modes[j].channels; in ctrl_iface_get_capability_freq() 4406 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED) in ctrl_iface_get_capability_freq() 4409 chnl[i].chan, chnl[i].freq, in ctrl_iface_get_capability_freq() 4410 chnl[ in ctrl_iface_get_capability_freq() [all...] |
Completed in 29 milliseconds