Home
last modified time | relevance | path

Searched refs:ap_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c99 int get_current_ap(struct ks_wlan_private *priv, struct link_ap_info *ap_info) in get_current_ap() argument
113 ether_addr_copy(ap->bssid, ap_info->bssid); in get_current_ap()
117 memcpy(ap->rate_set.body, ap_info->rate_set.body, in get_current_ap()
118 ap_info->rate_set.size); in get_current_ap()
119 ap->rate_set.size = ap_info->rate_set.size; in get_current_ap()
120 if (ap_info->ext_rate_set.size != 0) { in get_current_ap()
122 ap_info->ext_rate_set.body, in get_current_ap()
123 ap_info->ext_rate_set.size); in get_current_ap()
124 ap->rate_set.size += ap_info->ext_rate_set.size; in get_current_ap()
126 ap->channel = ap_info->ds_parameter.channel; in get_current_ap()
[all …]
Dks_hostif.h302 struct ap_info { struct