Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_ieee80211_common_i.h97 IEEE80211_PROT_NONE = 0, /* no protection */ enumerator
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c4222 prot_mode = llbCoexist ? IEEE80211_PROT_CTSONLY : IEEE80211_PROT_NONE; in wma_vdev_set_bss_params()
4374 IEEE80211_PROT_NONE); in wma_post_vdev_start_setup()
H A Dwma_mgmt.c1866 prot_mode = llbcoexist ? IEEE80211_PROT_CTSONLY : IEEE80211_PROT_NONE; in wma_update_protection_mode()