Searched refs:woal_cfg80211_ops (Results 1 – 2 of 2) sorted by relevance
290 static struct cfg80211_ops woal_cfg80211_ops = { variable9855 wiphy = wiphy_new(&woal_cfg80211_ops, sizeof(moal_handle *));9863 woal_cfg80211_ops.auth = woal_cfg80211_authenticate;9864 woal_cfg80211_ops.assoc = woal_cfg80211_associate;9865 woal_cfg80211_ops.disconnect = NULL;9866 woal_cfg80211_ops.connect = NULL;9868 woal_cfg80211_ops.probe_client = woal_cfg80211_probe_client;10104 woal_cfg80211_ops.set_radar_background =
245 static struct cfg80211_ops woal_cfg80211_ops = { variable7083 wiphy = wiphy_new(&woal_cfg80211_ops, sizeof(moal_handle *)); in woal_register_cfg80211()