Home
last modified time | relevance | path

Searched refs:wifi_pos_get_max_fw_phymode_for_channels (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h338 QDF_STATUS (*wifi_pos_get_max_fw_phymode_for_channels)( member
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c552 if (wifi_pos_psoc->wifi_pos_get_max_fw_phymode_for_channels) { in wifi_pos_pdev_iterator()
553 status = wifi_pos_psoc->wifi_pos_get_max_fw_phymode_for_channels( in wifi_pos_pdev_iterator()
H A Dwifi_pos_api.c649 wifi_pos_psoc->wifi_pos_get_max_fw_phymode_for_channels = handler; in wifi_pos_register_get_max_fw_phymode_for_channels()