Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c387 static void hdd_son_bandwidth_to_phymode(uint32_t son_bandwidth, in hdd_son_bandwidth_to_phymode() argument
393 switch (son_bandwidth) { in hdd_son_bandwidth_to_phymode()
424 static void hdd_son_bandwidth_to_bonding_mode(uint32_t son_bandwidth, in hdd_son_bandwidth_to_bonding_mode() argument
427 switch (son_bandwidth) { in hdd_son_bandwidth_to_bonding_mode()
452 uint32_t son_bandwidth) in hdd_son_set_bandwidth() argument
479 hdd_son_bandwidth_to_phymode(son_bandwidth, old_phymode, &phymode); in hdd_son_set_bandwidth()
486 hdd_son_bandwidth_to_bonding_mode(son_bandwidth, &bonding_mode); in hdd_son_set_bandwidth()
504 uint32_t son_bandwidth = NONHT; in hdd_phymode_chwidth_to_son_bandwidth() local
513 son_bandwidth = NONHT; in hdd_phymode_chwidth_to_son_bandwidth()
517 son_bandwidth = HT20; in hdd_phymode_chwidth_to_son_bandwidth()
[all …]
/wlan-driver/qcacld-3.0/os_if/son/inc/
H A Dos_if_son.h82 uint32_t son_bandwidth);
264 uint32_t son_bandwidth);
/wlan-driver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c145 uint32_t son_bandwidth) in os_if_son_set_bandwidth() argument
154 ret = g_son_os_if_cb.os_if_set_bandwidth(vdev, son_bandwidth); in os_if_son_set_bandwidth()
156 wlan_vdev_get_id(vdev), son_bandwidth, ret); in os_if_son_set_bandwidth()