/hostap-3.6.0/src/ap/ |
D | wnm_ap.c | 151 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp() 208 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_wnmsleep_resp() 381 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request() 397 len = pos - &mgmt->u.action.category; in ieee802_11_send_bss_trans_mgmt_request() 399 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_bss_trans_mgmt_request() 688 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_disassoc_imminent() 754 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_ess_disassoc_imminent() 813 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_bss_tm_req() 885 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_coloc_intf_req()
|
D | drv_callbacks.c | 1325 mgmt->u.action.category, *action, in hostapd_action_rx() 1334 if (mgmt->u.action.category == WLAN_ACTION_FT) { in hostapd_action_rx() 1339 if (mgmt->u.action.category == WLAN_ACTION_SA_QUERY) { in hostapd_action_rx() 1344 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx() 1350 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx()
|
D | ieee802_11.c | 5979 static int robust_action_frame(u8 category) in robust_action_frame() argument 5981 return category != WLAN_ACTION_PUBLIC && in robust_action_frame() 5982 category != WLAN_ACTION_HT; in robust_action_frame() 6004 mgmt->u.action.category, *action, in handle_action() 6009 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action() 6013 mgmt->u.action.category, MAC2STR(mgmt->sa)); in handle_action() 6019 robust_action_frame(mgmt->u.action.category)) { in handle_action() 6047 switch (mgmt->u.action.category) { in handle_action() 6110 mgmt->u.action.category, in handle_action() 6142 mgmt->u.action.category); in handle_action() [all …]
|
D | wmm.c | 207 m->u.action.category = WLAN_ACTION_WMM; in wmm_send_action()
|
D | ieee802_11_shared.c | 115 mgmt->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_req() 207 resp->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_resp()
|
D | gas_serv.c | 1853 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action() 1854 mgmt->u.action.category != WLAN_ACTION_PROTECTED_DUAL) in gas_serv_rx_public_action() 1861 prot = mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL; in gas_serv_rx_public_action()
|
/hostap-3.6.0/tests/hwsim/ |
D | test_dscp.py | 27 category = 126 30 req = struct.pack('>BLBB', category, oui_type, oui_subtype, 33 req = struct.pack('>BLBBB', category, oui_type, oui_subtype,
|
D | test_ap_ht.py | 617 (category, action, ie) = struct.unpack('BBB', payload[0:3]) 618 if category != 4: 661 (category, action, ie) = struct.unpack('BBB', payload[0:3]) 662 if category != 4:
|
D | test_gas.py | 646 (category, action) = struct.unpack('BB', payload[0:2]) 647 if category != ACTION_CATEG_PUBLIC or action not in GAS_ACTIONS: 654 (category, action, dialog_token) = struct.unpack('BBB', pos[0:3]) 655 if category != ACTION_CATEG_PUBLIC:
|
D | test_wnm.py | 533 (category, action) = struct.unpack('BB', payload[0:2]) 534 if category != ACTION_CATEG_WNM or action != WNM_ACT_BSS_TM_RESP:
|
D | test_p2p_messages.py | 159 (category, action) = struct.unpack('BB', pos[0:2]) 160 if category != ACTION_CATEG_PUBLIC:
|
/hostap-3.6.0/wpa_supplicant/ |
D | events.c | 4373 u8 category; in wpas_event_rx_mgmt_action() local 4380 category = *payload++; in wpas_event_rx_mgmt_action() 4385 MAC2STR(mgmt->sa), category, (int) plen, freq); in wpas_event_rx_mgmt_action() 4387 if (category == WLAN_ACTION_WMM) { in wpas_event_rx_mgmt_action() 4393 if (category == WLAN_ACTION_FT) { in wpas_event_rx_mgmt_action() 4400 if (category == WLAN_ACTION_SA_QUERY) { in wpas_event_rx_mgmt_action() 4407 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in wpas_event_rx_mgmt_action() 4414 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action() 4415 mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL) && in wpas_event_rx_mgmt_action() 4417 mgmt->u.action.category, in wpas_event_rx_mgmt_action() [all …]
|
D | p2p_supplicant.h | 198 u8 category, const u8 *data, size_t len, int freq); 274 u8 category, const u8 *data, size_t len, in wpas_p2p_rx_action() argument
|
D | mesh_mpm.c | 1139 if (mgmt->u.action.category != WLAN_ACTION_SELF_PROTECTED) in mesh_mpm_action_rx() 1248 &mgmt->u.action.category, in mesh_mpm_action_rx()
|
D | ap.c | 798 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx() 801 mgmt->u.action.category, in ap_public_action_rx() 864 mgmt->u.action.category, in ap_vendor_action_rx()
|
D | wnm_sta.c | 168 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_req() 192 &mgmt->u.action.category, len, 0); in ieee802_11_send_wnmsleep_req()
|
/hostap-3.6.0/tests/fuzzing/p2p/ |
D | p2p.c | 132 mgmt->u.action.category, in test_send()
|
/hostap-3.6.0/wlantest/ |
D | rx_mgmt.c | 2026 switch (mgmt->u.action.category) { in rx_mgmt_action_no_bss() 2050 MAC2STR(mgmt->bssid), mgmt->u.action.category); in rx_mgmt_action() 2064 mgmt->u.action.category, valid); in rx_mgmt_action() 2081 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in rx_mgmt_action() 2088 switch (mgmt->u.action.category) { in rx_mgmt_action() 2195 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC) in check_bip() 2431 mgmt->u.action.category == WLAN_ACTION_PUBLIC) in check_mgmt_ccmp()
|
D | inject.c | 75 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in is_robust_mgmt()
|
D | ctrl.c | 674 mgmt.u.action.category = WLAN_ACTION_SA_QUERY; in ctrl_inject_saqueryreq()
|
/hostap-3.6.0/src/rsn_supp/ |
D | tdls.c | 80 u8 category; /* Category */ member 2838 tf->category != WLAN_ACTION_TDLS) { in wpa_supplicant_rx_tdls() 2841 tf->payloadtype, tf->category, tf->action); in wpa_supplicant_rx_tdls()
|
/hostap-3.6.0/src/p2p/ |
D | p2p.h | 1596 const u8 *bssid, u8 category,
|
/hostap-3.6.0/hostapd/ |
D | README-WPS | 156 - Device category
|
/hostap-3.6.0/src/fst/ |
D | fst_session.c | 1201 mgmt->u.action.category != WLAN_ACTION_FST) { in fst_session_on_action_rx()
|
/hostap-3.6.0/src/common/ |
D | ieee802_11_defs.h | 972 u8 category; member
|