Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_ext_genl.c114 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_ext_add_del_ie_hex() local
125 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, GFP_KERNEL); in wl_ext_add_del_ie_hex()
126 if (!vndr_ie) { in wl_ext_add_del_ie_hex()
133 strncpy(vndr_ie->cmd, add_del_cmd, VNDR_IE_CMD_LEN - 1); in wl_ext_add_del_ie_hex()
134 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_ext_add_del_ie_hex()
138 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_ext_add_del_ie_hex()
142 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_ext_add_del_ie_hex()
146 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar)DOT11_MNG_VS_ID; in wl_ext_add_del_ie_hex()
149 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = ie_len; in wl_ext_add_del_ie_hex()
152 memcpy((char *)vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, ie_data, ie_len); in wl_ext_add_del_ie_hex()
[all …]
H A Dwl_android_ext.c1310 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_ext_add_del_ie() local
1321 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, GFP_KERNEL); in wl_ext_add_del_ie()
1322 if (!vndr_ie) { in wl_ext_add_del_ie()
1329 strncpy(vndr_ie->cmd, add_del_cmd, VNDR_IE_CMD_LEN - 1); in wl_ext_add_del_ie()
1330 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_ext_add_del_ie()
1334 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_ext_add_del_ie()
1338 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_ext_add_del_ie()
1342 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar)DOT11_MNG_VS_ID; in wl_ext_add_del_ie()
1345 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = (strlen(ie_data)-2)/2; in wl_ext_add_del_ie()
1349 (char *)vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui); in wl_ext_add_del_ie()
[all …]
H A Dwl_iapsta.c1067 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_mesh_clear_vndr_ie() local
1111 vndr_ie = (vndr_ie_setbuf_t *) vndr_ie_buf; in wl_mesh_clear_vndr_ie()
1112 strncpy(vndr_ie->cmd, "del", VNDR_IE_CMD_LEN - 1); in wl_mesh_clear_vndr_ie()
1113 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_mesh_clear_vndr_ie()
1114 memcpy(&vndr_ie->vndr_ie_buffer, vndr_ie_dump, WLC_IOCTL_SMLEN-VNDR_IE_CMD_LEN-1); in wl_mesh_clear_vndr_ie()
1117 err = wl_ext_iovar_setbuf(dev, "vndr_ie", vndr_ie, WLC_IOCTL_SMLEN, iovar_buf, in wl_mesh_clear_vndr_ie()
1121 if (vndr_ie) { in wl_mesh_clear_vndr_ie()
1122 kfree(vndr_ie); in wl_mesh_clear_vndr_ie()
1156 char *vndr_ie; in wl_mesh_update_vndr_ie() local
1165 vndr_ie = kmalloc(vndr_ie_len, GFP_KERNEL); in wl_mesh_update_vndr_ie()
[all …]
H A Dwl_cfgvif.h82 const u8 *vndr_ie, u32 vndr_ie_len);
H A Dwl_cfgp2p.h345 s32 pktflag, const u8 *vndr_ie, u32 vndr_ie_len);
H A Dwl_android.c7630 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_android_set_ibss_beacon_ouidata() local
7672 vndr_ie = (vndr_ie_setbuf_t *)MALLOCZ(cfg->osh, tot_len); in wl_android_set_ibss_beacon_ouidata()
7673 if (!vndr_ie) { in wl_android_set_ibss_beacon_ouidata()
7678 strlcpy(vndr_ie->cmd, "add", sizeof(vndr_ie->cmd)); in wl_android_set_ibss_beacon_ouidata()
7682 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_android_set_ibss_beacon_ouidata()
7686 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_android_set_ibss_beacon_ouidata()
7689 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar) DOT11_MNG_PROPR_ID; in wl_android_set_ibss_beacon_ouidata()
7691 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, &ie_buf, in wl_android_set_ibss_beacon_ouidata()
7693 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.data, in wl_android_set_ibss_beacon_ouidata()
7697 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = (uchar) ielen; in wl_android_set_ibss_beacon_ouidata()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_ext_genl.c114 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_ext_add_del_ie_hex() local
125 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, GFP_KERNEL); in wl_ext_add_del_ie_hex()
126 if (!vndr_ie) { in wl_ext_add_del_ie_hex()
133 strncpy(vndr_ie->cmd, add_del_cmd, VNDR_IE_CMD_LEN - 1); in wl_ext_add_del_ie_hex()
134 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_ext_add_del_ie_hex()
138 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_ext_add_del_ie_hex()
142 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_ext_add_del_ie_hex()
146 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar)DOT11_MNG_VS_ID; in wl_ext_add_del_ie_hex()
149 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = ie_len; in wl_ext_add_del_ie_hex()
152 memcpy((char *)vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, ie_data, ie_len); in wl_ext_add_del_ie_hex()
[all …]
H A Dwl_android_ext.c1284 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_ext_add_del_ie() local
1295 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, GFP_KERNEL); in wl_ext_add_del_ie()
1296 if (!vndr_ie) { in wl_ext_add_del_ie()
1303 strncpy(vndr_ie->cmd, add_del_cmd, VNDR_IE_CMD_LEN - 1); in wl_ext_add_del_ie()
1304 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_ext_add_del_ie()
1308 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_ext_add_del_ie()
1312 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_ext_add_del_ie()
1316 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar)DOT11_MNG_VS_ID; in wl_ext_add_del_ie()
1319 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = (strlen(ie_data)-2)/2; in wl_ext_add_del_ie()
1323 (char *)vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui); in wl_ext_add_del_ie()
[all …]
H A Dwl_iapsta.c1154 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_mesh_clear_vndr_ie() local
1198 vndr_ie = (vndr_ie_setbuf_t *) vndr_ie_buf; in wl_mesh_clear_vndr_ie()
1199 strncpy(vndr_ie->cmd, "del", VNDR_IE_CMD_LEN - 1); in wl_mesh_clear_vndr_ie()
1200 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_mesh_clear_vndr_ie()
1201 memcpy(&vndr_ie->vndr_ie_buffer, vndr_ie_dump, WLC_IOCTL_SMLEN-VNDR_IE_CMD_LEN-1); in wl_mesh_clear_vndr_ie()
1204 err = wl_ext_iovar_setbuf(dev, "vndr_ie", vndr_ie, WLC_IOCTL_SMLEN, iovar_buf, in wl_mesh_clear_vndr_ie()
1208 if (vndr_ie) { in wl_mesh_clear_vndr_ie()
1209 kfree(vndr_ie); in wl_mesh_clear_vndr_ie()
1244 char *vndr_ie; in wl_mesh_update_vndr_ie() local
1253 vndr_ie = kmalloc(vndr_ie_len, GFP_KERNEL); in wl_mesh_update_vndr_ie()
[all …]
H A Dwl_cfgvif.h82 const u8 *vndr_ie, u32 vndr_ie_len);
H A Dwl_cfgp2p.h345 s32 pktflag, const u8 *vndr_ie, u32 vndr_ie_len);
H A Dwl_android.c7647 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_android_set_ibss_beacon_ouidata() local
7689 vndr_ie = (vndr_ie_setbuf_t *)MALLOCZ(cfg->osh, tot_len); in wl_android_set_ibss_beacon_ouidata()
7690 if (!vndr_ie) { in wl_android_set_ibss_beacon_ouidata()
7695 strlcpy(vndr_ie->cmd, "add", sizeof(vndr_ie->cmd)); in wl_android_set_ibss_beacon_ouidata()
7699 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_android_set_ibss_beacon_ouidata()
7703 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_android_set_ibss_beacon_ouidata()
7706 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar) DOT11_MNG_PROPR_ID; in wl_android_set_ibss_beacon_ouidata()
7708 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, &ie_buf, in wl_android_set_ibss_beacon_ouidata()
7710 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.data, in wl_android_set_ibss_beacon_ouidata()
7714 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = (uchar) ielen; in wl_android_set_ibss_beacon_ouidata()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_android.c1685 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_android_add_vendor_ie() local
1731 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, kflags); in wl_android_add_vendor_ie()
1732 if (!vndr_ie) { in wl_android_add_vendor_ie()
1737 strncpy(vndr_ie->cmd, "add", VNDR_IE_CMD_LEN - 1); in wl_android_add_vendor_ie()
1738 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_android_add_vendor_ie()
1742 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_android_add_vendor_ie()
1746 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_android_add_vendor_ie()
1750 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar) DOT11_MNG_PROPR_ID; in wl_android_add_vendor_ie()
1753 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, &ie_buf, in wl_android_add_vendor_ie()
1756 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.data, in wl_android_add_vendor_ie()
[all …]
H A Dwl_cfgp2p.h325 s32 pktflag, const u8 *vndr_ie, u32 vndr_ie_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_android.c1800 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_android_add_vendor_ie() local
1846 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, kflags); in wl_android_add_vendor_ie()
1847 if (!vndr_ie) { in wl_android_add_vendor_ie()
1852 strncpy(vndr_ie->cmd, "add", VNDR_IE_CMD_LEN - 1); in wl_android_add_vendor_ie()
1853 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_android_add_vendor_ie()
1857 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_android_add_vendor_ie()
1861 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_android_add_vendor_ie()
1865 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar) DOT11_MNG_PROPR_ID; in wl_android_add_vendor_ie()
1868 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, &ie_buf, in wl_android_add_vendor_ie()
1871 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.data, in wl_android_add_vendor_ie()
[all …]
H A Dwl_cfgp2p.h325 s32 pktflag, const u8 *vndr_ie, u32 vndr_ie_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_android.c1886 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_android_add_vendor_ie() local
1932 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, kflags); in wl_android_add_vendor_ie()
1933 if (!vndr_ie) { in wl_android_add_vendor_ie()
1938 strncpy(vndr_ie->cmd, "add", VNDR_IE_CMD_LEN - 1); in wl_android_add_vendor_ie()
1939 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_android_add_vendor_ie()
1943 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_android_add_vendor_ie()
1947 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_android_add_vendor_ie()
1951 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar) DOT11_MNG_PROPR_ID; in wl_android_add_vendor_ie()
1954 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, &ie_buf, in wl_android_add_vendor_ie()
1957 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.data, in wl_android_add_vendor_ie()
[all …]
H A Dwl_cfgp2p.h325 s32 pktflag, const u8 *vndr_ie, u32 vndr_ie_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android_ext.c1217 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_ext_add_del_ie() local
1228 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, GFP_KERNEL); in wl_ext_add_del_ie()
1229 if (!vndr_ie) { in wl_ext_add_del_ie()
1236 strncpy(vndr_ie->cmd, add_del_cmd, VNDR_IE_CMD_LEN - 1); in wl_ext_add_del_ie()
1237 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_ext_add_del_ie()
1241 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_ext_add_del_ie()
1245 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_ext_add_del_ie()
1249 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar)DOT11_MNG_VS_ID; in wl_ext_add_del_ie()
1252 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.len = (strlen(ie_data)-2)/2; in wl_ext_add_del_ie()
1256 (char *)vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui); in wl_ext_add_del_ie()
[all …]
H A Dwl_android.c2963 vndr_ie_setbuf_t *vndr_ie = NULL; in wl_android_set_ibss_beacon_ouidata() local
3006 vndr_ie = (vndr_ie_setbuf_t *) kzalloc(tot_len, kflags); in wl_android_set_ibss_beacon_ouidata()
3007 if (!vndr_ie) { in wl_android_set_ibss_beacon_ouidata()
3012 strncpy(vndr_ie->cmd, "add", VNDR_IE_CMD_LEN - 1); in wl_android_set_ibss_beacon_ouidata()
3013 vndr_ie->cmd[VNDR_IE_CMD_LEN - 1] = '\0'; in wl_android_set_ibss_beacon_ouidata()
3017 memcpy((void *)&vndr_ie->vndr_ie_buffer.iecount, &iecount, sizeof(s32)); in wl_android_set_ibss_beacon_ouidata()
3021 memcpy((void *)&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].pktflag, &pktflag, in wl_android_set_ibss_beacon_ouidata()
3024 vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.id = (uchar) DOT11_MNG_PROPR_ID; in wl_android_set_ibss_beacon_ouidata()
3026 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.oui, &ie_buf, in wl_android_set_ibss_beacon_ouidata()
3028 memcpy(&vndr_ie->vndr_ie_buffer.vndr_ie_list[0].vndr_ie_data.data, in wl_android_set_ibss_beacon_ouidata()
[all …]
H A Dwl_cfgp2p.h313 s32 pktflag, const u8 *vndr_ie, u32 vndr_ie_len);
H A Dwl_cfg80211.h1657 const u8 *vndr_ie, u32 vndr_ie_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A D802.11.h3743 BWL_PRE_PACKED_STRUCT struct vndr_ie { struct
3749 typedef struct vndr_ie vndr_ie_t; argument
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A D802.11.h3851 BWL_PRE_PACKED_STRUCT struct vndr_ie { struct
3857 typedef struct vndr_ie vndr_ie_t; argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11.h3889 BWL_PRE_PACKED_STRUCT struct vndr_ie { struct
3895 typedef struct vndr_ie vndr_ie_t; argument

12