Home
last modified time | relevance | path

Searched refs:ieee80211_check_combinations (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/mac80211/
H A Dcfg.c288 ret = ieee80211_check_combinations(sdata, NULL, 0, 0, -1); in ieee80211_start_p2p_device()
310 ret = ieee80211_check_combinations(sdata, NULL, 0, 0, -1); in ieee80211_start_nan()
4090 err = ieee80211_check_combinations(sdata, NULL, chanctx->mode, 0, -1); in __ieee80211_channel_switch()
H A Dibss.c1750 ret = ieee80211_check_combinations(sdata, &params->chandef, chanmode, in ieee80211_ibss_join()
H A Dchan.c1907 ret = ieee80211_check_combinations(sdata, &chanreq->oper, mode, in _ieee80211_link_use_channel()
H A Dieee80211_i.h2715 int ieee80211_check_combinations(struct ieee80211_sub_if_data *sdata,
H A Diface.c396 return ieee80211_check_combinations(sdata, NULL, 0, 0, -1); in ieee80211_check_concurrent_iface()
H A Dutil.c4055 int ieee80211_check_combinations(struct ieee80211_sub_if_data *sdata, in ieee80211_check_combinations() function