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()
372 static int qtnf_set_wiphy_params(struct wiphy *wiphy, u32 changed) in qtnf_set_wiphy_params()
392 qtnf_update_mgmt_frame_registrations(struct wiphy *wiphy, in qtnf_update_mgmt_frame_registrations()
446 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_tx()
484 qtnf_get_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_get_station()
494 qtnf_dump_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_station()
533 static int qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_add_key()
549 static int qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_key()
570 static int qtnf_set_default_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_key()
586 qtnf_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_mgmt_key()
601 qtnf_change_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_station()
616 qtnf_del_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_station()
637 qtnf_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in qtnf_scan()
662 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()
716 qtnf_disconnect(struct wiphy *wiphy, struct net_device *dev, in qtnf_disconnect()
750 qtnf_dump_survey(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_survey()
788 qtnf_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_channel()
820 static int qtnf_channel_switch(struct wiphy *wiphy, struct net_device *dev, in qtnf_channel_switch()
843 static int qtnf_start_radar_detection(struct wiphy *wiphy, in qtnf_start_radar_detection()
861 static int qtnf_set_mac_acl(struct wiphy *wiphy, in qtnf_set_mac_acl()
875 static int qtnf_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_power_mgmt()
889 static int qtnf_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_tx_power()
902 static int qtnf_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_set_tx_power()
928 static int qtnf_update_owe_info(struct wiphy *wiphy, struct net_device *dev, in qtnf_update_owe_info()
949 static int qtnf_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) in qtnf_suspend()
981 static int qtnf_resume(struct wiphy *wiphy) in qtnf_resume()
1005 static void qtnf_set_wakeup(struct wiphy *wiphy, bool enabled) in qtnf_set_wakeup()
1053 static void qtnf_cfg80211_reg_notifier(struct wiphy *wiphy, in qtnf_cfg80211_reg_notifier()
1085 struct wiphy *wiphy; in qtnf_wiphy_allocate() local
1107 qtnf_wiphy_setup_if_comb(struct wiphy *wiphy, struct qtnf_mac_info *mac_info) in qtnf_wiphy_setup_if_comb()
1136 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register() local