Searched refs:drv_sta_state (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/mac80211/ |
D | driver-ops.c | 108 int drv_sta_state(struct ieee80211_local *local, in drv_sta_state() function
|
D | sta_info.c | 753 err = drv_sta_state(local, sdata, sta, state, state + 1); in sta_info_insert_drv_state() 777 WARN_ON(drv_sta_state(local, sdata, sta, state, state - 1)); in sta_info_insert_drv_state() 1294 ret = drv_sta_state(local, sdata, sta, IEEE80211_STA_NONE, in __sta_info_destroy_part2() 2250 int err = drv_sta_state(sta->local, sta->sdata, sta, in sta_info_move_state()
|
D | driver-ops.h | 503 int drv_sta_state(struct ieee80211_local *local,
|
D | trace.h | 846 TRACE_EVENT(drv_sta_state,
|
D | util.c | 2315 WARN_ON(drv_sta_state(local, sta->sdata, sta, state, in ieee80211_reconfig_stations()
|