Searched refs:oui_subtype (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 121 u8 oui_subtype = P2P_GO_DISC_REQUEST; in issue_group_disc_req() local 154 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_group_disc_req() 177 u8 oui_subtype = P2P_DEVDISC_RESP; in issue_p2p_devdisc_resp() local 212 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_devdisc_resp() 240 u8 oui_subtype = P2P_PROVISION_DISC_RESP; in issue_p2p_provision_resp() local 281 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_provision_resp() 321 u8 oui_subtype = P2P_PRESENCE_RESPONSE; in issue_p2p_presence_resp() local 356 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_presence_resp()
|
D | rtw_mlme_ext.c | 1660 u8 oui_subtype = P2P_GO_NEGO_REQ; in issue_p2p_GO_request() local 1703 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_request() 1990 u8 oui_subtype = P2P_GO_NEGO_RESP; in issue_p2p_GO_response() local 2038 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_response() 2352 u8 oui_subtype = P2P_GO_NEGO_CONF; in issue_p2p_GO_confirm() local 2395 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_confirm() 2513 u8 oui_subtype = P2P_INVIT_REQ; in issue_p2p_invitation_request() local 2557 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_invitation_request() 2760 u8 oui_subtype = P2P_INVIT_RESP; in issue_p2p_invitation_response() local 2803 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_invitation_response() [all …]
|
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.c | 67 u8 oui_subtype; member 1073 if (d->oui_subtype != GO_NEG_REQ && d->oui_subtype != GO_NEG_RSP && in wilc_wfi_p2p_rx() 1074 d->oui_subtype != P2P_INV_REQ && d->oui_subtype != P2P_INV_RSP) in wilc_wfi_p2p_rx() 1224 d->oui_subtype != GO_NEG_CONF) { in mgmt_tx() 1229 if (d->oui_subtype != P2P_INV_REQ && d->oui_subtype != P2P_INV_RSP) in mgmt_tx()
|
D | hif.c | 467 if ((ie->oui_subtype == 0 || ie->oui_subtype == 1) && in wilc_parse_join_bss_param()
|
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/ |
D | fw.h | 1775 u8 oui_subtype; member 1795 u8 oui_subtype; member
|
D | tdls.c | 398 wmm->oui_subtype = 1; /* WME param */ in mwifiex_tdls_add_wmm_param_ie()
|
/linux-6.1.9/include/linux/ |
D | ieee80211.h | 1398 u8 oui_subtype; /* 1 */ member 4019 u8 oui_subtype; member
|
/linux-6.1.9/net/mac80211/ |
D | tdls.c | 287 wmm->oui_subtype = 1; /* WME param */ in ieee80211_tdls_add_wmm_param_ie()
|