Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_vdev_connect.c1403 const uint8_t *fragment_ie; in cm_update_hlp_data_from_assoc_ie() local
1415 fragment_ie = wlan_get_ie_ptr_from_eid(DOT11F_EID_FRAGMENT_IE, in cm_update_hlp_data_from_assoc_ie()
1418 if (fragment_ie) in cm_update_hlp_data_from_assoc_ie()
1419 cm_update_hlp_info(vdev, fragment_ie, in cm_update_hlp_data_from_assoc_ie()
1420 fragment_ie[1] + 2, false); in cm_update_hlp_data_from_assoc_ie()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3052 IE fragment_ie (EID_FRAGMENT_IE)
4340 OPTIE fragment_ie;
4397 OPTIE fragment_ie;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3605 if (ar->fragment_ie.present) {
3609 ar->fragment_ie.data,
3610 ar->fragment_ie.num_data);
3611 pAssocRsp->hlp_data_len += ar->fragment_ie.num_data;
Ddot11f.c11748 { offsetof(tDot11fAssocRequest, fragment_ie),
11952 { offsetof(tDot11fAssocResponse, fragment_ie),
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h10995 tDot11fIEfragment_ie fragment_ie; member
11071 tDot11fIEfragment_ie fragment_ie; member