Home
last modified time | relevance | path

Searched refs:hostapd_ssid (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c2709 bzero(cfg->hostapd_ssid.SSID, DOT11_MAX_SSID_LEN); in wl_cfg80211_bcn_set_params()
2710 memcpy(cfg->hostapd_ssid.SSID, info->ssid, info->ssid_len); in wl_cfg80211_bcn_set_params()
2711 cfg->hostapd_ssid.SSID_len = (uint32)info->ssid_len; in wl_cfg80211_bcn_set_params()
3195 join_params.ssid.SSID_len = MIN(cfg->hostapd_ssid.SSID_len, in wl_cfg80211_bcn_bringup_ap()
3197 memcpy(join_params.ssid.SSID, cfg->hostapd_ssid.SSID, in wl_cfg80211_bcn_bringup_ap()
4133 bzero(&cfg->hostapd_ssid.SSID[0], DOT11_MAX_SSID_LEN); in wl_cfg80211_add_set_beacon()
4134 cfg->hostapd_ssid.SSID_len = MIN(ssid_ie->len, DOT11_MAX_SSID_LEN); in wl_cfg80211_add_set_beacon()
4135 memcpy(&cfg->hostapd_ssid.SSID[0], ssid_ie->data, in wl_cfg80211_add_set_beacon()
4136 cfg->hostapd_ssid.SSID_len); in wl_cfg80211_add_set_beacon()
H A Dwl_cfg80211.h1792 wlc_ssid_t hostapd_ssid; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c2702 bzero(cfg->hostapd_ssid.SSID, DOT11_MAX_SSID_LEN); in wl_cfg80211_bcn_set_params()
2703 memcpy(cfg->hostapd_ssid.SSID, info->ssid, info->ssid_len); in wl_cfg80211_bcn_set_params()
2704 cfg->hostapd_ssid.SSID_len = (uint32)info->ssid_len; in wl_cfg80211_bcn_set_params()
3188 join_params.ssid.SSID_len = MIN(cfg->hostapd_ssid.SSID_len, in wl_cfg80211_bcn_bringup_ap()
3190 memcpy(join_params.ssid.SSID, cfg->hostapd_ssid.SSID, in wl_cfg80211_bcn_bringup_ap()
4109 bzero(&cfg->hostapd_ssid.SSID[0], DOT11_MAX_SSID_LEN); in wl_cfg80211_add_set_beacon()
4110 cfg->hostapd_ssid.SSID_len = MIN(ssid_ie->len, DOT11_MAX_SSID_LEN); in wl_cfg80211_add_set_beacon()
4111 memcpy(&cfg->hostapd_ssid.SSID[0], ssid_ie->data, in wl_cfg80211_add_set_beacon()
4112 cfg->hostapd_ssid.SSID_len); in wl_cfg80211_add_set_beacon()
H A Dwl_cfg80211.h1792 wlc_ssid_t hostapd_ssid; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.h833 wlc_ssid_t hostapd_ssid; member
H A Dwl_cfg80211.c9537 memset(cfg->hostapd_ssid.SSID, 0x00, DOT11_MAX_SSID_LEN); in wl_cfg80211_bcn_set_params()
9538 memcpy(cfg->hostapd_ssid.SSID, info->ssid, info->ssid_len); in wl_cfg80211_bcn_set_params()
9539 cfg->hostapd_ssid.SSID_len = info->ssid_len; in wl_cfg80211_bcn_set_params()
9839 join_params.ssid.SSID_len = MIN(cfg->hostapd_ssid.SSID_len, in wl_cfg80211_bcn_bringup_ap()
9841 memcpy(join_params.ssid.SSID, cfg->hostapd_ssid.SSID, in wl_cfg80211_bcn_bringup_ap()
10415 join_params.ssid.SSID_len = min(cfg->hostapd_ssid.SSID_len, in wl_cfg80211_start_ap()
10417 memcpy(join_params.ssid.SSID, cfg->hostapd_ssid.SSID, in wl_cfg80211_start_ap()
10748 memset(&cfg->hostapd_ssid.SSID[0], 0x00, DOT11_MAX_SSID_LEN); in wl_cfg80211_add_set_beacon()
10749 cfg->hostapd_ssid.SSID_len = MIN(ssid_ie->len, DOT11_MAX_SSID_LEN); in wl_cfg80211_add_set_beacon()
10750 memcpy(&cfg->hostapd_ssid.SSID[0], ssid_ie->data, in wl_cfg80211_add_set_beacon()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.h1272 wlc_ssid_t hostapd_ssid; member
H A Dwl_cfg80211.c11581 bzero(cfg->hostapd_ssid.SSID, DOT11_MAX_SSID_LEN);
11582 memcpy(cfg->hostapd_ssid.SSID, info->ssid, info->ssid_len);
11583 cfg->hostapd_ssid.SSID_len = (uint32)info->ssid_len;
11919 join_params.ssid.SSID_len = MIN(cfg->hostapd_ssid.SSID_len,
11921 memcpy(join_params.ssid.SSID, cfg->hostapd_ssid.SSID,
13100 bzero(&cfg->hostapd_ssid.SSID[0], DOT11_MAX_SSID_LEN);
13101 cfg->hostapd_ssid.SSID_len = MIN(ssid_ie->len, DOT11_MAX_SSID_LEN);
13102 memcpy(&cfg->hostapd_ssid.SSID[0], ssid_ie->data,
13103 cfg->hostapd_ssid.SSID_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.h1332 wlc_ssid_t hostapd_ssid; member
H A Dwl_cfg80211.c11686 bzero(cfg->hostapd_ssid.SSID, DOT11_MAX_SSID_LEN);
11687 memcpy(cfg->hostapd_ssid.SSID, info->ssid, info->ssid_len);
11688 cfg->hostapd_ssid.SSID_len = (uint32)info->ssid_len;
12024 join_params.ssid.SSID_len = MIN(cfg->hostapd_ssid.SSID_len,
12026 memcpy(join_params.ssid.SSID, cfg->hostapd_ssid.SSID,
13205 bzero(&cfg->hostapd_ssid.SSID[0], DOT11_MAX_SSID_LEN);
13206 cfg->hostapd_ssid.SSID_len = MIN(ssid_ie->len, DOT11_MAX_SSID_LEN);
13207 memcpy(&cfg->hostapd_ssid.SSID[0], ssid_ie->data,
13208 cfg->hostapd_ssid.SSID_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.h1332 wlc_ssid_t hostapd_ssid; member
H A Dwl_cfg80211.c11688 bzero(cfg->hostapd_ssid.SSID, DOT11_MAX_SSID_LEN);
11689 memcpy(cfg->hostapd_ssid.SSID, info->ssid, info->ssid_len);
11690 cfg->hostapd_ssid.SSID_len = (uint32)info->ssid_len;
12026 join_params.ssid.SSID_len = MIN(cfg->hostapd_ssid.SSID_len,
12028 memcpy(join_params.ssid.SSID, cfg->hostapd_ssid.SSID,
13207 bzero(&cfg->hostapd_ssid.SSID[0], DOT11_MAX_SSID_LEN);
13208 cfg->hostapd_ssid.SSID_len = MIN(ssid_ie->len, DOT11_MAX_SSID_LEN);
13209 memcpy(&cfg->hostapd_ssid.SSID[0], ssid_ie->data,
13210 cfg->hostapd_ssid.SSID_len);