Home
last modified time | relevance | path

Searched refs:priv_to_wiphy (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/
Devent.c140 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_bss_join()
345 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_scan_results()
439 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_event_handle_freq_change()
491 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_radar()
561 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_external_auth()
599 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_mic_failure()
635 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_update_owe()
Dcore.c250 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_mac_init_bands()
355 vif->wdev.wiphy = priv_to_wiphy(mac); in qtnf_mac_init_primary_intf()
465 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_core_net_attach()
517 wiphy = priv_to_wiphy(mac); in qtnf_core_mac_detach()
614 wiphy_lock(priv_to_wiphy(mac)); in qtnf_core_mac_attach()
616 wiphy_unlock(priv_to_wiphy(mac)); in qtnf_core_mac_attach()
Dcommands.c819 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_cmd_send_change_intf_type()
1635 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_cmd_send_update_phy_params()
2237 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_cmd_reg_notify()
2504 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); in qtnf_cmd_get_channel()
Dcfg80211.c1121 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register()
/Linux-v5.15/drivers/net/wireless/intersil/orinoco/
Dorinoco_pci.c184 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_pci_init_one()
208 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_pci_remove_one()
Dscan.c77 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_add_hostscan_result()
137 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_add_extscan_result()
Dorinoco_nortel.c234 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_nortel_init_one()
268 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_nortel_remove_one()
Dorinoco_plx.c273 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_plx_init_one()
304 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_plx_remove_one()
Dorinoco_cs.c121 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_cs_detach()
Dmain.c2015 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_init()
2233 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_if_add()
2305 struct wiphy *wiphy = priv_to_wiphy(priv); in free_orinocodev()
Dorinoco_usb.c1546 wiphy_unregister(priv_to_wiphy(upriv)); in ezusb_delete()
1739 wiphy_unregister(priv_to_wiphy(priv)); in ezusb_probe()
/Linux-v5.15/Documentation/driver-api/80211/
Dcfg80211.rst35 priv_to_wiphy
/Linux-v5.15/drivers/net/wireless/
Dvirt_wifi.c185 struct wiphy *wiphy = priv_to_wiphy(priv); in virt_wifi_scan_result()
/Linux-v5.15/include/net/
Dcfg80211.h5159 static inline struct wiphy *priv_to_wiphy(void *priv) in priv_to_wiphy() function