Home | History | Annotate | Download | only in include

Lines Matching full:role

48 #define PAN_ROLE_CLIENT         0x01     /* PANU role */
49 #define PAN_ROLE_GN_SERVER 0x02 /* GN role */
50 #define PAN_ROLE_NAP_SERVER 0x04 /* NAP role */
210 char *user_service_name; /* Service name for PANU role */
211 char *gn_service_name; /* Service name for GN role */
212 char *nap_service_name; /* Service name for NAP role */
231 ** should set the PAN role explicitly.
261 ** profile role. This should be called after PAN_Register.
262 ** This can be called any time to change the PAN role
264 ** Parameters: role - is bit map of roles to be active
265 ** PAN_ROLE_CLIENT is for PANU role
266 ** PAN_ROLE_GN_SERVER is for GN role
267 ** PAN_ROLE_NAP_SERVER is for NAP role
271 ** p_user_name - Service name for PANU role
272 ** p_gn_name - Service name for GN role
273 ** p_nap_name - Service name for NAP role
276 ** Returns PAN_SUCCESS - if the role is set successfully
277 ** PAN_FAILURE - if the role is not valid
280 PAN_API extern tPAN_RESULT PAN_SetRole (UINT8 role,
294 ** src_role - Role of the local device for the connection
295 ** dst_role - Role of the remote device for the connection
296 ** PAN_ROLE_CLIENT is for PANU role
297 ** PAN_ROLE_GN_SERVER is for GN role
298 ** PAN_ROLE_NAP_SERVER is for NAP role