Lines Matching defs:wiphy

117 		struct wiphy *wiphy = priv->dev->ieee80211_ptr->wiphy;  in cfg_scan_result()  local
172 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; in cfg_connect_result() local
234 static int set_channel(struct wiphy *wiphy, in set_channel()
261 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in scan()
300 static int connect(struct wiphy *wiphy, struct net_device *dev, in connect()
455 static int disconnect(struct wiphy *wiphy, struct net_device *dev, in disconnect()
543 static int add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, in add_key()
653 static int del_key(struct wiphy *wiphy, struct net_device *netdev, in del_key()
690 static int get_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, in get_key()
717 static int set_default_key(struct wiphy *wiphy, struct net_device *netdev, in set_default_key()
727 static int get_station(struct wiphy *wiphy, struct net_device *dev, in get_station()
781 static int change_bss(struct wiphy *wiphy, struct net_device *dev, in change_bss()
787 static int set_wiphy_params(struct wiphy *wiphy, u32 changed) in set_wiphy_params()
855 static int set_pmksa(struct wiphy *wiphy, struct net_device *netdev, in set_pmksa()
889 static int del_pmksa(struct wiphy *wiphy, struct net_device *netdev, in del_pmksa()
921 static int flush_pmksa(struct wiphy *wiphy, struct net_device *netdev) in flush_pmksa()
1061 static int remain_on_channel(struct wiphy *wiphy, in remain_on_channel()
1101 static int cancel_remain_on_channel(struct wiphy *wiphy, in cancel_remain_on_channel()
1114 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx()
1198 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait()
1222 void wilc_update_mgmt_frame_registrations(struct wiphy *wiphy, in wilc_update_mgmt_frame_registrations()
1249 static int set_cqm_rssi_config(struct wiphy *wiphy, struct net_device *dev, in set_cqm_rssi_config()
1255 static int dump_station(struct wiphy *wiphy, struct net_device *dev, in dump_station()
1274 static int set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in set_power_mgmt()
1288 static int change_virtual_intf(struct wiphy *wiphy, struct net_device *dev, in change_virtual_intf()
1354 static int start_ap(struct wiphy *wiphy, struct net_device *dev, in start_ap()
1370 static int change_beacon(struct wiphy *wiphy, struct net_device *dev, in change_beacon()
1378 static int stop_ap(struct wiphy *wiphy, struct net_device *dev) in stop_ap()
1393 static int add_station(struct wiphy *wiphy, struct net_device *dev, in add_station()
1412 static int del_station(struct wiphy *wiphy, struct net_device *dev, in del_station()
1435 static int change_station(struct wiphy *wiphy, struct net_device *dev, in change_station()
1461 static struct wireless_dev *add_virtual_intf(struct wiphy *wiphy, in add_virtual_intf()
1531 static int del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in del_virtual_intf()
1553 static int wilc_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wow) in wilc_suspend()
1565 static int wilc_resume(struct wiphy *wiphy) in wilc_resume()
1570 static void wilc_set_wakeup(struct wiphy *wiphy, bool enabled) in wilc_set_wakeup()
1587 static int set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in set_tx_power()
1619 static int get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in get_tx_power()
1762 struct wiphy *wiphy; in wilc_create_wiphy() local