Searched refs:preq (Results 1 – 4 of 4) sorted by relevance
/net/bluetooth/ |
D | smp.c | 101 u8 preq[7]; /* SMP Pairing Request */ member 407 const u8 r[16], const u8 preq[7], const u8 pres[7], u8 _iat, in smp_c1() 415 SMP_DBG("preq %7phN pres %7phN", preq, pres); in smp_c1() 422 memcpy(p1 + 2, preq, 7); in smp_c1() 956 ret = smp_c1(smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm() 985 ret = smp_c1(smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random() 1042 struct smp_cmd_pairing *req = (void *) &smp->preq[1]; in smp_notify_keys() 1259 req = (void *) &smp->preq[1]; in smp_distribute_keys() 1461 memcpy(io_cap, &smp->preq[1], 3); in sc_dhkey_check() 1774 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req() [all …]
|
/net/mac80211/ |
D | mesh_hwmp.c | 932 if (elems.preq) { in mesh_rx_path_sel_frame() 936 path_metric = hwmp_route_info_get(sdata, mgmt, elems.preq, in mesh_rx_path_sel_frame() 939 hwmp_preq_frame_process(sdata, mgmt, elems.preq, in mesh_rx_path_sel_frame()
|
D | ieee80211_i.h | 1528 const u8 *preq; member
|
D | util.c | 1216 elems->preq = pos; in _ieee802_11_parse_elems_crc()
|