|
@@ -35,6 +35,7 @@
|
|
|
#define P2P_PUBLIC_ACTION_VENDOR_SPECIFIC 0x9
|
|
|
#define P2P_NOA_ATTR 0xC
|
|
|
#define WNM_ACTION_FRAME 0xA
|
|
|
+#define RRM_ACTION_FRAME 0x5
|
|
|
|
|
|
#define P2P_MAX_NOA_ATTR_LEN 31
|
|
|
#define P2P_IE_HEADER_LEN 6
|
|
@@ -113,6 +114,8 @@ enum p2p_frame_sub_type {
|
|
|
* @P2P_PUBLIC_ACTION_GAS_COMB_REQ: gas comeback request
|
|
|
* @P2P_PUBLIC_ACTION_GAS_COMB_RSP: gas comeback response
|
|
|
* @P2P_PUBLIC_ACTION_WNM_BTM_REQ: bss transition management request
|
|
|
+ * @P2P_PUBLIC_ACTION_RRM_BEACON_REQ:rrm beacon request
|
|
|
+ * @P2P_PUBLIC_ACTION_RRM_NEIGHBOR_RSP:rrm neighbor response
|
|
|
* @P2P_PUBLIC_ACTION_NOT_SUPPORT: not support p2p public action frame
|
|
|
*/
|
|
|
enum p2p_public_action_type {
|
|
@@ -130,6 +133,8 @@ enum p2p_public_action_type {
|
|
|
P2P_PUBLIC_ACTION_GAS_COMB_REQ,
|
|
|
P2P_PUBLIC_ACTION_GAS_COMB_RSP,
|
|
|
P2P_PUBLIC_ACTION_WNM_BTM_REQ,
|
|
|
+ P2P_PUBLIC_ACTION_RRM_BEACON_REQ,
|
|
|
+ P2P_PUBLIC_ACTION_RRM_NEIGHBOR_RSP,
|
|
|
P2P_PUBLIC_ACTION_NOT_SUPPORT,
|
|
|
};
|
|
|
|