Searched refs:preq (Results 1 – 5 of 5) sorted by relevance
| /net/bluetooth/ |
| A D | smp.c | 101 u8 preq[7]; /* SMP Pairing Request */ member 422 memcpy(p1 + 2, preq, 7); in smp_c1() 1259 req = (void *) &smp->preq[1]; in smp_distribute_keys() 1461 memcpy(io_cap, &smp->preq[1], 3); in sc_dhkey_check() 1772 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req() 1947 req = (void *) &smp->preq[1]; in smp_cmd_pairing_rsp() 2069 req = (void *) &smp->preq[1]; in fixup_sc_false_positive() 2301 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_send_pairing_req() 2713 local = (void *) &smp->preq[1]; in sc_select_method() 2717 remote = (void *) &smp->preq[1]; in sc_select_method() [all …]
|
| /net/mac80211/ |
| A D | mesh_pathtbl.c | 1022 struct mesh_preq_queue *preq, *tmp; in mesh_path_flush_pending() local 1029 list_for_each_entry_safe(preq, tmp, &ifmsh->preq_queue.list, list) { in mesh_path_flush_pending() 1030 if (ether_addr_equal(mpath->dst, preq->dst)) { in mesh_path_flush_pending() 1031 list_del(&preq->list); in mesh_path_flush_pending() 1032 kfree(preq); in mesh_path_flush_pending()
|
| A D | mesh_hwmp.c | 958 if (elems->preq) { in mesh_rx_path_sel_frame() 962 path_metric = hwmp_route_info_get(sdata, mgmt, elems->preq, in mesh_rx_path_sel_frame() 965 hwmp_preq_frame_process(sdata, mgmt, elems->preq, in mesh_rx_path_sel_frame()
|
| A D | parse.c | 512 elems->preq = pos; in _ieee802_11_parse_elems_full()
|
| A D | ieee80211_i.h | 1788 const u8 *preq; member
|
Completed in 34 milliseconds