Searched refs:protection_type (Results 1 – 10 of 10) sorted by relevance
/third_party/weston/clients/ |
D | content_protection.c | 61 enum weston_protected_surface_type protection_type; member 89 pc_player->protection_type = WESTON_PROTECTED_SURFACE_TYPE_HDCP_0; in handle_status_changed() 92 pc_player->protection_type = WESTON_PROTECTED_SURFACE_TYPE_HDCP_1; in handle_status_changed() 96 pc_player->protection_type = WESTON_PROTECTED_SURFACE_TYPE_UNPROTECTED; in handle_status_changed() 168 pc_player->protection_type, pc_player->mode); in redraw_handler() 341 pc_player->protection_type = WESTON_PROTECTED_SURFACE_TYPE_UNPROTECTED; in main()
|
/third_party/weston/libweston/ |
D | content-protection.c | 57 enum weston_protected_surface_type protection_type; in weston_protected_surface_send_event() local 67 protection_type = (enum weston_protected_surface_type) protection; in weston_protected_surface_send_event() 68 weston_protected_surface_send_status(p_resource, protection_type); in weston_protected_surface_send_event() 74 content_type_name[protection_type]); in weston_protected_surface_send_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | preauth_test.c | 138 int protection_type, in wpa_supplicant_mlme_setprotection() argument
|
D | ibss_rsn.c | 181 int protection_type, int key_type) in supp_mlme_setprotection() argument 185 __func__, MAC2STR(addr), protection_type, key_type); in supp_mlme_setprotection()
|
D | wpas_glue.c | 525 int protection_type, in wpa_supplicant_mlme_setprotection() argument 528 return wpa_drv_mlme_setprotection(wpa_s, addr, protection_type, in wpa_supplicant_mlme_setprotection()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | preauth_test.c | 145 int protection_type, in wpa_supplicant_mlme_setprotection() argument
|
D | ibss_rsn.c | 188 int protection_type, int key_type) in supp_mlme_setprotection() argument 192 __func__, MAC2STR(addr), protection_type, key_type); in supp_mlme_setprotection()
|
D | wpas_glue.c | 557 int protection_type, in wpa_supplicant_mlme_setprotection() argument 560 return wpa_drv_mlme_setprotection(wpa_s, addr, protection_type, in wpa_supplicant_mlme_setprotection()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa.h | 51 int protection_type, int key_type);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa.h | 53 int protection_type, int key_type);
|