Home
last modified time | relevance | path

Searched refs:operating_channel (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_p2p.c1461 uint8_t operating_channel; in set_first_connection_operating_channel() local
1469 operating_channel = wlan_reg_freq_to_chan(hdd_ctx->pdev, in set_first_connection_operating_channel()
1473 operating_channel, set_value); in set_first_connection_operating_channel()
1481 return set_value | operating_channel; in set_first_connection_operating_channel()
1501 uint8_t operating_channel; in set_second_connection_operating_channel() local
1503 operating_channel = wlan_reg_freq_to_chan(hdd_ctx->pdev, in set_second_connection_operating_channel()
1507 if (operating_channel == 0) { in set_second_connection_operating_channel()
1513 operating_channel, set_value); in set_second_connection_operating_channel()
1525 return set_value | operating_channel; in set_second_connection_operating_channel()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_tx_mon_2.0.c1217 pdev->operating_channel.num = c_num; in dp_tx_mon_update_channel_freq()
1226 pdev->operating_channel.band = band; in dp_tx_mon_update_channel_freq()
1249 pdev->operating_channel.freq; in dp_tx_mon_update_radiotap()
1251 pdev->operating_channel.num; in dp_tx_mon_update_radiotap()
1256 if (qdf_unlikely(pdev->operating_channel.freq != freq)) { in dp_tx_mon_update_radiotap()
1258 pdev->operating_channel.freq = freq; in dp_tx_mon_update_radiotap()
1261 chan_num) = pdev->operating_channel.num; in dp_tx_mon_update_radiotap()
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
Dhost_diag_core_event.h367 uint8_t operating_channel; member
409 uint8_t operating_channel; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c3420 uint32_t i, operating_channel, quota_value = MCC_DUTY_CYCLE; in wlan_mlme_get_mcc_duty_cycle_percentage() local
3468 operating_channel = wlan_freq_to_chan(primary_sta_freq); in wlan_mlme_get_mcc_duty_cycle_percentage()
3481 operating_channel, quota_value); in wlan_mlme_get_mcc_duty_cycle_percentage()
3488 quota_value |= operating_channel; in wlan_mlme_get_mcc_duty_cycle_percentage()
3490 operating_channel = wlan_freq_to_chan(secondary_sta_freq); in wlan_mlme_get_mcc_duty_cycle_percentage()
3491 if (!operating_channel) in wlan_mlme_get_mcc_duty_cycle_percentage()
3503 quota_value |= operating_channel; in wlan_mlme_get_mcc_duty_cycle_percentage()
7045 uint8_t operating_channel; in wlan_mlme_get_user_mcc_duty_cycle_percentage() local
7070 operating_channel = wlan_freq_to_chan(ch_freq); in wlan_mlme_get_user_mcc_duty_cycle_percentage()
7071 if (!operating_channel) { in wlan_mlme_get_user_mcc_duty_cycle_percentage()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_vdev_connect.c788 conn_stats.operating_channel = in cm_connect_info()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c3544 pdev->operating_channel.freq = freq; in dp_process_ppdu_stats_common_tlv()
3546 pdev->operating_channel.num = in dp_process_ppdu_stats_common_tlv()
3552 pdev->operating_channel.band = in dp_process_ppdu_stats_common_tlv()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_types.h3720 } operating_channel; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c4649 mgmt_event->operating_channel = wlan_reg_freq_to_chan( in lim_diag_fill_mgmt_event_report()
4677 mgmt_event.operating_channel); in lim_diag_mgmt_tx_event_report()
4702 mgmt_event.operating_channel); in lim_diag_mgmt_rx_event_report()