Searched refs:survey (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddriver-ops.h375 struct survey_info *survey)
379 trace_drv_get_survey(local, idx, survey);
382 ret = local->ops->get_survey(&local->hw, idx, survey);
374 drv_get_survey(struct ieee80211_local *local, int idx, struct survey_info *survey) argument
H A Ddriver-trace.h766 struct survey_info *survey),
768 TP_ARGS(local, idx, survey),
H A Dcfg.c412 int idx, struct survey_info *survey)
416 return drv_get_survey(local, idx, survey);
411 ieee80211_dump_survey(struct wiphy *wiphy, struct net_device *dev, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dmain.c529 struct survey_info *survey)
537 survey->channel = conf->channel;
538 survey->filled = SURVEY_INFO_NOISE_DBM;
539 survey->noise = priv->noise;
528 lbtf_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dmain.c511 struct survey_info *survey)
519 survey->channel = conf->channel;
520 survey->filled = SURVEY_INFO_NOISE_DBM;
521 survey->noise = clamp_t(s8, priv->noise, -128, 127);
510 p54_get_survey(struct ieee80211_hw *dev, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmac80211_hwsim.c829 struct survey_info *survey)
839 survey->channel = conf->channel;
847 survey->filled = SURVEY_INFO_NOISE_DBM;
848 survey->noise = -92;
827 mac80211_hwsim_get_survey( struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
H A Dmwl8k.c3764 struct survey_info *survey)
3772 survey->channel = conf->channel;
3773 survey->filled = SURVEY_INFO_NOISE_DBM;
3774 survey->noise = priv->noise;
3763 mwl8k_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_main.c1165 struct survey_info *survey)
1173 survey->channel = conf->channel;
1174 survey->filled = SURVEY_INFO_NOISE_DBM;
1175 survey->noise = wl->noise;
1164 wl1251_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
H A Dwl1271_main.c1926 struct survey_info *survey)
1934 survey->channel = conf->channel;
1935 survey->filled = SURVEY_INFO_NOISE_DBM;
1936 survey->noise = wl->noise;
1925 wl1271_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.c1548 * "Site survey", here just current channel and noise level
1552 int idx, struct survey_info *survey)
1563 survey->channel = ieee80211_get_channel(wiphy,
1568 survey->filled = SURVEY_INFO_NOISE_DBM;
1569 survey->noise = noise;
1551 lbs_get_survey(struct wiphy *wiphy, struct net_device *dev, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dmain.c1909 struct survey_info *survey)
1919 survey->channel = conf->channel;
1920 survey->filled = SURVEY_INFO_NOISE_DBM;
1921 survey->noise = ar->noise[0];
1908 ar9170_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dmain.c2019 struct survey_info *survey)
2030 survey->channel = conf->channel;
2031 survey->filled = SURVEY_INFO_NOISE_DBM;
2032 survey->noise = common->ani.noise_floor;
2018 ath9k_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dmac80211.h1684 * @get_survey: Return per-channel survey information
1762 struct survey_info *survey);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c3397 struct survey_info *survey)
3403 if (!survey->channel)
3418 survey->channel->center_freq);
3419 if (survey->filled & SURVEY_INFO_NOISE_DBM)
3421 survey->noise);
3435 struct survey_info survey; local
3469 &survey);
3479 &survey) < 0)
3395 nl80211_send_survey(struct sk_buff *msg, u32 pid, u32 seq, int flags, struct net_device *dev, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.c246 int idx, struct survey_info *survey);
3292 struct survey_info *survey)
3300 survey->channel = conf->channel;
3301 survey->filled = SURVEY_INFO_NOISE_DBM;
3302 survey->noise = sc->ah->ah_noise_floor;
3291 ath5k_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c3475 struct survey_info *survey)
3484 survey->channel = conf->channel;
3485 survey->filled = SURVEY_INFO_NOISE_DBM;
3486 survey->noise = dev->stats.link_noise;
3474 b43legacy_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dmain.c4554 struct survey_info *survey)
4563 survey->channel = conf->channel;
4564 survey->filled = SURVEY_INFO_NOISE_DBM;
4565 survey->noise = dev->stats.link_noise;
4553 b43_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument

Completed in 151 milliseconds