Home
last modified time | relevance | path

Searched refs:IEEE80211_ACTION_CAT_SELF_PROT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_action.c97 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_send_action_register()
141 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_send_action()
208 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_recv_action_register()
257 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_recv_action()
H A Dieee80211_mesh.c570 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
573 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
576 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
584 ieee80211_send_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
587 ieee80211_send_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
590 ieee80211_send_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
630 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_vdetach_peers()
1950 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_recv_mgmt()
2219 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_parse_meshpeering_action()
2262 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_recv_action_meshpeering_open()
[all …]
H A Dieee80211_input.c886 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_parse_action()
H A Dieee80211.h508 #define IEEE80211_ACTION_CAT_SELF_PROT 15 /* 9.6.15 Self-protected */ macro