Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dcfg.c203 ret = ieee80211_check_combinations(sdata, NULL, 0, 0); in ieee80211_start_p2p_device()
225 ret = ieee80211_check_combinations(sdata, NULL, 0, 0); in ieee80211_start_nan()
3458 err = ieee80211_check_combinations(sdata, NULL, chanctx->mode, 0); in __ieee80211_channel_switch()
H A Dchan.c1593 ret = ieee80211_check_combinations(sdata, chandef, mode, in ieee80211_vif_use_channel()
H A Dieee80211_i.h2279 int ieee80211_check_combinations(struct ieee80211_sub_if_data *sdata,
H A Diface.c309 ret = ieee80211_check_combinations(sdata, NULL, 0, 0); in ieee80211_check_concurrent_iface()
H A Dibss.c1794 ret = ieee80211_check_combinations(sdata, &params->chandef, chanmode, in ieee80211_ibss_join()
H A Dutil.c4280 int ieee80211_check_combinations(struct ieee80211_sub_if_data *sdata, in ieee80211_check_combinations() function