Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 29) sorted by relevance

12

/hostap-latest/src/ap/
Dwnm_ap.c169 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp()
226 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_wnmsleep_resp()
405 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request()
421 len = pos - &mgmt->u.action.category; in ieee802_11_send_bss_trans_mgmt_request()
423 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_bss_trans_mgmt_request()
857 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_disassoc_imminent()
924 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_ess_disassoc_imminent()
984 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_bss_tm_req()
1077 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_coloc_intf_req()
Ddrv_callbacks.c1665 mgmt->u.action.category, *action, in hostapd_action_rx()
1674 if (mgmt->u.action.category == WLAN_ACTION_FT) { in hostapd_action_rx()
1679 if (mgmt->u.action.category == WLAN_ACTION_SA_QUERY) { in hostapd_action_rx()
1684 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx()
1690 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx()
1697 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in hostapd_action_rx()
1714 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC && plen >= 5 && in hostapd_action_rx()
Dieee802_11.c5982 static int robust_action_frame(u8 category) in robust_action_frame() argument
5984 return category != WLAN_ACTION_PUBLIC && in robust_action_frame()
5985 category != WLAN_ACTION_HT; in robust_action_frame()
6007 mgmt->u.action.category, *action, in handle_action()
6012 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action()
6016 mgmt->u.action.category, MAC2STR(mgmt->sa)); in handle_action()
6022 robust_action_frame(mgmt->u.action.category)) { in handle_action()
6050 switch (mgmt->u.action.category) { in handle_action()
6113 mgmt->u.action.category, in handle_action()
6119 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action()
[all …]
Dwmm.c200 m->u.action.category = WLAN_ACTION_WMM; in wmm_send_action()
Dieee802_11_shared.c132 mgmt->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_req()
230 resp->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_resp()
Dgas_serv.c1854 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action()
1855 mgmt->u.action.category != WLAN_ACTION_PROTECTED_DUAL) in gas_serv_rx_public_action()
1862 prot = mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL; in gas_serv_rx_public_action()
/hostap-latest/wlantest/
Drx_mgmt.c2983 switch (mgmt->u.action.category) { in rx_mgmt_action_no_bss()
3007 MAC2STR(mgmt->bssid), mgmt->u.action.category); in rx_mgmt_action()
3021 mgmt->u.action.category, valid); in rx_mgmt_action()
3043 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in rx_mgmt_action()
3050 switch (mgmt->u.action.category) { in rx_mgmt_action()
3157 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC) in check_bip()
3420 static bool is_robust_action_category(u8 category) in is_robust_action_category() argument
3422 return category != WLAN_ACTION_PUBLIC && in is_robust_action_category()
3423 category != WLAN_ACTION_HT && in is_robust_action_category()
3424 category != WLAN_ACTION_UNPROTECTED_WNM && in is_robust_action_category()
[all …]
Dinject.c75 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in is_robust_mgmt()
Dctrl.c674 mgmt.u.action.category = WLAN_ACTION_SA_QUERY; in ctrl_inject_saqueryreq()
/hostap-latest/tests/hwsim/
Dtest_dscp.py27 category = 126
30 req = struct.pack('>BLBB', category, oui_type, oui_subtype,
33 req = struct.pack('>BLBBB', category, oui_type, oui_subtype,
Dtest_ap_ht.py617 (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:
Dtest_gas.py655 (category, action) = struct.unpack('BB', payload[0:2])
656 if category != ACTION_CATEG_PUBLIC or action not in GAS_ACTIONS:
663 (category, action, dialog_token) = struct.unpack('BBB', pos[0:3])
664 if category != ACTION_CATEG_PUBLIC:
Dtest_wnm.py580 (category, action) = struct.unpack('BB', payload[0:2])
581 if category != ACTION_CATEG_WNM or action != WNM_ACT_BSS_TM_RESP:
Dtest_p2p_messages.py160 (category, action) = struct.unpack('BB', pos[0:2])
161 if category != ACTION_CATEG_PUBLIC:
/hostap-latest/wpa_supplicant/
Devents.c5384 u8 category; in wpas_event_rx_mgmt_action() local
5391 category = *payload++; in wpas_event_rx_mgmt_action()
5396 MAC2STR(mgmt->sa), category, (int) plen, freq); in wpas_event_rx_mgmt_action()
5399 if (category == WLAN_ACTION_WMM) { in wpas_event_rx_mgmt_action()
5406 if (category == WLAN_ACTION_FT) { in wpas_event_rx_mgmt_action()
5413 if (category == WLAN_ACTION_SA_QUERY) { in wpas_event_rx_mgmt_action()
5420 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in wpas_event_rx_mgmt_action()
5427 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
5428 mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL) && in wpas_event_rx_mgmt_action()
5430 mgmt->u.action.category, in wpas_event_rx_mgmt_action()
[all …]
Dp2p_supplicant.h202 u8 category, const u8 *data, size_t len, int freq);
278 u8 category, const u8 *data, size_t len, in wpas_p2p_rx_action() argument
Dwnm_sta.c168 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()
1650 frame->u.action.category != WLAN_ACTION_WNM || in wnm_btm_resp_tx_status()
Dap.c839 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx()
842 mgmt->u.action.category, in ap_public_action_rx()
906 mgmt->u.action.category, in ap_vendor_action_rx()
Dmesh_mpm.c1170 if (mgmt->u.action.category != WLAN_ACTION_SELF_PROTECTED) in mesh_mpm_action_rx()
1279 &mgmt->u.action.category, in mesh_mpm_action_rx()
/hostap-latest/tests/fuzzing/p2p/
Dp2p.c132 mgmt->u.action.category, in test_send()
/hostap-latest/src/rsn_supp/
Dtdls.c80 u8 category; /* Category */ member
2960 tf->category != WLAN_ACTION_TDLS) { in wpa_supplicant_rx_tdls()
2963 tf->payloadtype, tf->category, tf->action); in wpa_supplicant_rx_tdls()
/hostap-latest/src/p2p/
Dp2p.h1599 const u8 *bssid, u8 category,
Dp2p.c1984 const u8 *bssid, u8 category, in p2p_rx_action() argument
1987 if (category == WLAN_ACTION_PUBLIC) { in p2p_rx_action()
1992 if (category != WLAN_ACTION_VENDOR_SPECIFIC) in p2p_rx_action()
/hostap-latest/hostapd/
DREADME-WPS156 - Device category
/hostap-latest/src/fst/
Dfst_session.c1199 mgmt->u.action.category != WLAN_ACTION_FST) { in fst_session_on_action_rx()

12