Lines Matching defs:wiphy
74 qtnf_validate_iface_combinations(struct wiphy *wiphy, in qtnf_validate_iface_combinations()
124 qtnf_change_virtual_intf(struct wiphy *wiphy, in qtnf_change_virtual_intf()
159 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in qtnf_del_virtual_intf()
196 static struct wireless_dev *qtnf_add_virtual_intf(struct wiphy *wiphy, in qtnf_add_virtual_intf()
333 static int qtnf_change_beacon(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_beacon()
341 static int qtnf_start_ap(struct wiphy *wiphy, struct net_device *dev, in qtnf_start_ap()
355 static int qtnf_stop_ap(struct wiphy *wiphy, struct net_device *dev, in qtnf_stop_ap()
373 static int qtnf_set_wiphy_params(struct wiphy *wiphy, u32 changed) in qtnf_set_wiphy_params()
393 qtnf_update_mgmt_frame_registrations(struct wiphy *wiphy, in qtnf_update_mgmt_frame_registrations()
447 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_tx()
485 qtnf_get_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_get_station()
495 qtnf_dump_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_station()
534 static int qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_add_key()
550 static int qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_key()
572 static int qtnf_set_default_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_key()
589 qtnf_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_mgmt_key()
604 qtnf_change_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_station()
619 qtnf_del_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_station()
640 qtnf_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in qtnf_scan()
665 qtnf_connect(struct wiphy *wiphy, struct net_device *dev, in qtnf_connect()
694 qtnf_external_auth(struct wiphy *wiphy, struct net_device *dev, in qtnf_external_auth()
713 qtnf_disconnect(struct wiphy *wiphy, struct net_device *dev, in qtnf_disconnect()
744 qtnf_dump_survey(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_survey()
782 qtnf_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_channel()
814 static int qtnf_channel_switch(struct wiphy *wiphy, struct net_device *dev, in qtnf_channel_switch()
837 static int qtnf_start_radar_detection(struct wiphy *wiphy, in qtnf_start_radar_detection()
855 static int qtnf_set_mac_acl(struct wiphy *wiphy, in qtnf_set_mac_acl()
869 static int qtnf_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_power_mgmt()
883 static int qtnf_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_tx_power()
896 static int qtnf_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_set_tx_power()
922 static int qtnf_update_owe_info(struct wiphy *wiphy, struct net_device *dev, in qtnf_update_owe_info()
940 static int qtnf_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) in qtnf_suspend()
972 static int qtnf_resume(struct wiphy *wiphy) in qtnf_resume()
992 static void qtnf_set_wakeup(struct wiphy *wiphy, bool enabled) in qtnf_set_wakeup()
1040 static void qtnf_cfg80211_reg_notifier(struct wiphy *wiphy, in qtnf_cfg80211_reg_notifier()
1072 struct wiphy *wiphy; in qtnf_wiphy_allocate() local
1094 qtnf_wiphy_setup_if_comb(struct wiphy *wiphy, struct qtnf_mac_info *mac_info) in qtnf_wiphy_setup_if_comb()
1123 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register() local