Searched refs:vndr_ie_assocreq (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 4431 if (conf->vndr_ie_assocreq) { in dhd_conf_read_others() 4432 kfree(conf->vndr_ie_assocreq); in dhd_conf_read_others() 4433 conf->vndr_ie_assocreq = NULL; in dhd_conf_read_others() 4435 if (!(conf->vndr_ie_assocreq = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others() 4438 memset(conf->vndr_ie_assocreq, 0, strlen(data)+1); in dhd_conf_read_others() 4439 strcpy(conf->vndr_ie_assocreq, data); in dhd_conf_read_others() 4440 CONFIG_MSG("vndr_ie_assocreq = %s\n", conf->vndr_ie_assocreq); in dhd_conf_read_others() 4871 if (conf->vndr_ie_assocreq) { in dhd_conf_preinit() 4872 kfree(conf->vndr_ie_assocreq); in dhd_conf_preinit() 4873 conf->vndr_ie_assocreq = NULL; in dhd_conf_preinit() [all …]
|
| H A D | dhd_config.h | 389 char *vndr_ie_assocreq; member
|
| H A D | wl_iapsta.c | 6115 if (dhd->conf->vndr_ie_assocreq && strlen(dhd->conf->vndr_ie_assocreq)) in wl_ext_iapsta_postinit() 6116 wl_ext_add_del_ie(net, VNDR_IE_ASSOCREQ_FLAG, dhd->conf->vndr_ie_assocreq, "add"); in wl_ext_iapsta_postinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 392 char *vndr_ie_assocreq; member
|
| H A D | dhd_config.c | 4570 if (conf->vndr_ie_assocreq) { in dhd_conf_read_others() 4571 kfree(conf->vndr_ie_assocreq); in dhd_conf_read_others() 4572 conf->vndr_ie_assocreq = NULL; in dhd_conf_read_others() 4574 if (!(conf->vndr_ie_assocreq = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others() 4577 memset(conf->vndr_ie_assocreq, 0, strlen(data)+1); in dhd_conf_read_others() 4578 strcpy(conf->vndr_ie_assocreq, data); in dhd_conf_read_others() 4579 CONFIG_MSG("vndr_ie_assocreq = %s\n", conf->vndr_ie_assocreq); in dhd_conf_read_others() 5046 if (conf->vndr_ie_assocreq) { in dhd_conf_free_preinit() 5047 kfree(conf->vndr_ie_assocreq); in dhd_conf_free_preinit() 5048 conf->vndr_ie_assocreq = NULL; in dhd_conf_free_preinit()
|
| H A D | wl_iapsta.c | 6718 if (dhd->conf->vndr_ie_assocreq && strlen(dhd->conf->vndr_ie_assocreq)) in wl_ext_iapsta_postinit() 6719 wl_ext_add_del_ie(net, VNDR_IE_ASSOCREQ_FLAG, dhd->conf->vndr_ie_assocreq, "add"); in wl_ext_iapsta_postinit()
|