Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c28896 int connection_mode = QCA_WLAN_802_11_MODE_INVALID; in hdd_is_legacy_connection() local
28906 connection_mode = hdd_convert_cfgdot11mode_to_80211mode(cfgmode); in hdd_is_legacy_connection()
28907 if (connection_mode == QCA_WLAN_802_11_MODE_11A || in hdd_is_legacy_connection()
28908 connection_mode == QCA_WLAN_802_11_MODE_11B || in hdd_is_legacy_connection()
28909 connection_mode == QCA_WLAN_802_11_MODE_11G) in hdd_is_legacy_connection()