add_station
.add_station = wil_cfg80211_add_station,
.add_station = mwifiex_cfg80211_add_station,
.add_station = add_station,
.add_station = cfg80211_rtw_add_station,
int (*add_station)(struct wiphy *wiphy, struct wireless_dev *wdev,
.add_station = ieee80211_add_station,
WARN_ON(ops->add_station && !ops->del_station);
CMD(add_station, NEW_STATION);
if (!rdev->ops->add_station)
ret = rdev->ops->add_station(&rdev->wiphy, wdev, mac, params);