Lines Matching refs:link_conf
472 struct ieee80211_bss_conf *link_conf, in drv_link_add_debugfs() argument
483 link_conf, dir); in drv_link_add_debugfs()
946 struct ieee80211_bss_conf *link_conf) in drv_verify_link_exists() argument
949 if (sdata->deflink.conf != link_conf) in drv_verify_link_exists()
955 struct ieee80211_bss_conf *link_conf,
959 struct ieee80211_bss_conf *link_conf,
967 struct ieee80211_bss_conf *link_conf) in drv_start_ap() argument
972 drv_verify_link_exists(sdata, link_conf); in drv_start_ap()
979 trace_drv_start_ap(local, sdata, link_conf); in drv_start_ap()
981 ret = local->ops->start_ap(&local->hw, &sdata->vif, link_conf); in drv_start_ap()
988 struct ieee80211_bss_conf *link_conf) in drv_stop_ap() argument
991 drv_verify_link_exists(sdata, link_conf); in drv_stop_ap()
996 trace_drv_stop_ap(local, sdata, link_conf); in drv_stop_ap()
998 local->ops->stop_ap(&local->hw, &sdata->vif, link_conf); in drv_stop_ap()