Lines Matching defs:wiphy
118 struct wiphy *wiphy = priv->dev->ieee80211_ptr->wiphy; in cfg_scan_result() local
171 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; in cfg_connect_result() local
233 static int set_channel(struct wiphy *wiphy, in set_channel()
261 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in scan()
299 static int connect(struct wiphy *wiphy, struct net_device *dev, in connect()
448 static int disconnect(struct wiphy *wiphy, struct net_device *dev, in disconnect()
540 static int add_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in add_key()
645 static int del_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in del_key()
686 static int get_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in get_key()
724 static int set_default_key(struct wiphy *wiphy, struct net_device *netdev, in set_default_key()
731 static int set_default_mgmt_key(struct wiphy *wiphy, struct net_device *netdev, in set_default_mgmt_key()
739 static int get_station(struct wiphy *wiphy, struct net_device *dev, in get_station()
797 static int change_bss(struct wiphy *wiphy, struct net_device *dev, in change_bss()
803 static int set_wiphy_params(struct wiphy *wiphy, int radio_idx, u32 changed) in set_wiphy_params()
871 static int set_pmksa(struct wiphy *wiphy, struct net_device *netdev, in set_pmksa()
905 static int del_pmksa(struct wiphy *wiphy, struct net_device *netdev, in del_pmksa()
937 static int flush_pmksa(struct wiphy *wiphy, struct net_device *netdev) in flush_pmksa()
1108 static int remain_on_channel(struct wiphy *wiphy, in remain_on_channel()
1147 static int cancel_remain_on_channel(struct wiphy *wiphy, in cancel_remain_on_channel()
1160 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx()
1250 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait()
1274 void wilc_update_mgmt_frame_registrations(struct wiphy *wiphy, in wilc_update_mgmt_frame_registrations()
1307 static int external_auth(struct wiphy *wiphy, struct net_device *dev, in external_auth()
1318 static int set_cqm_rssi_config(struct wiphy *wiphy, struct net_device *dev, in set_cqm_rssi_config()
1324 static int dump_station(struct wiphy *wiphy, struct net_device *dev, in dump_station()
1342 static int set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in set_power_mgmt()
1356 static int change_virtual_intf(struct wiphy *wiphy, struct net_device *dev, in change_virtual_intf()
1422 static int start_ap(struct wiphy *wiphy, struct net_device *dev, in start_ap()
1438 static int change_beacon(struct wiphy *wiphy, struct net_device *dev, in change_beacon()
1446 static int stop_ap(struct wiphy *wiphy, struct net_device *dev, in stop_ap()
1462 static int add_station(struct wiphy *wiphy, struct net_device *dev, in add_station()
1481 static int del_station(struct wiphy *wiphy, struct net_device *dev, in del_station()
1504 static int change_station(struct wiphy *wiphy, struct net_device *dev, in change_station()
1530 static struct wireless_dev *add_virtual_intf(struct wiphy *wiphy, in add_virtual_intf()
1600 static int del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in del_virtual_intf()
1621 static void wilc_set_wakeup(struct wiphy *wiphy, bool enabled) in wilc_set_wakeup()
1639 static int set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in set_tx_power()
1672 static int get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in get_tx_power()
1764 struct wiphy *wiphy; in wilc_create_wiphy() local