qcacmn: Register separate function pointer to receive EAPOL frames
Add changes to register separate function pointer to receive EAPOL frames instead of using regular RX path and adding export symbol for __qdf_nbuf_data_get_eapol_subtype() to access in it multiple modules Change-Id: Id05b982d31a7e008536d10dd5281e88cceba96db
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
ef337fbe1f
کامیت
dcbdb29d04
@@ -1358,6 +1358,8 @@ __qdf_nbuf_data_get_eapol_subtype(uint8_t *data)
|
||||
return subtype;
|
||||
}
|
||||
|
||||
qdf_export_symbol(__qdf_nbuf_data_get_eapol_subtype);
|
||||
|
||||
/**
|
||||
* __qdf_nbuf_data_get_arp_subtype() - get the subtype
|
||||
* of ARP packet.
|
||||
|
مرجع در شماره جدید
Block a user