Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_vdev_connect.c1068 uint8_t rso_user_mfp; in cm_connect_start_ind() local
1090 rso_user_mfp = req->crypto.user_mfp; in cm_connect_start_ind()
1091 if (rso_user_mfp == RSN_CAP_MFP_REQUIRED) in cm_connect_start_ind()
1092 rso_user_mfp = MGMT_FRAME_FULL_PROTECTION; in cm_connect_start_ind()
1095 rso_cfg->rso_rsn_caps = (rso_cfg->rso_rsn_caps) | rso_user_mfp; in cm_connect_start_ind()