Lines Matching refs:link_conf
472 struct ieee80211_bss_conf *link_conf,
483 link_conf, dir);
951 struct ieee80211_bss_conf *link_conf)
954 if (sdata->deflink.conf != link_conf)
960 struct ieee80211_bss_conf *link_conf,
964 struct ieee80211_bss_conf *link_conf,
972 struct ieee80211_bss_conf *link_conf)
976 /* make sure link_conf is protected */
977 drv_verify_link_exists(sdata, link_conf);
984 trace_drv_start_ap(local, sdata, link_conf);
986 ret = local->ops->start_ap(&local->hw, &sdata->vif, link_conf);
993 struct ieee80211_bss_conf *link_conf)
995 /* make sure link_conf is protected */
996 drv_verify_link_exists(sdata, link_conf);
1001 trace_drv_stop_ap(local, sdata, link_conf);
1003 local->ops->stop_ap(&local->hw, &sdata->vif, link_conf);