Lines Matching defs:mgmt
605 * or the SKB (for mgmt TX)
819 const struct ieee80211_mgmt *mgmt = (void *)params->buf;
859 sta = sta_info_get_bss(sdata, mgmt->da);
862 if (!ieee80211_is_action(mgmt->frame_control) ||
863 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC ||
864 mgmt->u.action.category == WLAN_CATEGORY_SELF_PROTECTED ||
865 mgmt->u.action.category == WLAN_CATEGORY_SPECTRUM_MGMT) {
887 memcmp(sdata->vif.cfg.ap_addr, mgmt->bssid, ETH_ALEN))) {
890 ether_addr_equal(sdata->vif.cfg.ap_addr, mgmt->da)) {
891 sta = sta_info_get_bss(sdata, mgmt->da);
902 if (is_multicast_ether_addr(mgmt->da))
939 ether_addr_equal(sdata->vif.addr, mgmt->sa)) {
944 if (ether_addr_equal(conf->addr, mgmt->sa)) {
1028 * mgmt-tx from remain-on-channel.