Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_frames_host_roam.c376 DOT11F_EID_EXTCAP, in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
825 DOT11F_EID_EXTCAP, in lim_send_reassoc_req_mgmt_frame()
H A Dlim_utils.c6225 vdev_ie->ie_id = DOT11F_EID_EXTCAP; in lim_send_ext_cap_ie()
6375 if (DOT11F_EID_EXTCAP != buf[0] || buf[1] > DOT11F_IE_EXTCAP_MAX_LEN) { in lim_update_extcap_struct()
6411 DOT11F_EID_EXTCAP, ONE_BYTE, in lim_strip_extcap_update_struct()
H A Dlim_api.c3444 local_ie_buf[*local_ie_len] = DOT11F_EID_EXTCAP; in lim_update_ext_cap_ie()
H A Dlim_send_management_frames.c2728 DOT11F_EID_EXTCAP, in lim_send_assoc_req_mgmt_frame()
H A Dlim_process_sme_req_messages.c4640 DOT11F_EID_EXTCAP, ONE_BYTE, in lim_fill_session_params()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_scan.c357 case DOT11F_EID_EXTCAP: in wlan_hdd_update_scan_ies()
358 if (!wlan_get_ie_ptr_from_eid(DOT11F_EID_EXTCAP, in wlan_hdd_update_scan_ies()
H A Dwlan_hdd_main.c18558 ie = wlan_get_ie_ptr_from_eid(DOT11F_EID_EXTCAP, beacon->tail, in wlan_hdd_set_sap_beacon_protection()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c1348 set_probe_rsp_ie_bitmap(DefProbeRspIeBitmap, DOT11F_EID_EXTCAP); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c11700 0, DOT11F_EID_EXTCAP, 0, 0, },
11886 0, DOT11F_EID_EXTCAP, 0, 0, },
12201 0, DOT11F_EID_EXTCAP, 0, 0, },
12460 0, DOT11F_EID_EXTCAP, 0, 0, },
12710 0, DOT11F_EID_EXTCAP, 0, 0, },
13254 0, DOT11F_EID_EXTCAP, 0, 0, },
13402 0, DOT11F_EID_EXTCAP, 0, 0, },
13719 0, DOT11F_EID_EXTCAP, 0, 0, },
13892 0, DOT11F_EID_EXTCAP, 0, 0, },
14162 0, DOT11F_EID_EXTCAP, 0, 0, },
[all …]
H A Dparser_api.c10582 non_inher_ie_lists[non_inher_len++] = DOT11F_EID_EXTCAP;
12766 non_inher_ie_lists[non_inher_len++] = DOT11F_EID_EXTCAP;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h5687 #define DOT11F_EID_EXTCAP (127) macro