Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c1281 struct p2p_ie *p2p_ie = (struct p2p_ie *)frm; in wma_add_p2p_ie() local
1283 p2p_ie->p2p_id = WMA_P2P_IE_ID; in wma_add_p2p_ie()
1284 p2p_ie->p2p_oui[0] = wfa_oui[0]; in wma_add_p2p_ie()
1285 p2p_ie->p2p_oui[1] = wfa_oui[1]; in wma_add_p2p_ie()
1286 p2p_ie->p2p_oui[2] = wfa_oui[2]; in wma_add_p2p_ie()
1287 p2p_ie->p2p_oui_type = WMA_P2P_WFA_VER; in wma_add_p2p_ie()
1288 p2p_ie->p2p_len = 4; in wma_add_p2p_ie()
1289 return frm + sizeof(struct p2p_ie); in wma_add_p2p_ie()
1302 struct p2p_ie *p2p_ie; in wma_update_beacon_noa_ie() local
1311 sizeof(struct p2p_ie))); in wma_update_beacon_noa_ie()
[all …]
H A Dwma_mgmt.c2182 uint8_t *p2p_ie; in wma_unified_bcn_tmpl_send() local
2196 p2p_ie = bcn_info->beacon + bcn_info->p2pIeOffset; in wma_unified_bcn_tmpl_send()
2197 p2p_ie_len = (uint16_t) p2p_ie[1] + 2; in wma_unified_bcn_tmpl_send()
2523 uint8_t *p2p_ie; in wma_send_beacon() local
2542 p2p_ie = bcn_info->beacon + bcn_info->p2pIeOffset; in wma_send_beacon()
2544 vdev_id, p2p_ie, p2p_ie[1]); in wma_send_beacon()
2546 p2p_ie) < 0) { in wma_send_beacon()
/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c277 const uint8_t *p2p_ie; in p2p_get_p2pie_from_probe_rsp() local
288 p2p_ie = p2p_get_p2pie_ptr(ie, ie_len); in p2p_get_p2pie_from_probe_rsp()
289 while ((p2p_ie) && in p2p_get_p2pie_from_probe_rsp()
290 (WLAN_MAX_IE_LEN == p2p_ie[1])) { in p2p_get_p2pie_from_probe_rsp()
291 ie_len = tx_ctx->buf_len - (p2p_ie - tx_ctx->buf); in p2p_get_p2pie_from_probe_rsp()
293 ie = p2p_ie + WLAN_MAX_IE_LEN + 2; in p2p_get_p2pie_from_probe_rsp()
298 p2p_ie = tmp_p2p_ie; in p2p_get_p2pie_from_probe_rsp()
305 return p2p_ie; in p2p_get_p2pie_from_probe_rsp()
529 uint8_t *p2p_ie, const uint8_t *noa_attr, uint32_t *total_len, in p2p_update_noa_stream() argument
544 orig_len = p2p_ie[1]; in p2p_update_noa_stream()
[all …]
H A Dwlan_p2p_main.c1101 const uint8_t *vendor_ie, *p2p_ie, *pos; in p2p_check_oui_and_force_1x1() local
1117 p2p_ie = vendor_ie + HEADER_LEN_P2P_IE; in p2p_check_oui_and_force_1x1()
1121 attr = p2p_ie[0]; in p2p_check_oui_and_force_1x1()
1122 attr_len = LE_READ_2(&p2p_ie[1]); in p2p_check_oui_and_force_1x1()
1150 pos = p2p_ie + 3; in p2p_check_oui_and_force_1x1()
1175 p2p_ie += (3 + attr_len); in p2p_check_oui_and_force_1x1()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dp2p_hostapd.c
H A Dsta_info.c
H A Dsta_info.h
H A Ddrv_callbacks.c
H A Dieee802_11.c
H A Dieee802_1x.c
H A Dhostapd.c
/wlan-driver/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c
H A Dp2p_parse.c
H A Dp2p.h
H A Dp2p.c
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c404 uint8_t *p2p_ie = NULL; in sch_append_addn_ie() local
440 p2p_ie = (uint8_t *)limGetP2pIEPtr(mac_ctx, &add_ie[0], addn_ielen); in sch_append_addn_ie()
441 if ((p2p_ie) && !mac_ctx->beacon_offload) { in sch_append_addn_ie()
450 p2p_ie[1] += noa_len; in sch_append_addn_ie()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c590 uint8_t *p2p_ie, uint8_t *noa_ie, in lim_add_additional_ie() argument
614 if (!p2p_ie || (p2p_ie < add_ie) || in lim_add_additional_ie()
615 (p2p_ie > (add_ie + add_ie_len))) { in lim_add_additional_ie()
619 p2p_ie_offset = p2p_ie - add_ie + p2p_ie[1] + 2; in lim_add_additional_ie()
625 p2p_ie[1] = p2p_ie[1] + noa_stream_len; in lim_add_additional_ie()
659 uint8_t *p2p_ie = NULL; in lim_send_probe_rsp_mgmt_frame() local
886 p2p_ie = (uint8_t *)limGetP2pIEPtr(mac_ctx, &add_ie[0], in lim_send_probe_rsp_mgmt_frame()
889 if (p2p_ie) { in lim_send_probe_rsp_mgmt_frame()
894 if ((p2p_ie[1] + noalen) > in lim_send_probe_rsp_mgmt_frame()
990 addn_ie_len, p2p_ie, noa_ie, total_noalen, in lim_send_probe_rsp_mgmt_frame()
H A Dlim_assoc_utils.c2322 const uint8_t *p2p_ie = NULL; in lim_add_sta() local
2515 p2p_ie = limGetP2pIEPtr(mac_ctx, in lim_add_sta()
2520 add_sta_params->p2pCapableSta = (p2p_ie != NULL); in lim_add_sta()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Devents.c
H A Dp2p_supplicant.c
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1322 struct p2p_ie { struct
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c806 uint8_t *p2p_ie) in wmi_unified_p2p_go_set_beacon_ie_cmd() argument
810 vdev_id, p2p_ie); in wmi_unified_p2p_go_set_beacon_ie_cmd()
H A Dwmi_unified_tlv.c6095 uint32_t vdev_id, uint8_t *p2p_ie) in send_p2p_go_set_beacon_ie_cmd_tlv() argument
6103 ie_len = (uint32_t) (p2p_ie[1] + 2); in send_p2p_go_set_beacon_ie_cmd_tlv()
6141 qdf_mem_copy(buf_ptr, p2p_ie, ie_len); in send_p2p_go_set_beacon_ie_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h1635 uint8_t *p2p_ie);
H A Dwmi_unified_priv.h821 uint32_t vdev_id, uint8_t *p2p_ie);