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, int radio_idx, in qtnf_set_wiphy_params()
394 qtnf_update_mgmt_frame_registrations(struct wiphy *wiphy, in qtnf_update_mgmt_frame_registrations()
448 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_tx()
486 qtnf_get_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_get_station()
496 qtnf_dump_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_station()
535 static int qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_add_key()
551 static int qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_key()
573 static int qtnf_set_default_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_key()
590 qtnf_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_mgmt_key()
605 qtnf_change_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_station()
620 qtnf_del_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_station()
641 qtnf_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in qtnf_scan()
666 qtnf_connect(struct wiphy *wiphy, struct net_device *dev, in qtnf_connect()
695 qtnf_external_auth(struct wiphy *wiphy, struct net_device *dev, in qtnf_external_auth()
714 qtnf_disconnect(struct wiphy *wiphy, struct net_device *dev, in qtnf_disconnect()
745 qtnf_dump_survey(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_survey()
783 qtnf_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_channel()
815 static int qtnf_channel_switch(struct wiphy *wiphy, struct net_device *dev, in qtnf_channel_switch()
838 static int qtnf_start_radar_detection(struct wiphy *wiphy, in qtnf_start_radar_detection()
856 static int qtnf_set_mac_acl(struct wiphy *wiphy, in qtnf_set_mac_acl()
870 static int qtnf_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_power_mgmt()
884 static int qtnf_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_tx_power()
897 static int qtnf_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_set_tx_power()
924 static int qtnf_update_owe_info(struct wiphy *wiphy, struct net_device *dev, in qtnf_update_owe_info()
942 static int qtnf_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) in qtnf_suspend()
974 static int qtnf_resume(struct wiphy *wiphy) in qtnf_resume()
994 static void qtnf_set_wakeup(struct wiphy *wiphy, bool enabled) in qtnf_set_wakeup()
1042 static void qtnf_cfg80211_reg_notifier(struct wiphy *wiphy, in qtnf_cfg80211_reg_notifier()
1074 struct wiphy *wiphy; in qtnf_wiphy_allocate() local
1096 qtnf_wiphy_setup_if_comb(struct wiphy *wiphy, struct qtnf_mac_info *mac_info) in qtnf_wiphy_setup_if_comb()
1125 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register() local