Searched refs:oui_subtype (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_p2p.c | 123 u8 oui_subtype = P2P_GO_DISC_REQUEST; in issue_group_disc_req() local 158 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_group_disc_req() 181 u8 oui_subtype = P2P_DEVDISC_RESP; in issue_p2p_devdisc_resp() local 218 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_devdisc_resp() 246 u8 oui_subtype = P2P_PROVISION_DISC_RESP; in issue_p2p_provision_resp() local 287 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_provision_resp() 327 u8 oui_subtype = P2P_PRESENCE_RESPONSE; in issue_p2p_presence_resp() local 364 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_presence_resp()
|
| A D | rtw_mlme_ext.c | 1757 u8 oui_subtype = P2P_GO_NEGO_REQ; in issue_p2p_GO_request() local 1801 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_request() 2088 u8 oui_subtype = P2P_GO_NEGO_RESP; in issue_p2p_GO_response() local 2137 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_response() 2451 u8 oui_subtype = P2P_GO_NEGO_CONF; in issue_p2p_GO_confirm() local 2495 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_confirm() 2613 u8 oui_subtype = P2P_INVIT_REQ; in issue_p2p_invitation_request() local 2657 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_invitation_request() 2860 u8 oui_subtype = P2P_INVIT_RESP; in issue_p2p_invitation_response() local 2903 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_invitation_response() [all …]
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| A D | cfg80211.c | 65 u8 oui_subtype; member 1025 if (d->oui_subtype != GO_NEG_REQ && d->oui_subtype != GO_NEG_RSP && in wilc_wfi_p2p_rx() 1026 d->oui_subtype != P2P_INV_REQ && d->oui_subtype != P2P_INV_RSP) in wilc_wfi_p2p_rx() 1170 d->oui_subtype != GO_NEG_CONF) { in mgmt_tx() 1175 if (d->oui_subtype != P2P_INV_REQ && d->oui_subtype != P2P_INV_RSP) in mgmt_tx()
|
| A D | hif.c | 457 if ((ie->oui_subtype == 0 || ie->oui_subtype == 1) && in wilc_parse_join_bss_param()
|
| /linux/drivers/staging/r8188eu/include/ |
| A D | ieee80211_ext.h | 77 u8 oui_subtype; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | fw.h | 1787 u8 oui_subtype; member 1807 u8 oui_subtype; member
|
| A D | tdls.c | 398 wmm->oui_subtype = 1; /* WME param */ in mwifiex_tdls_add_wmm_param_ie()
|
| /linux/include/linux/ |
| A D | ieee80211.h | 1353 u8 oui_subtype; /* 1 */ member 3605 u8 oui_subtype; member
|
| /linux/net/mac80211/ |
| A D | tdls.c | 287 wmm->oui_subtype = 1; /* WME param */ in ieee80211_tdls_add_wmm_param_ie()
|
Completed in 71 milliseconds