• Home
  • Raw
  • Download

Lines Matching refs:wiphy

66 	struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy);  in cfg80211_conn_scan()
78 n_channels = ieee80211_get_num_supported_channels(wdev->wiphy); in cfg80211_conn_scan()
89 wdev->wiphy->bands[band]; in cfg80211_conn_scan()
104 bands = wdev->wiphy->bands[band]; in cfg80211_conn_scan()
128 request->wiphy = &rdev->wiphy; in cfg80211_conn_scan()
148 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_conn_do_work()
175 auth_req.bss = cfg80211_get_bss(&rdev->wiphy, params->channel, in cfg80211_conn_do_work()
182 cfg80211_put_bss(&rdev->wiphy, auth_req.bss); in cfg80211_conn_do_work()
204 req.bss = cfg80211_get_bss(&rdev->wiphy, params->channel, in cfg80211_conn_do_work()
213 cfg80211_put_bss(&rdev->wiphy, req.bss); in cfg80211_conn_do_work()
252 wiphy_lock(&rdev->wiphy); in cfg80211_conn_work()
254 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_conn_work()
285 wiphy_unlock(&rdev->wiphy); in cfg80211_conn_work()
300 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_get_conn_bss()
305 bss = cfg80211_get_bss(wdev->wiphy, wdev->conn->params.channel, in cfg80211_get_conn_bss()
323 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in __cfg80211_sme_scan_done()
337 cfg80211_put_bss(&rdev->wiphy, bss); in __cfg80211_sme_scan_done()
353 struct wiphy *wiphy = wdev->wiphy; in cfg80211_sme_rx_auth() local
354 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_sme_rx_auth()
404 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_rx_assoc_resp()
438 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_auth_timeout()
449 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_disassoc()
460 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_assoc_timeout()
471 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_abandon_assoc()
488 cfg80211_put_bss(wdev->wiphy, in cfg80211_wdev_release_bsses()
503 cfg80211_put_bss(wdev->wiphy, in cfg80211_wdev_release_link_bsses()
513 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_get_conn_ies()
517 if (!rdev->wiphy.extended_capabilities_len || in cfg80211_sme_get_conn_ies()
526 buf = kmalloc(ies_len + rdev->wiphy.extended_capabilities_len + 2, in cfg80211_sme_get_conn_ies()
546 memcpy(buf + offs + rdev->wiphy.extended_capabilities_len + 2, in cfg80211_sme_get_conn_ies()
554 buf[offs + 1] = rdev->wiphy.extended_capabilities_len; in cfg80211_sme_get_conn_ies()
556 rdev->wiphy.extended_capabilities, in cfg80211_sme_get_conn_ies()
557 rdev->wiphy.extended_capabilities_len); in cfg80211_sme_get_conn_ies()
560 *out_ies_len = ies_len + rdev->wiphy.extended_capabilities_len + 2; in cfg80211_sme_get_conn_ies()
569 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_connect()
621 bss = cfg80211_get_bss(wdev->wiphy, wdev->conn->params.channel, in cfg80211_sme_connect()
639 cfg80211_put_bss(wdev->wiphy, bss); in cfg80211_sme_connect()
663 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_sme_disconnect()
706 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_is_all_idle()
738 cfg80211_put_bss(wdev->wiphy, cr->links[link].bss); in cfg80211_connect_result_release_bsses()
784 nl80211_send_connect_result(wiphy_to_rdev(wdev->wiphy), dev, cr, in __cfg80211_connect_result()
816 if (!wiphy_to_rdev(wdev->wiphy)->ops->connect) { in __cfg80211_connect_result()
832 cfg80211_get_bss(wdev->wiphy, NULL, in __cfg80211_connect_result()
872 cfg80211_put_bss(wdev->wiphy, cr->links[link].bss); in __cfg80211_connect_result()
908 regulatory_hint_country_ie(wdev->wiphy, in __cfg80211_connect_result()
932 cfg80211_put_bss(wdev->wiphy, cr->links[link].bss); in __cfg80211_connect_result()
938 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_update_link_bss()
948 found = cfg80211_get_bss(wdev->wiphy, NULL, in cfg80211_update_link_bss()
973 cfg80211_put_bss(wdev->wiphy, tmp); in cfg80211_update_link_bss()
983 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_connect_done()
1004 cfg80211_put_bss(wdev->wiphy, in cfg80211_connect_done()
1141 nl80211_send_roamed(wiphy_to_rdev(wdev->wiphy), in __cfg80211_roamed()
1172 cfg80211_put_bss(wdev->wiphy, info->links[link].bss); in __cfg80211_roamed()
1180 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_roamed()
1196 cfg80211_get_bss(wdev->wiphy, in cfg80211_roamed()
1293 cfg80211_put_bss(wdev->wiphy, info->links[link].bss); in cfg80211_roamed()
1311 nl80211_send_port_authorized(wiphy_to_rdev(wdev->wiphy), wdev->netdev, in __cfg80211_port_authorized()
1319 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_port_authorized()
1351 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in __cfg80211_disconnected()
1387 wdev->wiphy, in __cfg80211_disconnected()
1390 wdev->wiphy, in __cfg80211_disconnected()
1414 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_disconnected()
1481 rdev->wiphy.ht_capa_mod_mask); in cfg80211_connect()
1483 rdev->wiphy.vht_capa_mod_mask); in cfg80211_connect()
1587 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); in cfg80211_autodisconnect_wk()
1589 wiphy_lock(wdev->wiphy); in cfg80211_autodisconnect_wk()
1628 wiphy_unlock(wdev->wiphy); in cfg80211_autodisconnect_wk()