Home
last modified time | relevance | path

Searched refs:mgmt_type (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c1402 u16 mgmt_type; in brcmf_p2p_notify_action_frame_rx() local
1414 mgmt_type = (IEEE80211_STYPE_ACTION & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_action_frame_rx()
1415 if ((ifp->vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_action_frame_rx()
1946 u16 mgmt_type; in brcmf_p2p_notify_rx_mgmt_p2p_probereq() local
1980 mgmt_type = (IEEE80211_STYPE_PROBE_REQ & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1981 if ((vif->mgmt_rx_reg & BIT(mgmt_type)) == 0) in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dmlme.c505 u16 mgmt_type; in cfg80211_mlme_register_mgmt() local
521 mgmt_type = (frame_type & IEEE80211_FCTL_STYPE) >> 4; in cfg80211_mlme_register_mgmt()
522 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type))) { in cfg80211_mlme_register_mgmt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c326 s32 mgmt_type; in wl_inform_single_bss() local
381 mgmt_type = cfg->active_scan ? in wl_inform_single_bss()
384 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type); in wl_inform_single_bss()
416 notif_bss_info->rssi, mgmt->u.beacon.capab_info, mgmt_type, in wl_inform_single_bss()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c322 s32 mgmt_type; in wl_inform_single_bss() local
377 mgmt_type = cfg->active_scan ? in wl_inform_single_bss()
380 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type); in wl_inform_single_bss()
412 notif_bss_info->rssi, mgmt->u.beacon.capab_info, mgmt_type, in wl_inform_single_bss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c11898 s32 mgmt_type; in wl_inform_single_bss() local
11943 mgmt_type = cfg->active_scan ? in wl_inform_single_bss()
11946 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type); in wl_inform_single_bss()
11979 notif_bss_info->rssi, mgmt->u.beacon.capab_info, mgmt_type, in wl_inform_single_bss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c14094 s32 mgmt_type; local
14139 mgmt_type = cfg->active_scan ?
14142 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type);
14181 mgmt->u.beacon.capab_info, &bi->BSSID, mgmt_type,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c14092 s32 mgmt_type; local
14137 mgmt_type = cfg->active_scan ?
14140 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type);
14179 mgmt->u.beacon.capab_info, &bi->BSSID, mgmt_type,
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c13976 s32 mgmt_type; local
14016 mgmt_type = cfg->active_scan ?
14019 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type);
14058 mgmt->u.beacon.capab_info, &bi->BSSID, mgmt_type,