| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 4235 struct wlc_ssid *lssid = (struct wlc_ssid *)wl_read_prof(cfg, dev, WL_PROF_SSID); in wl_cfg80211_join_ibss() 4236 u8 *bssid = (u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID); in wl_cfg80211_join_ibss() 4237 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); in wl_cfg80211_join_ibss() 4242 MAC2STRDBG((u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID)))); in wl_cfg80211_join_ibss() 4391 curbssid = wl_read_prof(cfg, dev, WL_PROF_BSSID); in wl_cfg80211_leave_ibss() 4496 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_wpa_version() 4596 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_auth_type() 4794 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_set_cipher() 4922 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_cfg80211_set_mfp() 5360 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_key_mgmt() [all …]
|
| H A D | wl_cfgvif.c | 1627 u32 *sta_chanspec = (u32 *)wl_read_prof(cfg, in wl_cfg80211_set_channel() 1908 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_validate_wpa2ie() 2133 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_validate_wpaie() 2379 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_validate_wpaie_wpa2ie() 2558 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_cfg80211_bcn_validate_sec() 4331 struct wl_security *sec = wl_read_prof(cfg, ndev, WL_PROF_SEC); in wl_get_auth_assoc_status() 6068 chanspec_t *sta_chanspec = (chanspec_t *)wl_read_prof(cfg, in wl_cfg80211_channel_switch() 6492 chanspec = (chanspec_t *)wl_read_prof(cfg, ndev, WL_PROF_CHAN); in wl_set_ap_bw() 6633 chanspec = (chanspec_t *)wl_read_prof(cfg, iter->ndev, in wl_restore_ap_bw()
|
| H A D | wl_cfg80211.h | 2991 extern void *wl_read_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 item);
|
| H A D | wl_cfgscan.c | 5429 ssid = (struct wlc_ssid *)wl_read_prof(cfg, ndev, WL_PROF_SSID); in wl_android_get_roam_scan_chanlist()
|
| H A D | wl_cfgvendor.c | 8888 sec = wl_read_prof(cfg, ndev, WL_PROF_SEC); in wl_cfgvendor_set_pmk()
|
| H A D | wl_android.c | 6679 if ((sta_chanspec = (chanspec_t *)wl_read_prof(cfg, in wl_android_get_sta_channel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfg80211.c | 4221 struct wlc_ssid *lssid = (struct wlc_ssid *)wl_read_prof(cfg, dev, WL_PROF_SSID); in wl_cfg80211_join_ibss() 4222 u8 *bssid = (u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID); in wl_cfg80211_join_ibss() 4223 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); in wl_cfg80211_join_ibss() 4228 MAC2STRDBG((u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID)))); in wl_cfg80211_join_ibss() 4377 curbssid = wl_read_prof(cfg, dev, WL_PROF_BSSID); in wl_cfg80211_leave_ibss() 4482 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_wpa_version() 4582 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_auth_type() 4780 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_set_cipher() 4908 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_cfg80211_set_mfp() 5346 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_set_key_mgmt() [all …]
|
| H A D | wl_cfgvif.c | 1620 u32 *sta_chanspec = (u32 *)wl_read_prof(cfg, in wl_cfg80211_set_channel() 1901 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_validate_wpa2ie() 2126 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_validate_wpaie() 2372 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_validate_wpaie_wpa2ie() 2551 struct wl_security *sec = wl_read_prof(cfg, dev, WL_PROF_SEC); in wl_cfg80211_bcn_validate_sec() 4307 struct wl_security *sec = wl_read_prof(cfg, ndev, WL_PROF_SEC); in wl_get_auth_assoc_status() 6023 chanspec_t *sta_chanspec = (chanspec_t *)wl_read_prof(cfg, in wl_cfg80211_channel_switch() 6447 chanspec = (chanspec_t *)wl_read_prof(cfg, ndev, WL_PROF_CHAN); in wl_set_ap_bw() 6588 chanspec = (chanspec_t *)wl_read_prof(cfg, iter->ndev, in wl_restore_ap_bw()
|
| H A D | wl_cfg80211.h | 2988 extern void *wl_read_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 item);
|
| H A D | wl_cfgscan.c | 5519 ssid = (struct wlc_ssid *)wl_read_prof(cfg, ndev, WL_PROF_SSID); in wl_android_get_roam_scan_chanlist()
|
| H A D | wl_cfgvendor.c | 8861 sec = wl_read_prof(cfg, ndev, WL_PROF_SEC); in wl_cfgvendor_set_pmk()
|
| H A D | wl_android.c | 6663 if ((sta_chanspec = (chanspec_t *)wl_read_prof(cfg, in wl_android_get_sta_channel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfg80211.c | 767 static void *wl_read_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 item); 4535 struct wlc_ssid *lssid = (struct wlc_ssid *)wl_read_prof(cfg, dev, WL_PROF_SSID); in wl_cfg80211_join_mesh() 4536 u8 *bssid = (u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID); in wl_cfg80211_join_mesh() 4537 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); in wl_cfg80211_join_mesh() 4541 MAC2STRDBG((u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID)))); in wl_cfg80211_join_mesh() 4636 curbssid = wl_read_prof(cfg, dev, WL_PROF_BSSID); in wl_cfg80211_leave_mesh() 4687 struct wlc_ssid *lssid = (struct wlc_ssid *)wl_read_prof(cfg, dev, WL_PROF_SSID); in wl_cfg80211_join_ibss() 4688 u8 *bssid = (u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID); in wl_cfg80211_join_ibss() 4689 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); in wl_cfg80211_join_ibss() 4694 MAC2STRDBG((u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID)))); in wl_cfg80211_join_ibss() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 5316 struct wlc_ssid *lssid = (struct wlc_ssid *)wl_read_prof(cfg, dev, WL_PROF_SSID); 5317 u8 *bssid = (u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID); 5318 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); 5323 MAC2STRDBG((u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID)))); 5463 curbssid = wl_read_prof(cfg, dev, WL_PROF_BSSID); 5589 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 5678 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 5862 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 6407 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 6431 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); [all …]
|
| H A D | wl_cfg80211.h | 2632 extern void *wl_read_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 item);
|
| H A D | wl_cfgvendor.c | 7931 sec = wl_read_prof(cfg, ndev, WL_PROF_SEC); in wl_cfgvendor_set_pmk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 5314 struct wlc_ssid *lssid = (struct wlc_ssid *)wl_read_prof(cfg, dev, WL_PROF_SSID); 5315 u8 *bssid = (u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID); 5316 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); 5321 MAC2STRDBG((u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID)))); 5461 curbssid = wl_read_prof(cfg, dev, WL_PROF_BSSID); 5587 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 5676 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 5860 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 6405 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 6429 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); [all …]
|
| H A D | wl_cfg80211.h | 2632 extern void *wl_read_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 item);
|
| H A D | wl_cfgvendor.c | 7931 sec = wl_read_prof(cfg, ndev, WL_PROF_SEC); in wl_cfgvendor_set_pmk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 5187 struct wlc_ssid *lssid = (struct wlc_ssid *)wl_read_prof(cfg, dev, WL_PROF_SSID); 5188 u8 *bssid = (u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID); 5189 u32 *channel = (u32 *)wl_read_prof(cfg, dev, WL_PROF_CHAN); 5194 MAC2STRDBG((u8 *)wl_read_prof(cfg, dev, WL_PROF_BSSID)))); 5334 curbssid = wl_read_prof(cfg, dev, WL_PROF_BSSID); 5460 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 5549 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 5733 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 6278 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); 6302 sec = wl_read_prof(cfg, dev, WL_PROF_SEC); [all …]
|
| H A D | wl_cfg80211.h | 2567 extern void *wl_read_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 item);
|
| H A D | wl_cfgvendor.c | 7837 sec = wl_read_prof(cfg, ndev, WL_PROF_SEC); in wl_cfgvendor_set_pmk()
|