Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfgp2p.c139 ie = bcm_parse_tlvs(ie, (int)len, DOT11_MNG_ADVERTISEMENT_ID); in wl_cfgp2p_find_gas_subtype()
1125 while ((ie = bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie()
1138 while ((ie = bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie()
1151 while ((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie()
1164 while ((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wfdie()
2137 while ((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_attrib_in_all_p2p_Ies()
H A Dwl_escan.c1181 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_MESH_ID)) != NULL) { in wl_escan_meshid_ie()
1194 if (bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_RSN_ID)) { in wl_escan_rsn_ie()
1212 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID)) != NULL) { in wl_escan_mesh_info_ie()
H A Dwl_iw.c1551 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_VS_ID)) && in wl_iw_handle_scanresults_ies()
1561 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_RSN_ID))) { in wl_iw_handle_scanresults_ies()
1568 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_MDIE_ID))) { in wl_iw_handle_scanresults_ies()
1575 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1587 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1600 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WAPI_ID))) { in wl_iw_handle_scanresults_ies()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgp2p.c156 ie = bcm_parse_tlvs(ie, len, DOT11_MNG_ADVERTISEMENT_ID); in wl_cfgp2p_find_gas_subtype()
1221 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie()
1234 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie()
1247 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie()
1260 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wfdie()
2250 while ((ie = bcm_parse_tlvs(parse, ie_len, DOT11_MNG_VS_ID))) {
H A Ddhd_msgbuf.c9960 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
10158 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
10223 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
10229 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
10287 tlv = bcm_parse_tlvs(hdr->data, hdr->len, i);
11004 tlv = bcm_parse_tlvs(hdr->data, hdr->len, i);
11022 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_CODE);
11029 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
11043 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
11055 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_BACKPLANE);
[all …]
H A Dwl_iw.c1374 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_VS_ID)) && in wl_iw_handle_scanresults_ies()
1384 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_RSN_ID))) { in wl_iw_handle_scanresults_ies()
1391 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_MDIE_ID))) { in wl_iw_handle_scanresults_ies()
1398 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1410 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1423 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WAPI_ID))) { in wl_iw_handle_scanresults_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgp2p.c156 ie = bcm_parse_tlvs(ie, len, DOT11_MNG_ADVERTISEMENT_ID); in wl_cfgp2p_find_gas_subtype()
1221 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie()
1234 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie()
1247 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie()
1260 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wfdie()
2250 while ((ie = bcm_parse_tlvs(parse, ie_len, DOT11_MNG_VS_ID))) {
H A Ddhd_msgbuf.c9958 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
10156 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
10221 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
10227 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
10285 tlv = bcm_parse_tlvs(hdr->data, hdr->len, i);
11002 tlv = bcm_parse_tlvs(hdr->data, hdr->len, i);
11020 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_CODE);
11027 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
11041 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
11053 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_BACKPLANE);
[all …]
H A Dwl_iw.c1380 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_VS_ID)) && in wl_iw_handle_scanresults_ies()
1390 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_RSN_ID))) { in wl_iw_handle_scanresults_ies()
1397 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_MDIE_ID))) { in wl_iw_handle_scanresults_ies()
1404 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1416 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1429 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WAPI_ID))) { in wl_iw_handle_scanresults_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgp2p.c156 ie = bcm_parse_tlvs(ie, len, DOT11_MNG_ADVERTISEMENT_ID); in wl_cfgp2p_find_gas_subtype()
1221 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie()
1234 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie()
1247 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie()
1260 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wfdie()
2250 while ((ie = bcm_parse_tlvs(parse, ie_len, DOT11_MNG_VS_ID))) {
H A Ddhd_msgbuf.c9958 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
10156 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
10221 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
10227 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
10285 tlv = bcm_parse_tlvs(hdr->data, hdr->len, i);
11002 tlv = bcm_parse_tlvs(hdr->data, hdr->len, i);
11020 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_CODE);
11027 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_SIGNATURE);
11041 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_STACK);
11053 tlv = bcm_parse_tlvs(hdr->data, hdr->len, TAG_TRAP_BACKPLANE);
[all …]
H A Dwl_iw.c1380 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_VS_ID)) && in wl_iw_handle_scanresults_ies()
1390 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_RSN_ID))) { in wl_iw_handle_scanresults_ies()
1397 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_MDIE_ID))) { in wl_iw_handle_scanresults_ies()
1404 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1416 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1429 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WAPI_ID))) { in wl_iw_handle_scanresults_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmtlv.h97 bcm_tlv_t *bcm_parse_tlvs(const void *buf, uint buflen, uint key);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmtlv.h97 bcm_tlv_t *bcm_parse_tlvs(const void *buf, uint buflen, uint key);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmtlv.h97 bcm_tlv_t *bcm_parse_tlvs(const void *buf, uint buflen, uint key);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmtlv.h91 bcm_tlv_t *bcm_parse_tlvs(const void *buf, uint buflen, uint key);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmtlv.h91 bcm_tlv_t *bcm_parse_tlvs(const void *buf, uint buflen, uint key);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgp2p.c1229 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie()
1242 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie()
1255 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie()
1268 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wfdie()
2278 while ((ie = bcm_parse_tlvs(parse, ie_len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_attrib_in_all_p2p_Ies()
H A Dwl_iw.c1553 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_VS_ID)) && in wl_iw_handle_scanresults_ies()
1563 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_RSN_ID))) { in wl_iw_handle_scanresults_ies()
1570 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_MDIE_ID))) { in wl_iw_handle_scanresults_ies()
1577 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1589 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1602 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WAPI_ID))) { in wl_iw_handle_scanresults_ies()
H A Dwl_escan.c1315 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_MESH_ID)) != NULL) { in wl_escan_meshid_ie()
1328 if (bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_RSN_ID)) { in wl_escan_rsn_ie()
1346 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID)) != NULL) { in wl_escan_mesh_info_ie()
H A Dwl_ext_genl.c281 ie = bcm_parse_tlvs(pdata, data_len, event_id[i]); in wl_ext_probreq_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgp2p.c1242 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpaie()
1255 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wpsie()
1268 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_p2pie()
1281 while ((ie = bcm_parse_tlvs(parse, len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_wfdie()
2291 while ((ie = bcm_parse_tlvs(parse, ie_len, DOT11_MNG_VS_ID))) { in wl_cfgp2p_find_attrib_in_all_p2p_Ies()
H A Dwl_escan.c1317 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_MESH_ID)) != NULL) { in wl_escan_meshid_ie()
1330 if (bcm_parse_tlvs(parse, (u32)len, DOT11_MNG_RSN_ID)) { in wl_escan_rsn_ie()
1348 if((ie = bcm_parse_tlvs(parse, (int)len, DOT11_MNG_VS_ID)) != NULL) { in wl_escan_mesh_info_ie()
H A Dwl_ext_genl.c281 ie = bcm_parse_tlvs(pdata, data_len, event_id[i]); in wl_ext_probreq_event()
H A Dwl_iw.c1575 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_VS_ID)) && in wl_iw_handle_scanresults_ies()
1585 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_RSN_ID))) { in wl_iw_handle_scanresults_ies()
1592 if ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_MDIE_ID))) { in wl_iw_handle_scanresults_ies()
1599 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1611 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WPA_ID))) { in wl_iw_handle_scanresults_ies()
1624 while ((ie = bcm_parse_tlvs(ptr, ptr_len, DOT11_MNG_WAPI_ID))) { in wl_iw_handle_scanresults_ies()

123