Searched refs:ap_info (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 97 int get_current_ap(struct ks_wlan_private *priv, struct link_ap_info *ap_info) in get_current_ap() argument 111 ether_addr_copy(ap->bssid, ap_info->bssid); in get_current_ap() 115 memcpy(ap->rate_set.body, ap_info->rate_set.body, in get_current_ap() 116 ap_info->rate_set.size); in get_current_ap() 117 ap->rate_set.size = ap_info->rate_set.size; in get_current_ap() 118 if (ap_info->ext_rate_set.size != 0) { in get_current_ap() 120 ap_info->ext_rate_set.body, in get_current_ap() 121 ap_info->ext_rate_set.size); in get_current_ap() 122 ap->rate_set.size += ap_info->ext_rate_set.size; in get_current_ap() 124 ap->channel = ap_info->ds_parameter.channel; in get_current_ap() [all …]
|
H A D | ks_hostif.h | 302 struct ap_info { struct
|
/openbmc/linux/net/wireless/ |
H A D | scan.c | 651 struct ieee80211_neighbor_ap_info *ap_info; in cfg80211_parse_colocated_ap() local 668 while (pos + sizeof(*ap_info) <= end) { in cfg80211_parse_colocated_ap() 673 ap_info = (void *)pos; in cfg80211_parse_colocated_ap() 674 count = u8_get_bits(ap_info->tbtt_info_hdr, in cfg80211_parse_colocated_ap() 676 length = ap_info->tbtt_info_len; in cfg80211_parse_colocated_ap() 678 pos += sizeof(*ap_info); in cfg80211_parse_colocated_ap() 680 if (!ieee80211_operating_class_to_band(ap_info->op_class, in cfg80211_parse_colocated_ap() 684 freq = ieee80211_channel_to_frequency(ap_info->channel, in cfg80211_parse_colocated_ap() 690 if (u8_get_bits(ap_info->tbtt_info_hdr, in cfg80211_parse_colocated_ap() 2550 const struct ieee80211_neighbor_ap_info **ap_info, in cfg80211_tbtt_info_for_mld_ap() argument [all …]
|