Home
last modified time | relevance | path

Searched refs:WLAN_CATEGORY_PUBLIC (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
Dieee80211.h1930 WLAN_CATEGORY_PUBLIC = 4, enumerator
2397 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
2431 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dutil.c337 if (category == WLAN_CATEGORY_PUBLIC && in mwifiex_parse_mgmt_packet()
Dtdls.c702 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dtxrx.c1036 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
1047 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
/linux-4.1.27/net/wireless/
Dmlme.c537 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) { in cfg80211_mlme_mgmt_tx()
/linux-4.1.27/net/mac80211/
Drx.c2607 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_rx_h_action()
2697 case WLAN_CATEGORY_PUBLIC: in ieee80211_rx_h_action()
Dtdls.c772 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in ieee80211_prep_tdls_direct()
Dcfg.c3290 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC || in ieee80211_mgmt_tx()
Dmlme.c3620 } else if (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) { in ieee80211_sta_rx_queued_mgmt()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c99 {WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public23a},