Searched refs:umac_bss (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c268 struct iwm_umac_notif_bss_info *umac_bss; local
276 umac_bss = bss->bss;
277 mgmt = (struct ieee80211_mgmt *)(umac_bss->frame_buf);
279 if (umac_bss->band == UMAC_BAND_2GHZ)
281 else if (umac_bss->band == UMAC_BAND_5GHZ)
284 IWM_ERR(iwm, "Invalid band: %d\n", umac_bss->band);
288 freq = ieee80211_channel_to_frequency(umac_bss->channel);
290 signal = umac_bss->rssi * 100;
293 le16_to_cpu(umac_bss->frame_len),
H A Drx.c784 struct iwm_umac_notif_bss_info *umac_bss = local
791 u16 frame_len = le16_to_cpu(umac_bss->frame_len);
794 mgmt = (struct ieee80211_mgmt *)(umac_bss->frame_buf);
797 IWM_DBG_MLME(iwm, DBG, "\tType: 0x%x\n", le32_to_cpu(umac_bss->type));
799 le32_to_cpu(umac_bss->timestamp));
801 le16_to_cpu(umac_bss->table_idx));
802 IWM_DBG_MLME(iwm, DBG, "\tBand: %d\n", umac_bss->band);
803 IWM_DBG_MLME(iwm, DBG, "\tChannel: %d\n", umac_bss->channel);
804 IWM_DBG_MLME(iwm, DBG, "\tRSSI: %d\n", umac_bss->rssi);
808 if (bss->bss->table_idx == umac_bss
[all...]

Completed in 24 milliseconds