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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmac80211_hwsim.c1022 static struct ieee80211_ops mac80211_hwsim_ops = variable in typeref:struct:ieee80211_ops
1240 mac80211_hwsim_ops.hw_scan = mac80211_hwsim_hw_scan;
1241 mac80211_hwsim_ops.sw_scan_start = NULL;
1242 mac80211_hwsim_ops.sw_scan_complete = NULL;
1258 hw = ieee80211_alloc_hw(sizeof(*data), &mac80211_hwsim_ops);

Completed in 30 milliseconds