Searched refs:preq (Results 1 – 4 of 4) sorted by relevance
/net/bluetooth/ |
D | smp.c | 100 u8 preq[7]; /* SMP Pairing Request */ member 406 const u8 r[16], const u8 preq[7], const u8 pres[7], u8 _iat, in smp_c1() 414 SMP_DBG("preq %7phN pres %7phN", preq, pres); in smp_c1() 421 memcpy(p1 + 2, preq, 7); in smp_c1() 955 ret = smp_c1(smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm() 984 ret = smp_c1(smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random() 1041 struct smp_cmd_pairing *req = (void *) &smp->preq[1]; in smp_notify_keys() 1258 req = (void *) &smp->preq[1]; in smp_distribute_keys() 1460 memcpy(io_cap, &smp->preq[1], 3); in sc_dhkey_check() 1773 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req() [all …]
|
/net/mac80211/ |
D | mesh_hwmp.c | 934 if (elems->preq) { in mesh_rx_path_sel_frame() 938 path_metric = hwmp_route_info_get(sdata, mgmt, elems->preq, in mesh_rx_path_sel_frame() 941 hwmp_preq_frame_process(sdata, mgmt, elems->preq, in mesh_rx_path_sel_frame()
|
D | ieee80211_i.h | 1581 const u8 *preq; member
|
D | util.c | 1209 elems->preq = pos; in _ieee802_11_parse_elems_crc()
|