Searched refs:WHC_DI_SECURE (Results 1 – 3 of 3) sorted by relevance
175 di->addr_sec_info |= WHC_DI_SECURE | WHC_DI_KEY_IDX(port_idx); in whc_set_ptk()177 di->addr_sec_info &= ~WHC_DI_SECURE; in whc_set_ptk()
87 (di->addr_sec_info & WHC_DI_SECURE) ? 'S' : ' ', in di_show()
274 #define WHC_DI_SECURE (1 << 31) macro