Lines Matching defs:ndev

732 	struct net_device *ndev = wdev->netdev;  in brcmf_cfg80211_del_iface()  local
768 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_iface()
1151 static s32 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) in brcmf_set_rts()
1163 static s32 brcmf_set_frag(struct net_device *ndev, u32 frag_threshold) in brcmf_set_frag()
1175 static s32 brcmf_set_retry(struct net_device *ndev, u32 retry, bool l) in brcmf_set_retry()
1191 struct net_device *ndev = cfg_to_ndev(cfg); in brcmf_cfg80211_set_wiphy_params() local
1282 brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_join_ibss()
1434 brcmf_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *ndev) in brcmf_cfg80211_leave_ibss()
1449 static s32 brcmf_set_wpa_version(struct net_device *ndev, in brcmf_set_wpa_version()
1474 static s32 brcmf_set_auth_type(struct net_device *ndev, in brcmf_set_auth_type()
1514 brcmf_set_wsec_mode(struct net_device *ndev, in brcmf_set_wsec_mode()
1592 brcmf_set_key_mgmt(struct net_device *ndev, struct cfg80211_connect_params *sme) in brcmf_set_key_mgmt()
1649 brcmf_set_sharedkey(struct net_device *ndev, in brcmf_set_sharedkey()
1726 brcmf_cfg80211_connect(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_connect()
1924 brcmf_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_disconnect()
1956 struct net_device *ndev = cfg_to_ndev(cfg); in brcmf_cfg80211_set_tx_power() local
2006 struct net_device *ndev = cfg_to_ndev(cfg); in brcmf_cfg80211_get_tx_power() local
2028 brcmf_cfg80211_config_default_key(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_config_default_key()
2061 brcmf_add_keyext(struct wiphy *wiphy, struct net_device *ndev, in brcmf_add_keyext()
2143 brcmf_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_add_key()
2246 brcmf_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_del_key()
2278 brcmf_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_get_key()
2332 struct net_device *ndev, u8 key_idx) in brcmf_cfg80211_config_default_mgmt_key()
2426 brcmf_cfg80211_get_station(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_get_station()
2524 brcmf_cfg80211_dump_station(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_dump_station()
2553 brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_set_power_mgmt()
2695 struct net_device *ndev, const u8 *bssid) in wl_inform_ibss()
3067 struct net_device *ndev = cfg_to_ndev(cfg); in brcmf_cfg80211_resume() local
3121 struct net_device *ndev = cfg_to_ndev(cfg); in brcmf_cfg80211_suspend() local
3169 brcmf_update_pmklist(struct net_device *ndev, in brcmf_update_pmklist()
3194 brcmf_cfg80211_set_pmksa(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_set_pmksa()
3233 brcmf_cfg80211_del_pmksa(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_del_pmksa()
3285 brcmf_cfg80211_flush_pmksa(struct wiphy *wiphy, struct net_device *ndev) in brcmf_cfg80211_flush_pmksa()
3425 static int brcmf_dev_pno_clean(struct net_device *ndev) in brcmf_dev_pno_clean()
3442 static int brcmf_dev_pno_config(struct net_device *ndev) in brcmf_dev_pno_config()
3463 struct net_device *ndev, in brcmf_cfg80211_sched_scan_start()
3555 struct net_device *ndev) in brcmf_cfg80211_sched_scan_stop()
4059 brcmf_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_start_ap()
4264 static int brcmf_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *ndev) in brcmf_cfg80211_stop_ap()
4325 brcmf_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_beacon()
4339 brcmf_cfg80211_del_station(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_del_station()
4369 brcmf_cfg80211_change_station(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_station()
4617 struct net_device *ndev, const u8 *peer, in brcmf_cfg80211_tdls_oper()
4728 void brcmf_cfg80211_free_netdev(struct net_device *ndev) in brcmf_cfg80211_free_netdev()
4861 struct net_device *ndev, in brcmf_bss_roaming_done()
4922 struct net_device *ndev, const struct brcmf_event_msg *e, in brcmf_bss_connect_done()
4958 struct net_device *ndev, in brcmf_notify_connect_status_ap()
5002 struct net_device *ndev = ifp->ndev; in brcmf_notify_connect_status() local
5991 struct net_device *ndev; in brcmf_config_dongle() local
6065 s32 brcmf_cfg80211_up(struct net_device *ndev) in brcmf_cfg80211_up()
6078 s32 brcmf_cfg80211_down(struct net_device *ndev) in brcmf_cfg80211_down()
6206 struct net_device *ndev = brcmf_get_ifp(drvr, 0)->ndev; in brcmf_cfg80211_attach() local