/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_power.c | 1281 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 D | wma_mgmt.c | 2182 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 D | wlan_p2p_off_chan_tx.c | 277 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 D | wlan_p2p_main.c | 1101 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 D | p2p_hostapd.c |
|
H A D | sta_info.c |
|
H A D | sta_info.h |
|
H A D | drv_callbacks.c |
|
H A D | ieee802_11.c |
|
H A D | ieee802_1x.c |
|
H A D | hostapd.c |
|
/wlan-driver/wpa_supplicant_8/src/p2p/ |
H A D | p2p_group.c |
|
H A D | p2p_parse.c |
|
H A D | p2p.h |
|
H A D | p2p.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 404 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 D | lim_send_management_frames.c | 590 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 D | lim_assoc_utils.c | 2322 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 D | events.c |
|
H A D | p2p_supplicant.c |
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma.h | 1322 struct p2p_ie { struct
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_api.c | 806 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 D | wmi_unified_tlv.c | 6095 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 D | wmi_unified_api.h | 1635 uint8_t *p2p_ie);
|
H A D | wmi_unified_priv.h | 821 uint32_t vdev_id, uint8_t *p2p_ie);
|