Home
last modified time | relevance | path

Searched refs:woal_cfg80211_ops (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_sta_cfg80211.c290 static struct cfg80211_ops woal_cfg80211_ops = { variable
9855 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 =
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_sta_cfg80211.c245 static struct cfg80211_ops woal_cfg80211_ops = { variable
7083 wiphy = wiphy_new(&woal_cfg80211_ops, sizeof(moal_handle *)); in woal_register_cfg80211()