Searched refs:mgmt_ie_buf (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 4433 u8 *mgmt_ie_buf = NULL; in brcmf_vif_set_mgmt_ie() local 4460 mgmt_ie_buf = saved_ie->probe_req_ie; in brcmf_vif_set_mgmt_ie() 4465 mgmt_ie_buf = saved_ie->probe_res_ie; in brcmf_vif_set_mgmt_ie() 4470 mgmt_ie_buf = saved_ie->beacon_ie; in brcmf_vif_set_mgmt_ie() 4475 mgmt_ie_buf = saved_ie->assoc_req_ie; in brcmf_vif_set_mgmt_ie() 4480 mgmt_ie_buf = saved_ie->assoc_res_ie; in brcmf_vif_set_mgmt_ie() 4508 if (mgmt_ie_buf && *mgmt_ie_len) { in brcmf_vif_set_mgmt_ie() 4510 (memcmp(mgmt_ie_buf, curr_ie_buf, in brcmf_vif_set_mgmt_ie() 4517 brcmf_parse_vndr_ies(mgmt_ie_buf, *mgmt_ie_len, &old_vndr_ies); in brcmf_vif_set_mgmt_ie() 4539 if (mgmt_ie_buf && parsed_ie_buf_len) { in brcmf_vif_set_mgmt_ie() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 19943 u8 *mgmt_ie_buf = NULL; in wl_cfg80211_set_mgmt_vndr_ies() local 19988 mgmt_ie_buf = ies->probe_res_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19993 mgmt_ie_buf = ies->assoc_res_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19998 mgmt_ie_buf = ies->beacon_ie; in wl_cfg80211_set_mgmt_vndr_ies() 20003 mgmt_ie_buf = ies->probe_req_ie; in wl_cfg80211_set_mgmt_vndr_ies() 20008 mgmt_ie_buf = ies->assoc_req_ie; in wl_cfg80211_set_mgmt_vndr_ies() 20013 mgmt_ie_buf = ies->disassoc_ie; in wl_cfg80211_set_mgmt_vndr_ies() 20018 mgmt_ie_buf = NULL; in wl_cfg80211_set_mgmt_vndr_ies() 20056 if (mgmt_ie_buf != NULL) { in wl_cfg80211_set_mgmt_vndr_ies() 20058 (memcmp(mgmt_ie_buf, curr_ie_buf, parsed_ie_buf_len) == 0)) { in wl_cfg80211_set_mgmt_vndr_ies() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfg80211.c | 19719 u8 *mgmt_ie_buf = NULL; in wl_cfg80211_set_mgmt_vndr_ies() local 19763 mgmt_ie_buf = ies->probe_res_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19768 mgmt_ie_buf = ies->assoc_res_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19773 mgmt_ie_buf = ies->beacon_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19778 mgmt_ie_buf = ies->probe_req_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19783 mgmt_ie_buf = ies->assoc_req_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19788 mgmt_ie_buf = ies->disassoc_ie; in wl_cfg80211_set_mgmt_vndr_ies() 19793 mgmt_ie_buf = NULL; in wl_cfg80211_set_mgmt_vndr_ies() 19831 if (mgmt_ie_buf != NULL) { in wl_cfg80211_set_mgmt_vndr_ies() 19833 (memcmp(mgmt_ie_buf, curr_ie_buf, parsed_ie_buf_len) == 0)) { in wl_cfg80211_set_mgmt_vndr_ies() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfg80211.c | 21051 u8 *mgmt_ie_buf = NULL; in wl_cfg80211_set_mgmt_vndr_ies() local 21088 mgmt_ie_buf = ies->probe_res_ie; in wl_cfg80211_set_mgmt_vndr_ies() 21093 mgmt_ie_buf = ies->assoc_res_ie; in wl_cfg80211_set_mgmt_vndr_ies() 21098 mgmt_ie_buf = ies->beacon_ie; in wl_cfg80211_set_mgmt_vndr_ies() 21103 mgmt_ie_buf = ies->probe_req_ie; in wl_cfg80211_set_mgmt_vndr_ies() 21108 mgmt_ie_buf = ies->assoc_req_ie; in wl_cfg80211_set_mgmt_vndr_ies() 21113 mgmt_ie_buf = NULL; in wl_cfg80211_set_mgmt_vndr_ies() 21160 if (mgmt_ie_buf != NULL) { in wl_cfg80211_set_mgmt_vndr_ies() 21162 (memcmp(mgmt_ie_buf, curr_ie_buf, parsed_ie_buf_len) == 0)) { in wl_cfg80211_set_mgmt_vndr_ies() 21168 if ((ret = wl_cfg80211_parse_vndr_ies(mgmt_ie_buf, *mgmt_ie_len, in wl_cfg80211_set_mgmt_vndr_ies() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 22621 u8 *mgmt_ie_buf = NULL; local 22660 mgmt_ie_buf = ies->probe_res_ie; 22665 mgmt_ie_buf = ies->assoc_res_ie; 22670 mgmt_ie_buf = ies->beacon_ie; 22675 mgmt_ie_buf = ies->probe_req_ie; 22680 mgmt_ie_buf = ies->assoc_req_ie; 22685 mgmt_ie_buf = ies->disassoc_ie; 22690 mgmt_ie_buf = NULL; 22727 if (mgmt_ie_buf != NULL) { 22729 (memcmp(mgmt_ie_buf, curr_ie_buf, parsed_ie_buf_len) == 0)) { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 22619 u8 *mgmt_ie_buf = NULL; local 22658 mgmt_ie_buf = ies->probe_res_ie; 22663 mgmt_ie_buf = ies->assoc_res_ie; 22668 mgmt_ie_buf = ies->beacon_ie; 22673 mgmt_ie_buf = ies->probe_req_ie; 22678 mgmt_ie_buf = ies->assoc_req_ie; 22683 mgmt_ie_buf = ies->disassoc_ie; 22688 mgmt_ie_buf = NULL; 22725 if (mgmt_ie_buf != NULL) { 22727 (memcmp(mgmt_ie_buf, curr_ie_buf, parsed_ie_buf_len) == 0)) { [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 22375 u8 *mgmt_ie_buf = NULL; local 22414 mgmt_ie_buf = ies->probe_res_ie; 22419 mgmt_ie_buf = ies->assoc_res_ie; 22424 mgmt_ie_buf = ies->beacon_ie; 22429 mgmt_ie_buf = ies->probe_req_ie; 22434 mgmt_ie_buf = ies->assoc_req_ie; 22439 mgmt_ie_buf = ies->disassoc_ie; 22444 mgmt_ie_buf = NULL; 22481 if (mgmt_ie_buf != NULL) { 22483 (memcmp(mgmt_ie_buf, curr_ie_buf, parsed_ie_buf_len) == 0)) { [all …]
|