Home
last modified time | relevance | path

Searched refs:chswitch_work (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c1152 container_of(work, struct ieee80211_sub_if_data, u.mgd.chswitch_work); in ieee80211_chswitch_work()
1320 ieee80211_queue_work(&sdata->local->hw, &ifmgd->chswitch_work); in ieee80211_chswitch_done()
1330 ieee80211_queue_work(&sdata->local->hw, &sdata->u.mgd.chswitch_work); in ieee80211_chswitch_timer()
1510 ieee80211_queue_work(&local->hw, &ifmgd->chswitch_work); in ieee80211_sta_process_chanswitch()
4813 INIT_WORK(&ifmgd->chswitch_work, ieee80211_chswitch_work); in ieee80211_sta_setup_sdata()
5923 cancel_work_sync(&ifmgd->chswitch_work); in ieee80211_mgd_stop()
H A Dchan.c990 &sdata->u.mgd.chswitch_work); in ieee80211_vif_chanctx_reservation_complete()
H A Dieee80211_i.h441 struct work_struct chswitch_work; member